The AVR Watchdog

The AVR Watchdog

The AVR Watchdog is an essential mechanism to protect long term run applications from code freezes affecting their functionality.
AVR SDCard FAT support with FatFS

AVR SDCard FAT support with FatFS

You've probably seen or done lots of cool microcontroller projects already, but did you ever consider adding permanent data storage to your projects? I did, and there are numerous advantages:…
How to set the AVR Fusebits

How to set the AVR Fusebits

Learn how to set your atmega to work with various external crystals, program the fusebits, and build a fusebit doctor to revive your AVRs, in case you wrote the wrong settings .
NaI Scintillation Probe and Gamma Spectroscopy

NaI Scintillation Probe and Gamma Spectroscopy

A scintillation probe enclosing the regulated high voltage supply, the signal amplifier, the photomultiplier and the scintillation crystal (NaI). Building a DIY counter for a NaI Scintillation probe. AtMega8 and a bluetooth module for wireless data output. A cheap and easy to build homemade dosimeter with applications in spectroscopy.
Android Bluetooth controlled robot – Part 1

Android Bluetooth controlled robot – Part 1

Learn to connect a bluetooth module to an ATMega micro controller via the UART serial interface and even further, discover it using a bluetooth enabled Android phone. The 9600bps serial link established, can than be used to exchange data: read sensors or control the robot.