Skip to content

Simple project to display weather of a city, your room temperature and humidity on an OLED display. The location can be changed through a blynk app. The system has dynamic WIFI management.

Notifications You must be signed in to change notification settings

MandIProject/NodeMCU_Inside_Outside_Temperature_Humidity_System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

NodeMCU_Inside_Outside_Temperature_Humidity_System

Simple project to display weather of a city, your room temperature and humidity on an OLED display. The location can be changed through a blynk app. The system has dynamic WIFI management. This project uses Openweathermap.org API and a DHT 11 temperature and humidity sensor. The dyanamic WIFI management is achieved by using this library - /~https://github.com/tzapu/WiFiManager. You can rest the EEPROM by pressing single push button connected to the nodeMCU - this makes use of interrupts. Once the EEPROM is reset all the WIFI settings is erased. Then you can connect to the temporary hotspot enabled by the nodeMCU to connect to your desired network. Paste this URl in your blynk app - api.openweathermap.org/data/2.5/weather?q={city name}&units=metric&appid={API key}. Replace the {city name} with your desired city and {API key} with your Openweathermap.org api key. To change the location, change the "q={location}" in the URL to your desired location. 20210822_011746 20210822_011851 20210823_172206 Screenshot_20210824-230637_Blynk

About

Simple project to display weather of a city, your room temperature and humidity on an OLED display. The location can be changed through a blynk app. The system has dynamic WIFI management.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages