
SD card logger library with log rotation that fits on ATmega8
Share this:This library implements an SD card Data Logger that runs on ATmega. It has a small footprint, so it...

Interfacing SD Card with AVR Microcontroller
Share this:This project explains how to interface the SD card with an AVR microcontroller. In this project an ...

How To Use SPM To load Application from EEPROM
Share this:In any microcontroller the Boot-Loader is the first code which executes before the application code...

SD/SDHC Card Interfacing with ATmega8 /32 (FAT32 implementation)
Share this:Hi friends, Here is my project on interfacing of SD Card (microSD). microSD cards are available ver...

MMC/SD/SDHC AVR Interface using ATMega8 microcontroller
Share this:MMC/SD/SDHC card library This project provides a general purpose library which implements read and...

Atmel Avr Project Circuit Archive 360 MB using ATmega8 microcontroller
Share this:I collected a lot of site in the internet for various atmel avr projects will not work with the ide...

Arduino magnetic stripe decoder using microcontroller
Share this:This instructable shows how to use some freely available code, an arduino, and a standard magnetic...







Share this:This library implements an SD card Data Logger that runs on ATmega. It has a small footprint, so it can be loaded on an ATmega8, leaving space for user code. It supports SD and mi... Read more
Share this:This project explains how to interface the SD card with an AVR microcontroller. In this project an ATMEGA16 microcontroller is used. The microcontroller runs on 5V power supply wi... Read more
Share this:In any microcontroller the Boot-Loader is the first code which executes before the application code does. The major function of the Boot-Loader is to load the application code int... Read more
Share this:Hi friends, 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... Read more
Share this:MMC/SD/SDHC card library This project provides a general purpose library which implements read and write support for MMC, SD and SDHC memory cards. It includes low-level MMC, SD a... Read more
Share this:I collected a lot of site in the internet for various atmel avr projects will not work with the idea of a day’s archive is a grown up pretty. Atmel will be a solid resource... Read more
Share this:This instructable shows how to use some freely available code, an arduino, and a standard magnetic stripe reader to scan and display the data stored on magnetic stripe cards such... Read more
Share this:You might have noticed the Slaveflash I built with an Attiny 24, the instructable can be found here: Slaveflash-trigger-for-digital-with-Attiny24 After building the first p... Read more
Share this: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... Read more
Share this:This post presents a way for testing and learning the FAT32 system on microSD/ SDHC cards without building the hardware with microcontroller, thanks to Henry Yiu. This project use... Read more