491 B
491 B
Rate music for Raspberry Pi Pico
This is the MicroPython project to connect the Raspberry Pi Pico to the rate_music database via HTTP.
Installation
- Follow the instructions to install MicroPython on the Raspberry Pi Pico.
- Install rshell.
- Modify
SSID
andPassword
in themain.py
file. - Copy the files
main.py, rate.py, wifi_client.py
to the Pi Pico.