Skip to content

Bootloader and firmware for the ATMega328P processor on the Stigmergic Block

License

Notifications You must be signed in to change notification settings

iridia-ulb/stigmergic-block-firmware

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Firmware and Bootloader for the Stigmergic Block

This repository contains the firmware and bootloader for the stigmergic block. The code uses AVR Libc and is based on the Arduino AVR core libraries. In many cases, the Arduino libraries have been significantly modified and only some parts of the code base still resemble the original code.

Useful commands

  1. Upload the bootloader
avrdude -c buspirate -p m328p -P /dev/ttyUSBX -U lock:w:0x3F:m -U lfuse:w:0xFF:m -U hfuse:w:0xDE:m -U efuse:w:0x05:m -U flash:w:optiboot_atmega328.hex -U lock:w:0x0F:m
  1. Upload the firmware
avrdude -c arduino -p m328p -P /dev/ttyUSBX -b 57600 -U flash:w:firmware.hex

About

Bootloader and firmware for the ATMega328P processor on the Stigmergic Block

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published