
Interfacing Electronic Circuits to Arduinos
Interfacing Electronic Circuits to Arduino In this instructable I use an example of interfacing an Arduino to...

Arduino Keyboard Message Code
When the button is pressed in this example, a text string is sent to the computer as keyboard input. The strin...

USB Freeform using an Arduino
This is a project in attempting to improve it predecessor “Freeform Arduino” by putting it in an e...

Power off from an Arduino Sketch using the Pololu Power Switch
If you need an Arduino to shut off from within your Sketch, this is the solution. We will explore wiring the P...
Interfacing Electronic Circuits to Arduino In this instructable I use an example of interfacing an Arduino to an ARINC 429 transceiver in order to demonstrate the general process of interfac... Read more
When the button is pressed in this example, a text string is sent to the computer as keyboard input. The string reports the number of times the button has been pressed. Once you have the Leo... Read more
This is a project in attempting to improve it predecessor “Freeform Arduino” by putting it in an enclosure and having it serve the similar purposes as “Palm Arduino Kit... Read more
If you need an Arduino to shut off from within your Sketch, this is the solution. We will explore wiring the Pololu Pushbutton Power Switch, programming the Arduino to shut off the power, an... Read more
This example shows you how to monitor the state of a switch by establishing serial communication between your Arduino and your computer over USB. Hardware Required Arduino Board A momentary... Read more
Hookup an LCD to an Arduino
Adding an LCD display to Arduino projects can add real value but the cost of doing so can be significant. Not a financial cost – you can pick up 16 (characters) x 2 (rows) LCD for as l... Read more
This mini project is involved to use Arduino to control submersible watre pump when soil reach below or above predefined moisture level. How it works ❓ 1. Soil moisture sensor is reading ana... 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
Barcode Reading using Roborealm Output on Arduino LCD
This Instructable shows how to create a Barcode Reader using only a webcam together with Roborealm and Arduino. The webcam used in this demonstration is the Logitech Quickcam and the LCD scr... Read more
L3DGEWorld is a tool for monitoring and interacting with networks and computer systems. Within a 3D world, entities bounce, spin, scale and otherwise change. These entities all represent an... Read more
I had been looking for a cheap alternative to some of the Arduino Bluetooth devices I’d seen, which in my opinion are overpriced. Redbear’s Mini: $39.95 (Note: This is a uC and B... Read more
This project slightly modifies the Google Android sample app called “Bluetooth Chat” so you can type a message in the Android app and that same message will appear on an LCD atta... Read more