Skip to content

1.1a

Compare
Choose a tag to compare
@matthewcieplak matthewcieplak released this 04 Mar 21:17
· 27 commits to master since this release

Firmware version 1.1a.

Additions/changes:

  • Added 3 new generative mutation modes (tu1, tu2, tu3)
  • Added "next sequence" and "loops" parameters to enable sequence chaining (song mode), accessed through Shift+16.
  • Enable note selection as piano note name as option in calibration (C0, D1, E3 etc)
  • Fix reset input behavior - will now play first note of sequence reliably on reset + clock leading edge.

Firmware update AVRdude commands

(Install the arduino IDE to get this tool.) Download firmware.hex, navigate to the containing folder, then use this command to upload via ICSP to the module using an AVR programmer. You may need to change the serial port (COM3) or the programmer type (stk500) depending on your device!

Using Pololu AVR v2:
avrdude -P COM3 -p m328p -c stk500 -U flash:w:firmware.hex

Using Arduino Uno as ISP (you must first upload the ArduinoISP sketch to your uno board) - be sure to use a power supply with a common ground or power your module via 5V on the arduino.
>avrdude -P COM5 -p m328p -c stk500v1 -b19200 -U flash:w:firmware.hex