Interfacing(USB – RS232 – I2c -ISP) Projects

Pololu Power Switch

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 Pololu Pushbutton Power Switch, programming the Arduino to shut off the power, and making the unit “power on” only. The Pololu Pushbutton Power Switch comes in two versions – the SV version geared towards […]

Power off from an Arduino Sketch using the Pololu Power Switch Continue Reading

Digital Read Serial Circuit

Digital Read Serial using Arduino

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 switch, button, or toggle switch 10k ohm resistor breadboard hook-up wire Circuit image developed using Fritzing. For more circuit examples, see the Fritzing project page Connect three wires to

Digital Read Serial using Arduino Continue Reading

Automatic Irrigation System Arduino With Usb Type DC Submersible Water Pump

Automatic Irrigation System (Arduino) With Usb Type DC Submersible Water Pump

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 analog signal which transmit to Arduino. 2. Arduino control submersible water pump ON or OFF. Water pump operates when moisture level reach predefined

Automatic Irrigation System (Arduino) With Usb Type DC Submersible Water Pump Continue Reading

Arduino Switch Statement

Arduino Switch Statement used with sensor 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 it to switch between four desired states

Arduino Switch Statement used with sensor input Continue Reading

Barcode Reading on Arduino LCD

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 screen is labelled, JHD162A. What you need for this project: 1. Arduino UNO 2. LCD 3. Roborealm 4. Potentiometer Step 1: Coding the Arduino

Barcode Reading using Roborealm Output on Arduino LCD Continue Reading

arduino l3dgecomm

Arduino-l3dgecomm – Integrating L3DGEWorld and Arduino

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 entity in another context – be it a server, phone, router or other monitorable device. The visual transformations represent various characteristics of these entities, such as

Arduino-l3dgecomm – Integrating L3DGEWorld and Arduino Continue Reading

How to Create an Arduino Compatible Bluetooth 4.0 Module

How to Create an Arduino Compatible Bluetooth 4.0 Module

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 BLE combo). Redbear’s Uno Shield: $29.95 BLEDuino: $19.95 (if part of Kickstarter) Bluegiga Shield: $69.95 After seeing these, I thought I’d try to

How to Create an Arduino Compatible Bluetooth 4.0 Module Continue Reading

Android talks to Arduino

Android talks to Arduino

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 attached to an Arduino Uno. Functionality:  Android  talks to Arduino 1. Run the Android “Bluetooth Chat” sample app (after we modify the app in

Android talks to Arduino Continue Reading

Scroll to Top