Another Weather Station (with e-Paper)

I made this wall 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 (arduino framework) 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. Painted blue. Hosted at Weather Station by luiscrjunior - Thingiverse

Code is here: GitHub - luiscrjunior/WeatherStation

Hope helps someone like me that is starting with arduino/esp32 projects (this is my first one, btw).

* Displayed data is in Portuguese (Brazil), but the code is in English.

3 Likes

Welcome to the forum

Could you also review How to get the best out of this forum as it will help you find your way around.

Bob.

Nice project!
Well done!

1 Like

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.