Skip to content

Commit

Permalink
Update of README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pippcat committed Aug 15, 2017
1 parent 3f81db9 commit 49d6493
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,15 @@
# arduino-lueftersteuerung
Arduino humidity fan control
============================

This Sketch is used to control an Arduino Nano which is used to get the wet air out of a basement. It'll
- read two DHT22 sensors to get the temperature and humidity from the inside and outside world
- calculate the absolute humidity
- decide, if it is useful to blow the air out
- use a relais to switch on or off a fan
- display data on a 20x4 I2C-LCD
- log the measurements to an SD card, using a RTC module for timestamping

Bugs
----

- the sketch crashes after a random (hours .. days) time due to unknown reason

0 comments on commit 49d6493

Please sign in to comment.