Open markusthegeek opened 4 hours ago
Should also mention that the badge cannot be directly programmed with Arduino IDE but boots into MicroPython. In order to program needs to press button, then connect to USB, then release button.
After flashing a couple of times, I believe not the firmware got replaced and it is now automatically doing the drive mode during upload.
Also a hint to use the sip header code branch would be nice, I spent quit some time wondering if the pins selected in the master branch code were correct...
Hey @JacobChrist nice to meet you at the Hackaday conference. I soldered your board and am know trying to install the software.
Note that with the official Raspberry Pi Pico Arduino IDE board package "Arduino Mbed OS RP2040 Boards" you get compilation errors with SPI methods like setRX not found.
Looks like you have to install a custom library from here instead: https://arduino-pico.readthedocs.io/en/latest/install.html#installing-via-arduino-boards-manager
Maybe you could add that to your readme?
gruss, Markus