- RPI Pico W
- Waveshare 400x300 E-Ink display module
Create the file ./src/secrets.py
containing the following constants:
# secrets.py
API_URL: str = ?
SSID: str = ?
PASSWORD: str = ?
- Install micropython
- Upload all files in
./src
.
Models for 3d printing are located in ./3d
.