interfacing

Fun Hackable Speaker Timer using ATMega328 microcontroller

This is a fun speaker timer I made for some upcoming conferences.  It uses a 4-digit charlieplexed LED (pseudo 7-segment) display and is driven by a AVR ATMega328 or an Arduino.  It allows a default time to be set, can be paused, and will put out 5 Volts on several IO lines when 10, 5, […]

Fun Hackable Speaker Timer using ATMega328 microcontroller Read More »

Getting started with LCD's and Microprocessors using ATmega8

In this Instructable, find out how to control LCD’s with a ATmega8 and Bascom. Demo You will need: – Breadboard – Wires – ATmega8 – Programmer – Bascom AVR (There is also a demo version for Free) – 10k resistor – 100k resistor – 10k variable resistor – 7805 Voltage regulator – 100 µF 16V

Getting started with LCD's and Microprocessors using ATmega8 Read More »

Direction Aware Messaging LED Spin Top using Tiny44 microcontroller

We recently built a LED spinning top with message display. Its an improved version of a similar top published by Elektor in their December 2008 issue. The Elektor top can be spun only in one direction. The synchronization required to print message on the LEDs arranged along the radius of the top is achieved by

Direction Aware Messaging LED Spin Top using Tiny44 microcontroller Read More »

Annoying Beeper using Microcontroller ATtiny13

Play a prank on your friends (enemies?) by hiding a high-pitched beeper which sounds off at random time intervals. This instructable uses minimal parts. All that is required is: battery microcontroller speaker Why don’t I just use a 555 timer chip? You certainly could. I like this method because: 1. The ability to beep at

Annoying Beeper using Microcontroller ATtiny13 Read More »

Instalacion del controlador USBasp (USBasp drivers setup) – Dark Side Electronics

English version available at the bottom Se enseñara paso a paso como instalar los controladores (drivers) necesarios para el correcto funcionamiento del programador USBasp para microcontroladores AVR. Primero, mencionaremos algunas consideraciones para evitar fallos por usos indebidos del programador. También se mencionará  el protocolo y pines que debe tener en cuenta para poder programar su

Instalacion del controlador USBasp (USBasp drivers setup) – Dark Side Electronics Read More »

How to Read Binary/Hex Thumbwheel Switch with an AVR Microcontroller

This instructable will show you how to read the number on a binary pushwheel or thumbwheel switch using LED’s or an AVR microcontroller (I’m using an ATmega328p but this can be adapted for any AVR or probably another microcontroller of your choice). Multiple thumbwheel switches can be strung together to make an electronic combination lock,

How to Read Binary/Hex Thumbwheel Switch with an AVR Microcontroller Read More »

Build the Penguin game system using ATMega32/644 microcontroller

Gotta love microcontrollers.They do lots of stuff … you can find them in computer mice , traffic lights , toys , and almost all electronic devices nowadays. Well , this is a project that pushes an 8-bit ATMega32 microcontroller to the limits. As you guessed from the title , it is a game system. Here

Build the Penguin game system using ATMega32/644 microcontroller Read More »

Drive a Stepper Motor with an AVR Microprocessor using ATTiny2313 microcontroller

Got some scavenged stepper motors from printers/disk drives/etc lying around? Some probing with an ohmeter, followed by some simple driver code on your microprocessor and you’ll be stepping in style. Step 1 Get to Know Steppers Basically, you’re going to need to figure out where all the little wires go. First step is to figure

Drive a Stepper Motor with an AVR Microprocessor using ATTiny2313 microcontroller Read More »

Apple-style LED pulsing using a $1.30 MCU using ATTiny85 microcontroller

The Atmel ATTiny85 chip is an 8-pin MCU that is totally awesome.  If you’ve been programming with the bigger boys (the ATMega series), these are a nice adventure – you’re rather limited in the number of output pins, but a creative design gives us a lot of flexibility in a very small package. You’ve seen

Apple-style LED pulsing using a $1.30 MCU using ATTiny85 microcontroller Read More »

Scroll to Top