forked from W4D/soundcube-firmware
945 B
945 B
Soundcube Firmware
Code something yourself
- Download Arduino IDE
- Install and open "Preferences"
- Follow these instructions
- No need to change checkboxes, only paste the URL and hit OK.
- Install Raspberry Pi Pico boards (HowTo install boards)
- Install libraries (HowTo install libraries): Adafruit Neopixel, AS5600 (Rob Tillaart), TCA9555 (Rob Tillaart)
- Choose Generic RP2350 as board and the correct port (Mac: /dev/cu.usbmodemXXXX, PC: COMXX Serial Port)
- Go to Tools -> Flash Size and choose 16MB (no FS)
- Make your changes in the code
- Hit Upload Button (Arduino IDE compiles and uploads it automatically)