Arduino Project – Touch Me Not I modified the Arduino project from the Arduino Starter Kit (Touch Sensor Lamp). Now it lights up an LED when your hand is close on the aluminium foil (without... Read more
Connecting the Switch To connect the switch to the Arduino, you will need the switch, two jumper wires, and a 10kΩ (brown-black-orange) resistor. Once you have all the required parts, you wi... Read more
So here is how i made my foot pedal used to start Linux terminal using an Arduino. It’s made because I am board of pressing the terminal icon with my mouse. P.S. Sorry for my English.... Read more
This is basic for your arduino projects, input switch read from digital input. When ever switch pressed, LED will turn on. Instruction; 1) Connect cathode lead of LED (shorter... Read more
Have you ever given something to someone and wished that the box you gave it in opened automatically? No? Well neither have I (well, maybe) :D. However if you have, this is the guide for you... Read more
Time for a follow-up to the Single Button Combination Lock by creating another oddball type of switch/lock. To activate this switch we make use of a Parallax Ping))) Ultrasonic sensor, an Ar... Read more
Description Clap switch/Sound-activated switch designed around op-amp, flip-flop and popular 555 IC. Switch avoids false triggering by using 2-clap sound. Clapping sound is received by a mic... Read more
An if statement allows you to choose between two discrete options, TRUE or FALSE. When there are more than two options, you can use multiple if statements, or you can use the switch statemen... Read more
An if statement allows you to choose between two discrete options, TRUE or FALSE. When there are more than two options, you can use multiple if statements, or you can use the switch... Read more
Arduino Switch (case) Statement, used with serial input
An if statement allows you to choose between two discrete options, TRUE or FALSE. When there are more than two options, you can use multiple if statements, or you can use the switch statemen... Read more