Projects

DMX Ardweeny

DMX Ardweeny Node using Arduino

I’ve settled on the lighting industry standard of DMX as my overall control protocol as I explore the world of blinky lights.  This universal control method is electrically robust, radio transmissible, and flexible enough for my needs (not to mention the needs of major concert, theatrical, and entertainment venues.)  There are a variety of DMX […]

Control a Relay with Arduino

Control a Relay with Arduino

In this quick Arduino tutorial I will explain how you can control a relay using the Arduino Board, one 1K and one 10K resistors, 1 BC547 transistor, one 6V or 12V relay, one 1N4007 diode and a 12V fan. When the button is pressed the fan will turn ON and will remain in this state […]

Arduino with iPod

Easily control your iPod using Arduino

Easily control your iPod with Arduino using serial commands. This instructable includes the schematic, the code and some extra info; everything you need to make this work. USB,battery or wall power supply powered. Step 1: What you need Parts: 5x  1K ohm resistors 2x  1M ohm resistors 1x  12K ohm resistors 1x  1.5K ohm resistors […]

Arduino timer

Make an Arduino Timer

Hi, so me and my pal are setting up so we can make PCB´s. We are currently making a UV exposure box (possibly another instructable) and for this box, we needed a timer, so this is what we have done so far, and what we are going to do. This project is based on the […]

arduino Easy 4x6 LED Matrix

Easy 4×6 LED Matrix, Arduino!

In this inst’able, I will show you how to create your very own 4×6 LED matrix as well as show you how to write code for it! There is an animation creator program in step 4! Here is one ANIMATION to get you excited about the project! ***Wave Animation*** Hello everyone! I’m back with an all new Inst’able! […]

PWM using Arduino

Pulse Width Modulation : PWM using Arduino

Pulse Width Modulation or PWM is a method of Digital to Analog Conversion. It helps in delivering analog average voltage using digital pulses of variable pulse width. By controlling the on time and off time, we can generate an analog average voltage using the digital pulses. PWM has a wide range of application. It is […]

Robot arm from a desk lamp

Robot arm from a desk lamp (IKEA Tertial hack)

This project answers to a need I had: a third hand that holds a camera while I perform a test and takes photos/videos (useful when you’re stuck at the lab late at night, and suddenly need a photographer). The downside to a robotic arm was obvious – It needs to be programmed, and it is […]

Breadboard Arduino

Breadboard Arduino

Received a couple of nice big bread boards for Christmas and decided that one of them needed an arduino to use with it. After some thought I decided that the best option was to build the required parts of an Arduino circuit direct on the breadboard. Also the cheapest at only £4 for the required […]

The MAX7219 and MAX7221 Led drivers

The MAX7219 and MAX7221 Led drivers

These two integrated circuits from Maxim are for driving either 64 individual Led’s, or up to 8 digits of 7-segment displays. The drivers implement a SPI compatible slave interface that can be controlled from the Arduino using only 3 of the digital output pins. An extensive datasheet for the IC’s is available from the Maxim […]

Arduino Time Temp Display Shield

Arduino Time & Temp Display Shield

Another project I’m working on required a good timer, but the more I read about Arduino, I realized that I couldn’t make an accurate timer using an Arduino that was already devoted to other tasks. The Arduino will always lose time if you perform other tasks. The solution was a Real Time Clock module that keeps perfect […]

Scroll to Top