switch

Arduino Switch case2 Statement

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 statement. Switch allows you to choose between several discrete options. This tutorial shows you how to use switch to turn on one of several …

Arduino Switch (case) Statement, used with serial input Read More »

Remote Controlled Power Switch

Use Arduino to Interface with a Remote Controlled Power Switch

Update: check out the RFToy — an easy-to-use standalone gadget to control remote power sockets. Also, support for remote power sockets have been added to OpenSprinkler firmware 2.1.1. For a while I’ve been looking for a way to switch household power line (110V) devices. One of the simplest options is to use a relay that is connected to …

Use Arduino to Interface with a Remote Controlled Power Switch Read More »

Install the Arduino

How to Install the Arduino to the Lithium Backpack using arduino

The Arduino is an open source hardware input and output circuit and the Lithium Backpack is a Ardino accessory that will power the Arduino when it is away from a computer or a wall power. These products are sold at Liquidware for under $34 each. Step 1: Plug in the battery connector to the board. The black …

How to Install the Arduino to the Lithium Backpack using arduino Read More »

Playfield Hardware Flippers

Playfield :: Hardware :: Flippers Using Arduino

If you are contemplating building your own machine, then you probably already know a good bit about how pinball machines work. It’s basically series of electro-mechanical events where a steel ball activates a switch, which in turn fires a solenoid that drives a mechanism, sending the ball off in some other direction where it most likely hits another switch, and so …

Playfield :: Hardware :: Flippers Using Arduino Read More »