AVR ATmega Projects

Micro controller programming: Making a set of traffic lights using Microcontroller ATTiny2313

So you wana learn how to programme a micro controller? This tutorial has been designed as a next step, following the fantastic tutorial ‘Ghetto Programming: Getting started with AVR microprocessor on the cheap.’ by The Real Elliot link you should read this before progressing onto this next step. Today my friends we are going to […]

Micro controller programming: Making a set of traffic lights using Microcontroller ATTiny2313 Read More »

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

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 using AVR microcontroller Read More »

How to Read Binary/Hex Thumbwheel Switch with an AVR Microcontroller using ATmega328p 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 using ATmega328p microcontroller Read More »

Power Your Arduino From Your Car using AVR microcontroller

Power Your Arduino From Your Car using AVR microcontroller

The Arduino — and AVRs in general — have a wide range of power supply options ranging from around 1.8V to 5.5V. The choice of voltage is usually determined by the desired clock speed or power consumption requirements. The Arduino and its many variants have power jacks that allow connections from big, clunky “wall warts.”

Power Your Arduino From Your Car using AVR microcontroller Read More »

Making a set of traffic lights Using Arduino

This tutorial will step you through the process of creating a set of controllable and configurable traffic lights whilst also teaching you the basics of Arduino. Some knowledge is needed and I highly recommend reading and following through on most if not all of the pages of the following document, created by the wonderful Arduino.cc

Making a set of traffic lights Using Arduino Read More »

LoveBox – The box of love using ATtiny2313 Microcontroller

As most guys I don’t tell my wife that “I love you” as often as I should, but this little gadget will at least improve that situation as bit. So by combining a nice box and some hardcore electronics nerdiness I’ve made a nice christmas gift for my wife. The LoveBox is a small box

LoveBox – The box of love using ATtiny2313 Microcontroller Read More »

Build a Complete AVR System and Play Mastermind Using Microcontrollers

The game Mastermind has been around a long time, and I remember getting a board version with colored pegs when I was a kid. I love this game, as it is solvable simply by pure logic. One player (or a computer/microcontroller) chooses a sequence of colors from a pool of available colors and then the

Build a Complete AVR System and Play Mastermind Using Microcontrollers Read More »

Using Arduino to communicate with embedded project using AVR ATMEGA microcontroller

Building a stand-alone AVR ATMEGA project sometimes leaves you with no easy to read output from your project. But you can use an Arduino to act as a communications bridge between your embedded project and your PC’s Serial Monitor program! I’m building an embedded multi-channel thermocouple reader/datalogger, which has a lot of connections and soldering,

Using Arduino to communicate with embedded project using AVR ATMEGA microcontroller Read More »

Scroll to Top