How to Use DHT12 I2C Humidity and Temperature Sensor With Arduino

by RonFrtek in Circuits > Arduino

1273 Views, 1 Favorites, 0 Comments

How to Use DHT12 I2C Humidity and Temperature Sensor With Arduino

How to Use DHT12 Humidity Thermometer Sensor with Arduino

In this tutorial we will learn how to use DHT12 I2C Humidity and Temperature Sensor with Arduino and display the values on the OLED Display.

Watch the video!

My Other Projects

20200511_135130jhbk.jpg

Please take a moment to check out my other Cool Projects here https://www.instructables.com/member/RonFrtek/instructables/

What You Will Need

dht12.jpg
ssd1331.jpg
breadboard.jpg
jumper-wires.jpg
arduino.jpg
VisuinoAdvrtisementESPCopterDSTIKEWatch.jpg

  • Arduino Uno or any other Arduino board
  • Breadboard
  • Jumper wires
  • OLED Display
  • Visuino software: Download here

The Circuit

dht12-.jpg
  • Connect DHT12 positive pin + (VCC) to Arduino pin +5V
  • Connect DHT12 negative pin - (GND) to Arduino pin GND
  • Connect DHT12 pin (SCL) to Arduino pin (SCL)
  • Connect DHT12 pin (SDA) to Arduino pin (SDA)
  • Connect OLED Display pin[VCC] to Arduino pin[5V]
  • Connect OLED Display pin[GND] to Arduino pin[GND]
  • Connect OLED Display pin[SDA] to Arduino pin[SDA]
  • Connect OLED Display pin[SCL] to Arduino pin[SCL]

Start Visuino, and Select the Arduino UNO Board Type

FRWQB80K1RVKKV9.LARGE.jpg
FBL8FPKK5H5EPPI.LARGE.jpg

The Visuino: https://www.visuino.eu also needs to be installed. Download Free version or register for a Free Trial.

Start Visuino as shown in the first picture Click on the "Tools" button on the Arduino component (Picture 1) in Visuino When the dialog appears, select "Arduino UNO" as shown on Picture 2

In Visuino Add,Set & Connect Components

2020-08-07_22-19-52.jpg
2020-08-07_22-20-43.jpg
2020-08-07_22-21-18.jpg
2020-08-07_22-21-47.jpg
2020-08-07_22-22-20.jpg
2020-08-07_22-22-44.jpg
2020-08-07_22-23-43.jpg
  • Add "DHT12" component
  • Add "OLED" display component
  • Double click on the "DisplayOLED1"
  • In the elements window drag "Text Field" to the left side
  • In the properties window set size to 2
  • In the elements window drag another "Text Field" to the left side
  • In the properties window set size to 2 and Y to 20
  • Close the Elements window
  • Connect "HumidityThermometer1" pin Temperature to "DisplayOLED1" > "Text Field1"
  • Connect "HumidityThermometer1" pin Humidity to "DisplayOLED1" > "Text Field2"
  • Connect "HumidityThermometer1" pin Sensor I2C to Arduino board pin I2C In
  • Connect "DisplayOLED1" pin I2C Out to Arduino board pin I2C In

Generate, Compile, and Upload the Arduino Code

2020-08-07_22-24-22.jpg

In Visuino, at the bottom click on the "Build" Tab, make sure the correct port is selected, then click on the "Compile/Build and Upload" button.

Play

If you power the Arduino UNO module, the OLED Display will start to show the temperature and humidity values.

Congratulations! You have completed your project with Visuino. Also attached is the Visuino project, that I created for this Instructable, you can download it and open it in Visuino: https://www.visuino.eu

Downloads