Another Weather Station (with e-Paper)
Posted: Fri May 07, 2021 10:42 pm
Made this Weather Station that fetches, through WiFi, data from openweathermap API and displays some weather info (temperature, weather description, icon and UV data) for today and next day.
Used ESP32 board (DevKit) with Waveshare 2.66inch (three colors) E-paper, that works with 18650 battery.
Updates every 30 minutes. After the display is updated, the ESP32 goes into sleep mode, to save battery. But the information remains in the screen due to e-paper technology.
3D printed the cloud shaped case made with Fusion 360 (https://www.thingiverse.com/thing:4852197). Painted blue.
Here's the code: https://github.com/luiscrjunior/WeatherStation
Displayed data is in Portuguese (Brazil), but the code is in English.
Hope you enjoy, it's my first project.
Used ESP32 board (DevKit) with Waveshare 2.66inch (three colors) E-paper, that works with 18650 battery.
Updates every 30 minutes. After the display is updated, the ESP32 goes into sleep mode, to save battery. But the information remains in the screen due to e-paper technology.
3D printed the cloud shaped case made with Fusion 360 (https://www.thingiverse.com/thing:4852197). Painted blue.
Here's the code: https://github.com/luiscrjunior/WeatherStation
Displayed data is in Portuguese (Brazil), but the code is in English.
Hope you enjoy, it's my first project.