Hi! Create a real-time watch with an “e-paper” display to the ESP8266 (ESP12/F) card and humidity and temperature sensor.
Ettore
1 Answers
Hi.
I’m sorry, but at the moment we don’t have any tutorial with the e-paper display.
We have several tutorials for temperature and humidity sensors.
- DHT:https://randomnerdtutorials.com/esp8266-nodemcu-mqtt-publish-dht11-dht22-arduino/
- DS18B20: https://randomnerdtutorials.com/esp8266-ds18b20-temperature-sensor-web-server-with-arduino-ide/
- BME280: https://randomnerdtutorials.com/esp8266-bme280-arduino-ide/
About getting date and time: https://randomnerdtutorials.com/esp8266-nodemcu-date-time-ntp-client-server-arduino/
To use the display with the EPS8266, I think this is the most popular library:https://github.com/ZinggJM/GxEPD
Regards,
Sara