Projects

Building an Arduino Robot

Building an Arduino Robot, Part II: Programming the Arduino

Welcome to the second article in the tutorial series in which I’m building a remote controlled Arduino based vehicle robot. Here is the list of articles I have published: Part I: Hardware Components Part II: Programming the Arduino (this article) Part III: Assembling the Robot Part IV: A (Not So) Basic Robot Firmware Part V: […]

Color changing display

Make A Color Changing Display Using Arduino

Custom made Multiple color display. Have you ever wanted a display that is a little larger then one you can buy? Have you ever wanted to make a display the way you wanted it? Me too! This is how I made a custom multiple color display that I use for temperature. Step 1: Supplies and […]

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 […]

Scroll to Top