Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kahsolt/temphumidclock
A simple clock for measuring Temperature and Humidity using Arduino Nano, DHT11, and MG45.
https://github.com/kahsolt/temphumidclock
arduino dht11 iot-application sensor temperature-monitoring
Last synced: 15 days ago
JSON representation
A simple clock for measuring Temperature and Humidity using Arduino Nano, DHT11, and MG45.
- Host: GitHub
- URL: https://github.com/kahsolt/temphumidclock
- Owner: Kahsolt
- License: wtfpl
- Created: 2019-10-04T16:01:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-05T03:34:12.000Z (over 5 years ago)
- Last Synced: 2024-11-09T07:47:17.610Z (2 months ago)
- Topics: arduino, dht11, iot-application, sensor, temperature-monitoring
- Language: C++
- Size: 227 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TempHumidClock
A simple clock for measuring Temperature and Humidity using Arduino Nano, DHT11, and MG45.
----
### Quickstart
- Hardware
+ [Arduino](https://www.arduino.cc/) Nano or Uno
+ DHT11 sensor to measure temperature and humidity
+ MG45 sensor to save energy during night
+ four-segmental digital tube for display
- Software
+ Arduino IDE to burn it
- Configuration
+ see [config.h](/config.h)### Demo
![demo1](/demo1.jpg)
![demo2](/demo2.jpg)----
by Armit
2019/10/04