Flash firmware to chatter 2.0

Can I get instructions for flashing firmware to the Chatter 2.0 after making some changes?

1 Like

Hey @pushpesh,

you can find the instructions here: Chatter 2.0 coding guide Ch 10 | CircuitMess.

Sincerely,
Monika

I meant to ask if I change firmware source code and flash it to the chatter 2 (not the restore in this case)

1 Like

Hey @pushpesh,

sorry for the late reply.

You can find the original firmware here: https://github.com/CircuitMess/Chatter2-Firmware/.

If you want to make changes to it, you must first download it and then change it as needed.
When you’re ready to compile your changes, open the Chatter2-Firmware.ino file in the Arduino IDE and select CircuitMess Chatter as your device.

After you do that, you should be able to compile and upload the change from Arduino IDE.

Best,
Monika