Projects

arduino simpleTweet 01 python

simpleTweet_01 python using Arduino

Arduino Python Twitter (Windows) In this instructable we’ll modify my simpleTweet_00 and rewrite the Processing code with Python. You can expect an ignorant walkthrough by an illiterate noob, but maybe that’s just what you’re looking for. Before you begin: If you need help installing Python, navigating Windows from the Command Prompt, or installing packages, then […]

Arduino Home automation 1

Arduino Home automation

This is a relatively simple controller for controlling equipment in your home. At the moment I control my central heating, security and lighting. By sending commands from my home computer. My homeeasy central heating controller hack. http://www.instructables.com/id/BampQ_homeeasy_home_automation_central_heating_c/ I am also able to login remotely from the internet to control the equipment at home connected to […]

Arduino 4x4x4 LED Cube

Arduino 4x4x4 LED Cube

Overview: This instructable will cover the building process of an 4x4x4 LED Cube. I will be using an Arduino to control the LEDs.  Since the Arduino (Freeduino) has a total of 20 pins (including the analog pins) we will not need to have any multiplexing or shift registers.  I will take you though what i […]

Arduino Color Changing Night Light

Color Changing Night Light with ATtiny using Arduino

I wanted to create something for my wife as a present and this is what I came up with. This is a dark activated color changing night light. It has a sensor that can tell when the room light is turned off. This then will light a RGB LED and slowly fade through different colors. […]

Arduino LED Dot Matrix Display 1

LED Dot Matrix Display using an Arduino

In this project, you shall again use two sets of shift registers. These will be connected to the rows and columns of the dot matrix display. You will then show a simple object, or sprite, on the display and animate it. The main aim of this project is to show you how a dot matrix […]

Arduino Relay Shield

Simple Relay Shield for Arduino

Shield to control 6 relay, 6 digital input and 6 analog input with Arduino Duemilanove, Arduino UNO. The digital inputs and relay outputs are equipped with an LED that indicates the status. The circuit diagram is very simple: Step 1: Schematics and PCB In this step you can find the circuit diagram and the PCB […]

Arduino water cannon

Squirt – Arduino, motion activated water cannon

Squirt is a motion activated water cannon using Arduino. This was designed for use in the garden but as it’s winter we tested it in the bathroom. It works! True motion tracking is expensive and complicated so this system activates when the victim moves into range and randomises the position of the cannon and the […]

Arduino Pedometer

Arduino Pedometer

Problem: So my nutritionist (doesn’t everyone have a nutritionist) suggested I should increase my exercise which primarily consists of walking my dog. She even gave me a chart of activities and calories burned. Here’s an example. http://www.nutristrategy.com/caloriesburned.htm Well, being a LAZY OLD GEEK, I decided to monitor my walking electronically. Solution: It was a “long […]

ardunio mega pinout

Arduino Mega Pinout Diagram

Arduino Mega Introduction: The Arduino Mega is a microcontroller board based on the ATmega1280 (datasheet). It has 54 digital input/output pins (of which 14 can be used as PWM outputs), 16 analog inputs, 4 UARTs (hardware serial ports), a 16 MHz crystal oscillator, a USB connection, a power jack, an ICSP header, and a reset […]

Arduino Traffic Lights

Traffic Lights Beginner Arduino Project

This is a beginners project for the Arduino. I am using the Arduino Uno but should work with little or no modification on other arduino models. Setting up the hardware is very easy. This project is more of a training tool for learning how to program a timer list while listening for a button press. Parts […]

Scroll to Top