Uses an ESP32 One, SSD1309, CO2L (SCD41) and a random button.
| Wire | Pin No. | GPIO |
|---|---|---|
| SCL | 5 | 23 |
| SDA | 3 | 18 |
| Wire | Pin No. | GPIO |
|---|---|---|
| DC | 22 | 0 |
| RES | 11 | 19 |
| SDA | 19 | 13 |
| SCL | 23 | 14 |
| Wire | Pin No. | GPIO |
|---|---|---|
| 3V3 | 15 | 2 |
- Install esptool.py, ampy and rshell
- Connect the board to your computer
- Flash micropython to the board
./scripts/flash.sh - Prepare the board
./scripts/prepare.sh - Upload the code
./scripts/upload.sh
- Have ampy, rshell and pyboard, yes I'm abusing three different tools because I like how they do different things
- Download stub types for the micropython environment
./scripts/stubs.sh - Run the code
./scripts/run.sh