Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 941 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 941 Bytes

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

Table of Contents

How it works

decision tree

Wire plan

wiring plan

Bugs

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