Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jovyinny/leaves-drying-with-temp-control-dht22-relay
leaves drying with temp control(DHT22 & relay)
https://github.com/jovyinny/leaves-drying-with-temp-control-dht22-relay
arduino sensor temp-detection
Last synced: 9 days ago
JSON representation
leaves drying with temp control(DHT22 & relay)
- Host: GitHub
- URL: https://github.com/jovyinny/leaves-drying-with-temp-control-dht22-relay
- Owner: jovyinny
- Created: 2022-08-24T08:36:40.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-24T08:55:38.000Z (over 2 years ago)
- Last Synced: 2024-11-08T11:53:09.044Z (2 months ago)
- Topics: arduino, sensor, temp-detection
- Language: C++
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# leaves drying with temperature control (DHT22 & relay)
Controlling heat generated(heat is generated by 100W bulbs) to dry leaves.
Tempeature reading of the sorrounding taken by DHT sensor,.
The whole control is achieved by on-off mechanism of the relay(turn on/off the bulbs)
temperature readings and status are then updated on the LCD(I2C LCD)
Buzzer and LEDs are used to give quick notification on the status
**Note: i2c pins on arduino uno and nano are**
sck---> A5
dt----> A4Using built-in I2C scanner example *(File->Examples->Wire->i2c scanner)*,
scan its I2C address(this address is used when creating an instance of LiquidCrystal_I2C)**The components used**
- Arduino Nano
- DHT22( temperature sensor)
- Relay
- LCD(I2C)
- LEDs