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 uno and leonardo firmware error #22

Closed 4dvn closed 4 years ago

4dvn commented 4 years ago

I upload hex files with 2 boards but when open software can't find the board :(

paradajz commented 4 years ago

You're not being very informative. How are you flashing the boards? Via flash.sh script? Is the output from the upload process fine? Does your PC recognize the newly connected MIDI device? Are you opening the web configurator from Google Chrome? Chrome is the only supported browser, although I suppose it works in Opera as well.

4dvn commented 4 years ago

You're not being very informative. How are you flashing the boards? Via flash.sh script? Is the output from the upload process fine? Does your PC recognize the newly connected MIDI device? Are you opening the web configurator from Google Chrome? Chrome is the only supported browser, although I supposed it works in Opera as well.

I flash using the old method of flip software on arduino and qmk on arduino leonardo. https://github.com/paradajz/OpenDeck/tree/master/bin/compiled/fw/avr/atmega328p

paradajz commented 4 years ago

I don't know what's flip software and QMK. If you're flashing using external tools, you need to set the fuses manually, which is why flash.sh script is the recommended way. You can check the fuse settings here:

https://github.com/paradajz/OpenDeck/blob/master/src/Defines.mk#L33