For my minor we had the Exhibition Project were we had to come up with a project that challenges us.We had to set a goal and I choose to build a controllable plant terrarium. In this terrarium I want imitate a south American climate. This means in need to be able to control the humidity, temperature and light.
In order to get to know what is going on inside the terrarium I need to make the temperature and humidity that is inside visible. For this I choose to buy a DHT11 which is a temperature and humidity sensor. Furthermore I bought an LCD display which later on shows the output of the DHT11 sensor. Bot of these components will be connected to the Arduino uno.
Step 1
The first step i took was ordering some components of my plant terrarium. After a talk to my teacher i decided to order the DHT11 temperature and humidity sensor and a LCD Display with the I2c component. The I2c connector makes it easier to connect the display to the arduino because you only need to connect 4 pins instead of one and a potentiometer is already build in.
Before connecting i made this friztzing schematic.
Afterwards I connected the I2C to the LCD.
The I connected the I2c LCD display to my Arduino with the help of the Jumper wires. I connected them this way : GND > GND
VCC > 5V
SDA > A4
SCA > A5
The next step i made was connecting the DHT11 to the Arduino.
I connected them this way : GND > GND
VCC > 5V
MOSI > Data
Afterwards i uploaded my code to my Arduino.
Comments