Download Latest Version Flashduino-1.1.zip (10.8 MB)
Email in envelope

Get an email when there's a new version of Flashduino

Home
Name Modified Size InfoDownloads / Week
readme.md 2019-07-27 661 Bytes
Flashduino-1.1.zip 2019-07-27 10.8 MB
Totals: 2 Items   10.8 MB 0

Flashduino

Easily program your arduino board with flash & EEPROM management support

Devices list

You can simply add support for other microcontrollers by adding it to devices.json

...
{
  "name": "Displayname",
  "id": "AVR Part",
  "baudrate": "Overriding baudrate",
  "programmer": "Used programmer"
}
...

Writing to EEPROM

If you're using Optiboot you can't read or write to eeprom directly. To use this feature you'll need to burn ATmegaBOOT. To do this connect ISP Programmer to arduino and choose LilyPad Arduino (ATmega328P) board. Then press Burn bootloader. now you should have the ATmegaBOOT loaded.

Source: readme.md, updated 2019-07-27