Difference between revisions of "Touch Sensor"

From Microduino Wiki
Jump to: navigation, search
(Created page with " {| style="width: 800px;" |- | ==Objective== The tutorial will show you the way to use Microduino touch switch. ==Equipment== *'''Microduino-CoreUSB''' *'''Microduino...")
 
 
(One intermediate revision by one other user not shown)
Line 5: Line 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==
Line 12: Line 12:
  
  
*Othe Hardware Equipment
+
*Other hardware equipment
**USB cable   One
+
**1x USB cable  
**LED light         One
+
**1x LED light
  
  
Line 24: Line 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]]
  
Line 39: Line 38:
  
 
Step 4:  
 
Step 4:  
Repeate Step 3.   
+
Repeat Step 3.   
 
[[File:MicroduinoTOUCH3.png|600px|center|thumb]]
 
[[File:MicroduinoTOUCH3.png|600px|center|thumb]]
  
Line 45: Line 44:
 
==Result==
 
==Result==
  
You can control LED lights through touch switch.  
+
You can control a buzzer through the touch switch.
  
 
==Video==
 
==Video==
  
 
|}
 
|}

Latest revision as of 04:28, 6 September 2015

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.

MicroduinoTOUCH.png

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

MicroduinoTOUCH1.png


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