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 […]
Projects
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 […]
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 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 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
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, […]
Power your Arduino with a Hand-Cranked Battery
If you’ve ever wanted to power your Arduino or AVR from a battery for development testing (batteries have different power delivery qualities than, say, transformed AC or even a regulated wall wart in DC) testing but were tired of going through batteries (Hey, I admit I’ve sucked batteries dry in hours because of a slipped-up […]
Heat-Seeking Desk Fan (using Arduino)
Summary: The following is a step by step guide on how to make a Heat-Seeking Desk Fan from an Arduino microcontroller, a computer fan, a servo, and an infrared temperature sensor. The device scans the room periodically, automatically pointing itself in the hottest direction (ideally towards a person). This is a working proof-of-concept model, but it […]
Make a Desktop Tamagotchi Using Arduino
One day I was sitting behind my desk at work and I got that weird need to build something, after looking around for a bit I got my eye on an LED matrix and that sparked an idea in my head : “I WANNA MAKE A TAMAGOTCHI”. So for those of you that don’t know […]
Twitter Enabled Text to Speech using an Arduino
Let the world know what you’re eating for breakfast with an 80’s style vocal synthesizer! This project uses an Arduino to send your Twitter stream to a voice generator chip called the SpeakJet. The setup that I use here can also be extended to other applications where you’d want to translate text into speech, some […]