Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keria132/DHT_data-monitoring
Simple sketch to monitor DHT data on TM1637 display
https://github.com/keria132/DHT_data-monitoring
adruino dht11 tm1637
Last synced: about 1 month ago
JSON representation
Simple sketch to monitor DHT data on TM1637 display
- Host: GitHub
- URL: https://github.com/keria132/DHT_data-monitoring
- Owner: keria132
- Created: 2022-06-25T10:03:51.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-06-25T10:03:54.000Z (over 2 years ago)
- Last Synced: 2024-08-07T18:27:32.304Z (5 months ago)
- Topics: adruino, dht11, tm1637
- Language: C++
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Adruino (DHT, TM1637) data monitoring
My oldest project for arduino, which purpose is to get temperature and humidity
data from dht sensor and then display it on TM1637.
It also has timer which counts working hours (I don't really know why i wrote it)
All you need to do is connect sensor, display (and optionally button and led's)
to these arduino pins:
- TM1637 display connected to the (2 - DIO, 3-CLK)
- DHT pin (6)
- Button to switch between timer and sensor data (9)
- Indicator led's (4-RED blinks when data is corrupted, 5-GREEN blinks when everything's fine)