Windows 10 IoT: Monitor Temperature & Humidity Using DHT11 - Raspberry Pi

Introduction

 
This article will help you to build a model with Pi and other sensors where you can monitor the temperature at a particular place where it is mounted.
 
Requirements:
  1. Raspberry Pi 2/3 device with Windows 10 IoT Core OS connected towards the Internet
  2. Laptop or PC with Windows 10 OS connected towards the internet
  3. DHT11 temperature sensor with three-pin
About DHT11 temperature sensor:
 
The DHT11 temperature sensor is used in this model allows you to monitor the temperature and humidity. This DHT11 temperature sensor holds three pins Data, Power in (VCC), and Ground (GND).
 
Follow the below steps:
 
Step 1:
 
Connecting the DHT11 sensor towards Pi:
  1. Connect the data pin towards GPIO 4 at Pi kit using Jumper wires
  2. Connect the Power pin towards Power (3.3v PWR) at Pi kit using Jumper wires
  3. Connect the ground pin at DHT11 towards Ground (GND) at Pi kit using Jumper wires
Refer the following image for connectivity:
 
connectivity
 
Step 2:
 
Connecting Pi with Monitor:
 
Connect your Pi kit with monitor and start your device. Make sure that the Pi kit is connected towards the Internet.
 
Step 3:
 
Build with Visual Studio 2015
 
Download the solution file from this URL - http://bit.ly/1rtQR55
 
Open the solution file attached to this article under Visual Studio 2015.
 
solution
 
Change the target version towards the version of OS installed at Pi,
 
version
 
Change the Deployment platform for the Remote Machine and ARM processor. Give the IP address of Pi towards Visual Studio and deploy it now.
 
deploy
 
Find the temperature and humidity at the display connected to Raspberry Pi.
 
Read more articles on IoT: