shanteacontrols / OpenDeck

Software and hardware platform for simpler building of MIDI controllers.
https://shanteacontrols.com
Apache License 2.0
618 stars 53 forks source link

Arduino Mega 2560 REV3 only has 1 header #20

Closed adiastra closed 4 years ago

adiastra commented 4 years ago

So I flashed the Mega 2560 using an Uno as ISP and it worked, but the configurator does not recognize the board is connected. The 2560 R3 only has one header. Does something else need to be done for the rev3 with single header to work properly? (this uses the ch340 usb chip)

paradajz commented 4 years ago

Mega with ch340 can't work with OpenDeck firmware. You need Mega with ATmega16u2 MCU used for USB communication because you need to reprogram it with USB MIDI OpenDeck firmware.

adiastra commented 4 years ago

Thanks, I have a few on the way.