“Touch Sensor”的版本间的差异

来自Microduino Wikipedia
跳转至: 导航搜索
(Created page with " {| style="width: 800px;" |- | ==Objective== The tutorial will show you the way to use Microduino touch switch. ==Equipment== *'''Microduino-CoreUSB''' *'''Microduino...")
 
 
(未显示另一用户的1个中间版本)
第5行: 第5行:
 
==Objective==
 
==Objective==
  
The tutorial will show you the way to use Microduino touch switch.  
+
The tutorial will show you how to use the Microduino touch switch.  
  
 
==Equipment==
 
==Equipment==
第12行: 第12行:
  
  
*Othe Hardware Equipment
+
*Other hardware equipment
**USB cable   One
+
**1x USB cable  
**LED light         One
+
**1x LED light
  
  
第24行: 第24行:
 
==Debugging==
 
==Debugging==
  
Step 1:  
+
Step 1: Connect D6 of Microduino-SensorHub to touch switch and D5 to one Led light.
 
[[File:MicroduinoTOUCH.png|600px|center|thumb]]
 
[[File:MicroduinoTOUCH.png|600px|center|thumb]]
Connect D6 of Microduino-SensorHub to touch switch and D5 to one Led light.
 
  
 
Step 2:  
 
Step 2:  
Connect your PC with USB cable, download code and burn it to Microduino-CoreUSB.  
+
Connect the Microduino-CoreUSB to your PC with the USB cable and upload the code.
 
[[File:MicroduinoTOUCH1.png|600px|center|thumb]]
 
[[File:MicroduinoTOUCH1.png|600px|center|thumb]]
  
第39行: 第38行:
  
 
Step 4:  
 
Step 4:  
Repeate Step 3.   
+
Repeat Step 3.   
 
[[File:MicroduinoTOUCH3.png|600px|center|thumb]]
 
[[File:MicroduinoTOUCH3.png|600px|center|thumb]]
  
第45行: 第44行:
 
==Result==
 
==Result==
  
You can control LED lights through touch switch.  
+
You can control a buzzer through the touch switch.
  
 
==Video==
 
==Video==
  
 
|}
 
|}

2015年9月6日 (日) 04:28的最新版本

Objective

The tutorial will show you how to use the Microduino touch switch.

Equipment


  • Other hardware equipment
    • 1x USB cable
    • 1x LED light



Program

Debugging

Step 1: Connect D6 of Microduino-SensorHub to touch switch and D5 to one Led light.

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


Step 3: Touch the switch with your hand and see what happens.


Step 4: Repeat Step 3.


Result

You can control a buzzer through the touch switch.

Video