Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/roycuadra/weathersense-weather-station
WeatherSense IoT Weather Station is project that uses an ESP8266 to measure and display temperature and humidity readings.
https://github.com/roycuadra/weathersense-weather-station
dht11 esp8266 iot-device nodemcu oled
Last synced: about 3 hours ago
JSON representation
WeatherSense IoT Weather Station is project that uses an ESP8266 to measure and display temperature and humidity readings.
- Host: GitHub
- URL: https://github.com/roycuadra/weathersense-weather-station
- Owner: roycuadra
- License: mit
- Created: 2023-09-17T15:41:05.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-30T15:37:48.000Z (4 months ago)
- Last Synced: 2024-07-30T19:44:48.347Z (4 months ago)
- Topics: dht11, esp8266, iot-device, nodemcu, oled
- Language: C++
- Homepage:
- Size: 7.91 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# WeatherSense IoT Weather Station
WeatherSense IoT Weather Station is project that uses an ESP8266 to measure and display temperature and humidity readings from a DHT11 sensor. The project also includes a Oled Display and web interface for real-time monitoring of the weather data.
# Station Mode
# Access Point Mode
# Features
- With OLED Display
- Measures and displays temperature in degrees Celsius.
- Measures and displays humidity as a percentage.
- Real-time digital clock display.
- Web interface for monitoring temperature and humidity remotely.# Hardware Requirements
- ESP8266 WiFi module
- OLED
- DHT11 temperature and humidity sensor
- Arduino IDE (or compatible software)
- USB cable for programming and power
## License
This project is open-source and available under the MIT License. See the [LICENSE](LICENSE) file for more details.