Projects

Arduino Flashing LED Top Tube Pad

Flashing LED Top Tube Pad for your bike using Arduino

Well it’s that time of year again. That’s right, the sun is going down early, and it’s getting hard to avoid logging some miles on your bike after dark. You likely have great lights front and rear already, but what about on the sides of your bike? When crossing intersections, and cruising down those long […]

Arduino Display

Fun Shway Display using an Arduino

Build a nice looking LCD display with buttons for mounting on the wall. Key Features: 2 line by 24 character LCD display controlled with 4 I/O’s (74HC164). Back light control of LCD. 6 Buttons connected to 1 analog pin. LM335 and LM334Z temp sensors. Adjustable temperature offset. Simple software clock. Wall mounted in a picture […]

Build Your Own Sourcemeter

Build Your Own Sourcemeter Using Arduino

This is an explanation and set of building plans for a USB-powered sourcemeter with a personal computer interface. The sourcemeter uses an open-source Arduino microprocessor and the user interface uses the open-source Processing environment. The sourcemeter was designed as a homemade current-voltage (IV) tester to measure the IV characteristics of a solar cell by sweeping applied voltage across […]

Arduino Jam project

Xtreme Buzzwire-4-2 Arduino Jam project

This project is part of the Arduino Jam 2012. First of all we would like to thank the organization and especially the main sponsor, Capgemini, which made all of this possible. At the Arduino Jam, during the brainstormsession, we came with the idea to make a classic Buzzwire game, but with some extra features to make it […]

ESM ExternalSerialMonitor

ESM – External Serial Monitor Using Arduino

Sometimes I needed an external serial monitor like the Serial Monitor in the Arduino Editor, to see what is going on. So I made one. The first picture shows an example how could be it designed. For the ESM I used an Atmel Atmega328 (based on the Arduino-Board) because it have an internal SRAM with […]

Arduino USB

LOG: Made a correction/modification Step 3 and added a picture step 5. So many Arduino users have RBBBs(Really Bare Bones Board (Arduino))  or Anarduinos or Boarduinos that could use a USB interface to program and power them but don’t want to spend $15-20 for a USB BUB or FTDI cable. This Lazy Old Geek is […]

Arduino control TV functions

Control TV functions using Analog input and Arduino

Have you ever wanted to use a good old knob to control your TV volume instead of repeated button pushing? Or make it controlled by light? Do you want your remote to be replaced by an awesome arduino and let it do the hard work of using a remote for you? Well this instructable is […]

DC Motor Control Using an H Bridge

DC Motor Control Using an H-Bridge using arduino

Overview In this tutorial, you’ll learn how to control a DC motor’s direction using an H-bridge. To reverse a DC motor, you need to be able to reverse the direction of the current in the motor. The easiest way to do this is using an H-bridge circuit. There are many different models and brands of […]

Digital Clock

Digital Clock Design Using Arduino

Introduction This design project utilizes an Arduino MEGA2560 with an ATMEGA1280-16AU microcontroller to create a digital clock.  The clock will be able to save time when disconnected from power, and it can be powered from a USB connection or from the wall outlet.  The clock displays the hours, minutes, and seconds with an AM/PM indicator.  […]

AVR Programming Tutorial

AVR Programming Tutorial

This tutorial introduces programming for AVR microcontrollers. It uses the ATmega328p found on Arduino boards, but works with straight AVR C and a bare microcontroller. It covers the basic information you need to get started, whether or not you’ve used Arduino or other microcontrollers previously. Why would you want to learn AVR programming (instead of, […]

Scroll to Top