Files
soundcube-firmware/README.md

945 B

Soundcube Firmware

Code something yourself

  1. Download Arduino IDE
  2. Install and open "Preferences"
  3. Follow these instructions
    • No need to change checkboxes, only paste the URL and hit OK.
  4. Install Raspberry Pi Pico boards (HowTo install boards)
  5. Install libraries (HowTo install libraries): Adafruit Neopixel, AS5600 (Rob Tillaart), TCA9555 (Rob Tillaart)
  6. Choose Generic RP2350 as board and the correct port (Mac: /dev/cu.usbmodemXXXX, PC: COMXX Serial Port)
  7. Go to Tools -> Flash Size and choose 16MB (no FS)
  8. Make your changes in the code
  9. Hit Upload Button (Arduino IDE compiles and uploads it automatically)