atmega32

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 »

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 »

Ghetto Programming: Getting started with AVR microprocessors on the cheap.

Microprocessors are so cheap these days. If only there were a way to program them up just as cheaply… *wavy dream-sequence lines* In this instructable, find out how to build up a complete AVR microprocessor toolchain: compiler, programmer software, programmer hardware, and some simple demos to get your feet wet. From there, it’s just a

Ghetto Programming: Getting started with AVR microprocessors on the cheap. Read More »

Build your own Wifi radio using Microcontroller ATmega16

Build your own Wifi radio using Microcontroller ATmega16

The internet hosts lots and lots of online radiostreams, most of them with a certain theme, ranging from old time classics to Tibetian riverdancing. I must admit that I love to listen to them while I’m building stuff, as I can choose the music I like without listening to the same cd’s over and over

Build your own Wifi radio using Microcontroller ATmega16 Read More »

Make-Yourself ATmega32 Starter’s Kit with LCD, I2C, SPI, RTC, ADC interfaces

Here is my home-made kit of ATmega32 microcontroller interfacing. The ATmega32 controller is rich with features like onboard 32kB in-System programmable flash, 1 KB EEPROM, 2KB SRAM, 10bit ADC (8 channel), SPI bus inteface, TWI (compatible with I2C bus) interface, an USART, analog comparator, etc. That’s why I’ve selected it to load my kit with

Make-Yourself ATmega32 Starter’s Kit with LCD, I2C, SPI, RTC, ADC interfaces Read More »

SD SDHC Card Interfacing with ATmega8 32 FAT32 implementation

SD/SDHC Card Interfacing with ATmega8 /32 (FAT32 implementation)

Here is my project on interfacing of SD Card (microSD). microSD cards are available very cheap nowadays, a great option for having a huge memory in any embedded system project. It is compatible with SPI bus, so the interfacing is easy. SD card adapters are also easily available in market, one can easily make a

SD/SDHC Card Interfacing with ATmega8 /32 (FAT32 implementation) Read More »

io ctrl board 1

CNC Update 2 Using atmega32 microcontroller

Another update on the CNC. The interfaceboards are etched, soldered and tested. IO / Control Boards Step- and directionsignals are generated by an ATmega32 which is controlled over RS232. This is only for testing purpose. In the final version a PC will control the movement. For more Detail: CNC Update 2 Using atmega32 microcontroller

CNC Update 2 Using atmega32 microcontroller Read More »

Delta Robot using atmega32 micrcontroller

And now for something completely different: A little robotics project for the weekend. The described robot can be build entirely from model making supplies and materials from the hardware store. Also only very few tools are needed. A metal saw, a drill press, a vice and optionally a tap will suffice. And here you can

Delta Robot using atmega32 micrcontroller Read More »

Scroll to Top