JacobChrist / HackadayS8-OscilliscopeArt

https://hackaday.io/project/198922-oscilloscope-art-at-hackaday-supercon-8
0 stars 0 forks source link

SPI compilation errors set #1

Open markusthegeek opened 4 hours ago

markusthegeek commented 4 hours ago

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

markusthegeek commented 3 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.

markusthegeek commented 1 hour ago

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...