From 4b728fffd04519fbbda04984cd68b02fccfd5c4d Mon Sep 17 00:00:00 2001 From: Sebastian Kujas Date: Tue, 27 May 2025 16:11:00 +0200 Subject: [PATCH] readme added --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..8527e56 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# Soundcube Firmware + +## Code something yourself + +1. Download [Arduino IDE](https://www.arduino.cc/en/software/) +2. Install and open "Preferences" +3. Follow these [instructions](https://github.com/earlephilhower/arduino-pico?tab=readme-ov-file#installation) +4. Install **Raspberry Pi Pico** boards ([HowTo install boards]()) +5. Install libraries ([HowTo install libraries](https://docs.arduino.cc/software/ide-v1/tutorials/installing-libraries/)): Adafruit Neopixel, AS5600 (Rob Tillaart), TCA9555 (Rob Tillaart) +6. Choose **Generic RP2350** as board and the correct port +7. Go to **Tools -> Flash Size** and choose **16MB (no FS)** +8. Hit Upload Button +