forked from W4D/soundcube-firmware
76f2e0ec28bd751fc8d6a1312971de66d493628d
Soundcube Firmware
Install new firmware
- Go to Releases
- Download latest
soundcube-firmware.ino.uf2file - On your Soundcube Board: Press and hold the outer most white button as seen from the USB-C socket
- While holding the button press the inner most white button once
- the board will go into bootloader mode and appear as USB thumb drive
- Copy the
soundcube-firmware.ino.uf2file to the thumb drive and wait for the board to restart
config.txt
Json formatted config file. For now only edge led color working.
{
"edge": {
"color":{
"r":50,
"g":0,
"b":0
}
}
}
click.wav (not played correctly)
Put a file called click.wav (not longer than a few seconds) in the root of the SD card and it will play when you press a button.
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)
Description
Languages
C++
93.6%
C
5.5%
Python
0.9%