“Temperature & Humidity Sensor”的版本间的差异

来自Microduino Wikipedia
跳转至: 导航搜索
(Created page with "{| style="width: 800px;" |- | ==Objective== How to use Microduino light intensity sensor. ==Equipment== *'''Microduino-CoreUSB''' *'''Microduino-Light Intensity Sens...")
 
 
(未显示1个用户的2个中间版本)
第4行: 第4行:
 
==Objective==
 
==Objective==
  
How to use Microduino light intensity sensor.
+
This tutorial will show you how to use Micorduino temperature & humidity sensor.  
  
 
==Equipment==
 
==Equipment==
 
*'''[[Microduino-CoreUSB]]'''
 
*'''[[Microduino-CoreUSB]]'''
*'''[[Microduino-Light Intensity Sensor]]'''
+
*'''[[Microduino-Temperature & Humidity Sensor]]'''
 
*'''[[Microduino-Sensorhub]]'''
 
*'''[[Microduino-Sensorhub]]'''
 +
*'''[[Microduino-OLED]]'''
  
  
第15行: 第16行:
  
 
*Other Hardware Equipment  
 
*Other Hardware Equipment  
**USB cable   One
+
**1x USB cable
 
 
  
 
==Program==
 
==Program==
第23行: 第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:MicroduinoLightSensor.png|600px|center|thumb]]
+
[[File:MicroduinoTemperatureSensor.png|600px|center|thumb]]
Connect A2 pin of Microduino-SensorHub to Microduino light intensity sensor and D6 to Microduino buzzer.
+
 
  
 +
Step 2: Connect the Microduino-CoreUSB to your PC with the USB cable and upload the code.
 +
[[File:MicroduinoTemperatureSensor1.png|600px|center|thumb]]
  
Step 2:
 
Connect your PC wiht USB cable, download and burn it to Microduino-CoreUSB.
 
[[File:MicroduinoLightSensor1.png|600px|center|thumb]]
 
  
 +
Step 3: Power it on and it will show temperature value on OLED.
  
Step 3:
+
[[File:MicroduinoTemperatureSensor2.png|600px|center|thumb]]
Power on and you can hear the sound of a buzzer.
 
[[File:MicroduinoLightSensor2.png|600px|center|thumb]]
 
  
  
Step 4:  
+
Step 4: Try to change temperature and see changes on OLED.  
Change light intensity to change the sound.  
+
[[File:MicroduinoTemperatureSensor3.png|600px|center|thumb]]
[[File:MicroduinoLightSensor3.png|600px|center|thumb]]
 
  
  
 
==Result==
 
==Result==
  
You can change sound through light intensity sensor.  
+
You can get indoor temperature through the temperature sensor.  
  
 
==Video==
 
==Video==
  
 
|}
 
|}

2015年9月6日 (日) 05:58的最新版本

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