Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kahsolt/temphumidclock

A simple clock for measuring Temperature and Humidity using Arduino Nano, DHT11, and MG45.
https://github.com/kahsolt/temphumidclock

arduino dht11 iot-application sensor temperature-monitoring

Last synced: 15 days ago
JSON representation

A simple clock for measuring Temperature and Humidity using Arduino Nano, DHT11, and MG45.

Awesome Lists containing this project

README

        

# TempHumidClock

A simple clock for measuring Temperature and Humidity using Arduino Nano, DHT11, and MG45.

----

### Quickstart
- Hardware
+ [Arduino](https://www.arduino.cc/) Nano or Uno
+ DHT11 sensor to measure temperature and humidity
+ MG45 sensor to save energy during night
+ four-segmental digital tube for display
- Software
+ Arduino IDE to burn it
- Configuration
+ see [config.h](/config.h)

### Demo

![demo1](/demo1.jpg)
![demo2](/demo2.jpg)

----

by Armit
2019/10/04