I initially developed this for my other project at raspberrypi-wigglegram-camera, but it wasn’t included in the final design.
- Raspberry Pi 4
- Ubuntu Server 24.10 (64 bit)
- python3-gpiozero
- *May not need to install manually if using Raspberry Pi OS
- Raspberry Pi Pico
- Circuit Python (no external libraries used)
Desc | Command |
---|---|
Mount the pico to the raspberry pi sbc to modify pico code directly |
sudo mkdir -p /mnt/pico;
sudo mount /dev/sda1 /mnt/pico
|
I had to run as root to access the GPIO pin | sudo python3 sbc/code.py |