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...")
 
(Result)
Line 45: Line 45:
 
==Result==
 
==Result==
  
You can control LED lights through touch switch.  
+
You can control a buzzer through the touch switch.
  
 
==Video==
 
==Video==
  
 
|}
 
|}

Revision as of 02:14, 21 July 2015

Objective

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

Equipment


  • Othe Hardware Equipment
    • USB cable One
    • LED light One



Program

Debugging

Step 1:

MicroduinoTOUCH.png

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

Step 2: Connect your PC with USB cable, download code and burn it to Microduino-CoreUSB.

MicroduinoTOUCH1.png


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


Step 4: Repeate Step 3.


Result

You can control a buzzer through the touch switch.

Video