Difference between revisions of "Temperature & Humidity Sensor"

From Microduino Wiki
Jump to: navigation, search
Line 16: Line 16:
  
 
*Other Hardware Equipment  
 
*Other Hardware Equipment  
**USB cable   One
+
**1x USB cable
 
 
  
 
==Program==
 
==Program==
Line 24: Line 23:
 
==Debugging==
 
==Debugging==
  
Step 1:  
+
Step 1: Connect Microduino Temperature & Humidity sensor to IIC pin of Microduino-SensorHub and Microduino-OLED to IIC pin of Microduino-SensorHub.
 
[[File:MicroduinoTemperatureSensor.png|600px|center|thumb]]
 
[[File:MicroduinoTemperatureSensor.png|600px|center|thumb]]
Connectt Microduino Temperature & Humidity sensor to IIC pin of Microduino-SensorHub and Microduino-OLED to IIC pin of Microduino-SensorHub.
 
  
  
Step 2:  
+
Step 2: Connect the Microduino-CoreUSB to your PC with the USB cable and upload the code.
Connect your PC with USB cable, download code and burn it to Microduino-CoreUSB.  
 
 
[[File:MicroduinoTemperatureSensor1.png|600px|center|thumb]]
 
[[File:MicroduinoTemperatureSensor1.png|600px|center|thumb]]
  
  
Step 3:  
+
Step 3: Power it on and it will show temperature value on OLED.
Power it on and it will show temperature value on OLED
 
  
 
[[File:MicroduinoTemperatureSensor2.png|600px|center|thumb]]
 
[[File:MicroduinoTemperatureSensor2.png|600px|center|thumb]]
  
  
Step 4:  
+
Step 4: Try to change temperature and see changes on OLED.  
Try to change temperature and see changes on OLED.  
 
 
[[File:MicroduinoTemperatureSensor3.png|600px|center|thumb]]
 
[[File:MicroduinoTemperatureSensor3.png|600px|center|thumb]]
  

Revision as of 05:58, 6 September 2015

Objective

This tutorial will show you how to use Micorduino temperature & humidity sensor.

Equipment



  • Other Hardware Equipment
    • 1x USB cable

Program

Debugging

Step 1: Connect Microduino Temperature & Humidity sensor to IIC pin of Microduino-SensorHub and Microduino-OLED to IIC pin of Microduino-SensorHub.


Step 2: Connect the Microduino-CoreUSB to your PC with the USB cable and upload the code.


Step 3: Power it on and it will show temperature value on OLED.


Step 4: Try to change temperature and see changes on OLED.


Result

You can get indoor temperature through the temperature sensor.

Video