Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bieanimaton/arduino-dht11
This is project of an Arduino using temperature and humity sensor DHT11.
https://github.com/bieanimaton/arduino-dht11
adafruit arduino dht11 humidity temperature
Last synced: about 2 months ago
JSON representation
This is project of an Arduino using temperature and humity sensor DHT11.
- Host: GitHub
- URL: https://github.com/bieanimaton/arduino-dht11
- Owner: BieAnimaton
- Created: 2020-10-18T22:32:00.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-10-26T09:35:21.000Z (about 4 years ago)
- Last Synced: 2024-06-18T14:31:28.687Z (7 months ago)
- Topics: adafruit, arduino, dht11, humidity, temperature
- Language: C++
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ardunio-DHT11
This is project of an Arduino using temperature and humity sensor DHT11.
## Notes :books:
- Responsive project to ambient.
- Practice electronics skills.## Images :robot:
![projeto com dht11](https://user-images.githubusercontent.com/52220244/97155592-5bd04680-1754-11eb-9414-eb8be1f67476.jpg)![projeto com dht11 4](https://user-images.githubusercontent.com/52220244/97156198-224c0b00-1755-11eb-9302-c53b71c5cfbc.jpg)
## Components :point_up:
- Arduino Uno x1.
- DHT11 Sensor x1.
- Power supply from own Arduino.
- Protoboard x1.
- Jumpers xN.## Libraries :bookmark_tabs:
- Adafruit_Sensor
- DHT
- DHT_U