Introduction: Desk Weather Station (Arduino, DHT11, BMP280, DS3231)

I've build a Desk Weather Station by using Arduino, DHT11, DS3231 and BMP280 sensors. The Arduino is collecting data from Sensors and the data is displayed on the LCD. The menu for displaying and setting Date&Time is controlled by four push buttons.

You could repeat this instructable or use it as part for an other project.

The following links were very useful for understanding and using the sensors:

https://www.arduino.cc/en/Tutorial/HelloWorld
http://playground.arduino.cc/Main/DHT11Lib
https://www.instructables.com/id/How-to-Use-the-Ada...
http://misclab.umeoce.maine.edu/boss/Arduino/bensg...

Step 1: Components

You will need:

1) Arduino.
2) LCD Display .
3) DHT11 - Temperature & Humidity Sensor.
4) DS3231 - Real Time Clock Module (and a battery for keeping the time&date).
5) BMP280 - Barrometric Sensor.
6) Potensiometer 10kohm.
7) Resistors 4x10kohm, 1x220ohm.
8) Pushbuttons x4.
9) Jump wires.
10) Breadboard.

Step 2: Circuit Schematics

Assemble the circuit according to the schematics.

Step 3: Load the Sketch

Download the zip file with the sketch and libraries, and load it to Arduino.

Attachments

Step 4: Enjoy Your Desk Weather Station