RKlock
Clock and weather station that uses an e-ink display to present data.
Overview #
Hardware #
This project uses the following hardware components:
- Raspberry Pi1 Pico W
- E-ink display (Waveshare 20264)
- Temperature sensor (DS18B20)
- White LED
- Resistors
- Connecting cables
- Micro-B USB cable
Software #
For this project, I utilized the following tools:
- VisualStudio Code IDE
- MicroPico extension
- Remote - SSH extension
I connect Raspberry Pi1 Pico to Raspberry Pi1 4B+ that I remote into from my development computer. - mpremote CLI tool
I use mpremote to install packages through mip.
To implement the runtime logic, I employed the most recent MicroPython version at the time of development.