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.
-
Notifications
You must be signed in to change notification settings - Fork 0
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.
MandIProject/NodeMCU_Inside_Outside_Temperature_Humidity_System
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 0
No packages published