Simple sensorless weather station (OpenWeatherMap API)

Опубликовано: 11 Май 2026
на канале: plukas
2,603
32

Do you want to build up weather station but you have no sensors or spot where to place them? This video shows basics how to create simple system connected to free OpenWeatherMap API to obtain always fresh data about weather (for this project temperature, air humidity and air pressure). I go to use JSON parser for Arduino and HTTP GET request to obtain data from a remote server. For this project I'm using Lolin32 Lite (ESP32) but you can use any ESP32 or ESP8266. I try to keep the code below 100 lines.

In the second part (following video) we go to use TFT display to build up even more complex system together with some basic user settings (time zone, units etc.). Stay tuned :)

Where to buy:
Lolin32 Lite (ESP32)
http://s.click.aliexpress.com/e/bfctf4HE

Breadboard
http://s.click.aliexpress.com/e/1mhJOTQ


USB hub with switches
https://s.click.aliexpress.com/e/_Dcy...

TM1637 segment display
http://s.click.aliexpress.com/e/DMbFMTe

Source code:
https://gist.github.com/xxlukas42/308...

Libraries (use links or Library Manager in Arduino IDE):

ArduinoJson 6.8.0b (or later)
https://arduinojson.org/?utm_source=m...

TM1637 library by [email protected]
https://github.com/avishorp/TM1637

==========
#plukas #lolin32 #weatherstation