Learn how to use serial communication to control a program on your computer.
From Project 14 in the Arduino Projects Book
From Project 14 in the Arduino Projects Book
From Project 13 in the Arduino Projects Book
From Project 09 in the Arduino Projects Book
From Project 08 in the Arduino Projects Book
From Project 05 in the Arduino Projects Book
From Project 04 in the Arduino Projects Book
From Project 03 in the Arduino Projects Book
From Project 02 in the Arduino Projects Book
From Project 01 in the Arduino Projects Book
When components are in a series the electrical current flows through both one after another. In this example, both buttons must be pressed at the same time for the LED to light.
When components are parallel the electrical current is split between them. In this example, if either button is pressed the LED will light up.