Wifi-enabled e-paper display for I2C sensors. Arduino compatible software on Platformio. 3D printable case.
- MCU: ESP32C3
- Power supply: 2xAA, 3V
- Sleep current: 38uA
- Screen size: 2.13"
- Display resolution: 212(H) × 104(V) pixels
- Connectivity: I2C, UART over USB, UART
- GPIO: 2
- Sensors: Temperature, Relative humidity
- Temperature accuracy: 0.2°C typical
- Relative humidity accuracy: 1.8% typical
Firmware build and upload process is managed by Platformio. Most probably you will encounter the board in deep sleep in which it is not visible via USB. Jump GPIO9 to GND and reset the board to put it into bootloader mode. Run pio run -t upload
to compile and upload firmware. Remove jumper and reset the board to run. If deep sleep is not used, board can be programmed without GPIO9 jumper.
- To quickly see your data piping in follow this guide: Getting started with MQTT
- To setup your own backend for data storage and display follow this guide: docker-compose-mosquitto-influxdb-telegraf-grafana