Projects

Python Meets the Arduino

Python Meets the Arduino

Arduino is an open-source electronics prototyping platform based on flexible, easy-to-use hardware and software. Python is our favorate programming language that allows you to integrate systems more effectively. Learn how to use Python to

Arduino Alarm Clock with Tetris1

Alarm Clock with Tetris to Prove You’re Awake using Arduino

This is an Arduino powered alarm clock that after hitting snooze twice the alarm will not cancel until the user has cleared 4 lines in the game Tetris. You physically turn the clock sideways, so the screen is vertical, to play Tetris.  It’s never fun to wake up in the morning but playing a little […]

Arduino Mobile Processing Schematic

Arduino Mobile Processing

How the mobile sketch works: The brain of the system is really on the arduino or the web page the phone requests. . . The phone just passes any data it sees back and forth. . . For the phone app to run, it needs the URL of a server and the path to a […]

Lego Spybotics with Arduino

Build An Lego Spybotics With Arduino

A friend gave me his old Lego Spybotics robot, however, the programming environment that goes along with it is a bit too orientated to the younger user. So why not control it using an Arduino? Step 1: Open up! In order to get this robot moving, we need to borrow its motors. There are two […]

LabVIEW Controlled Vehicle

CARduino – Arduino-Powered, LabVIEW-Controlled Vehicle

The CARduino is a remote-operated vehicle which is controlled by a controller attached to a computer running LabVIEW. The vehicle is powered by the Arduino, and can be expanded upon through the addition of sensors or other devices. Using LabVIEW, one can easily modify the controller program and expand the features of the CARduino with […]

Read analog data directly in Processing

Read analog data directly in Processing using arduino

This instructable presents a fast an easy way to use data received from an analog sensor in Processing. You will learn to utilize the Arduino and prototype electronic boards to read meaningful data from the environment. The sensors can be affected by the light, the orientation, or a user’s physical input. For this matter we […]

Arduino Noise Machine

The Arduino Noise Machine

Okay, okay, I know you all were wondering what I am up to now. I love synths and so, I built this. There are three things that can catch my attention: Synthesizers, Amplifiers and free. The other day (Actually it was just Thursday) I was cruising around Make’s website when I saw the Deal of […]

The Soil Moisture Sensor

The Soil Moisture Sensor using arduino

You are building a cheap soil moisture sensor so the brain can read the amount of moisture in the soil. The version we are building is very low tech, but it is also very cheap and easy to build. It consists of a block of packing foam with a couple of wires shoved into it. […]

Arduino Theremin

Arduino theremin like musical instrument

When I got my Arduino protoshield from sparkfun, I wanted to make something cool with it. And since I had seen a few Theremin projects before, and already thought about making some, I finally made one, using the Parallax PING sonar sensor. Here are some informations about how I made it. You can see all […]

Mouse Control With Pushbuttons

Mouse Control With Pushbuttons using arduino

Overview In this lab, you’ll build an alternative computer mouse using an Arduino Leonardo using pushbuttons to move the mouse left, right, up and down. You’ll see the difference between reading a digital input continually and reading for a change of state. (:toc Table of Contents:) Parts For this lab you will need the following […]

Scroll to Top