Files
rate_music/pico_2026
structix 4da779a125 Add pico 2026 update
Vibecoded:
- User binary input of the user id
- confirms with send button
- User input of the rating
- Send button sends a get request to the server
2026-03-27 22:42:43 +01:00
..
2026-03-27 22:42:43 +01:00
2026-03-27 22:42:43 +01:00
2026-03-27 22:42:43 +01:00
2026-03-27 22:42:43 +01:00
2026-03-27 22:42:43 +01:00
2026-03-27 22:42:43 +01:00

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

  1. Follow the instructions to install MicroPython on the Raspberry Pi Pico.
  2. Install rshell.
  3. Modify SSID and Password in the main.py file.
  4. Copy the files main.py, rate.py, wifi_client.py to the Pi Pico.