Smart Weather Monitor with OLED Screen

A compact weather station that displays real-time temperature, humidity, and wind speed on an OLED screen, with mode selection controlled by a button.

Dec 24, 2024

5920 views

4 respects

GPL3+

Components and supplies

1

40 colored male-male jumper wires

1

Push Button

1

ESP32

1

Grove - OLED Display 0.96"

Apps and platforms

1

Arduino IDE

1

OpenWeatherMap

Project description

Code

weather

cpp

Documentation

WIRING DIAGRAM

image_2024-12-24_123030423.png

Comments

Only logged in users can leave comments

henryfab

a month ago

Very nice project, now you are seeing your parameters in display, you can use Ardubridge to send the data to windguru, awekas, pwsweather... and this kind of sites with few steps more. Regards!

coding_boss

14 days ago

Thanks for the suggestion, I’ll look into Ardubridge and see how it works with those platforms.

cookieclicker

a month ago

tks for your post

Heffnerm28

a month ago

Using a Lolinn D1 Mini (Ver 4.0) and can't get passed Line 23: const int buttonPin = 0; // GPIO for the button. I could use some advice. Thanks!