Skip to content

A Temp. Monitor for boats to measure outside- and inside Temp and humidity

License

Notifications You must be signed in to change notification settings

Hans-JR/Temperature-Monitor-Outside

Repository files navigation

Temperatur-Monitor-outside

A Temp. Monitor for boats to measure outside- and inside temp and humidity

Required hardware: Arduino mini (a ATMega 168 is sufficient) , LCD Display 4 x 20 with I2C-adapter FC113, DHT22 Sensor, DS1820B, 12 to 5V DC-DC adapter, LDR

The address of the DS1820B has to be identified and inserted into the code prior programming. The display can be dimmed in darkness. The threshold of the dimming can be adapted by changing the value "if(analogRead(3)>= 200) //threshold" The min brightness is defined by the value " analogWrite(LCDPin, 10); // dimmed brightness"

About

A Temp. Monitor for boats to measure outside- and inside Temp and humidity

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages