Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 1.26 KB

README.md

File metadata and controls

44 lines (27 loc) · 1.26 KB

CellarClimateController

Arduino project to control the climate a cellar (e.g. in the loundry room)

##Required arduino libraries

##Required Hardware:

##Precondition for the building (cellar) itself

  • A hole in the building hull that allows fresh air to be ventilated in by the fan
  • a second hole in the building hull that allows the humid air to go out

##Connections

  • DHT22 (inside) signal on digital pin 2 (INPUT)
  • DHT22 (outside) signal on digital pin 4 (INPUT)
  • FAN rmp with 10k pullup on digital pin 3 (INPUT)
  • FAN on/off on digital pin 8 (OUTPUT)
  • Vin measurement with voltage divider (20k / 50k) on analog pin A0 (INPUT)