- ATMega32 AVR > AVR ATmega Projects

Snorecorder with SD Logging
Introduction Sound Byte The Snorecorder detects snoring sounds from a sleeping person and records the time and...

ProxMidi A capacitive MIDI sequencing platform
Introduction ProxiMIDI is a MIDI code generator, that takes its inputs from a user using Atmel’s Capacitive to...

Some Assembly Required
What We Did We created an autonomous robot that explores the world in linear trajectories while avoiding obsta...

How to Install and Setup EAGLE
Introduction Printed circuit boards (PCBs) are the backbone of every electronic gizmo out there. They’re...

Floating Away with AmForth
1 Starting Forth Forth[3] is a flexible, stack-based programming language that is ideal for embedded use. It h...

Programming for AVR
This project was done in order to experiment with the Automotakit breadboard board which is based on the ATMEG...

Work Progress
I have been working on input and output devices communication for weeks. For those weeks, I spent so many time...







Introduction Sound Byte The Snorecorder detects snoring sounds from a sleeping person and records the time and intensity of each snore. The data is written to an SD card, which can be easily... Read more
Introduction ProxiMIDI is a MIDI code generator, that takes its inputs from a user using Atmel’s Capacitive touch and Proximity technology. It can generate sound signals for 4 notes of 3 ins... Read more
What We Did We created an autonomous robot that explores the world in linear trajectories while avoiding obstacle using IR range-finding. The robot is a Venom RC car altered to be controlled... Read more
Introduction Printed circuit boards (PCBs) are the backbone of every electronic gizmo out there. They’re not flashy like those microprocessors, or abundant like resistors, but they... Read more
1 Starting Forth Forth[3] is a flexible, stack-based programming language that is ideal for embedded use. It has an amazing power to weight ratio; it can do a lot with limited resources. For... Read more
This project was done in order to experiment with the Automotakit breadboard board which is based on the ATMEGA256A3U chip. The use of a DAC, ADC , low pass filter, PWM, basic I/O, current c... Read more
I have been working on input and output devices communication for weeks. For those weeks, I spent so many times on the ESP32 debugging and got nothing solved, which makes me be so despair ab... Read more
1. Programming Board Blinking Code using Arduino environment CODE: I started with code code from Jaclyn Berry's page : const int buttonPin = 7; const int ledPin = 2; int buttonState = 0; voi... Read more
Introduction This page attempts to describe a procedure for installing a complete GCC-based toolchain on a modern Windows system. I’ve developed these instructions on my Windows 10 mac... Read more
Introduction Many people where interested in microcontroller programming after the article which I wrote in 2002. However this first step to get the development environment up and running is... Read more