‘AVR

How to configure Watchdog Timers of AVR Microcontroller (ATmega16)

Some high end applications require multiple or critical calculations to be done by the microcontroller. This may lead to cases when the controller enters into wrong or infinite loops. As a result of this, the system either hangs up or gets crashed. The solution to overcome these situations is to automatically reset the system whenever […]

How to configure Watchdog Timers of AVR Microcontroller (ATmega16) Read More »

How to interface GPS with AVR microcontroller (ATmega16)

GPS modem is a device which receives signals from satellite and provides information about latitude, longitude, altitude, time etc. The GPS navigator is more famous in mobiles to track the road maps. The GPS modem has an antenna which receives the satellite signals and transfers them to the modem. The modem in turn converts the

How to interface GPS with AVR microcontroller (ATmega16) Read More »

How To Write a Simple Bootloader For AVR In C language

The BootLoader is a code which executes when a microcontroller is powered ON or reset. It basically sets an environment for the application code to execute. It is the Boot-Loader that sets the hardware and loads the application code from any storage medium or received through external communication and let the application to execute. Thus

How To Write a Simple Bootloader For AVR In C language Read More »

A pool cleaning robot custom electronic based on AVR ATmega8 microcontroller

Chlorine damage a gasket on the robot and cause the shorts of the electronics embedded. It is obviouslly out of warranty, and the manufactuer does not send me any information to repair it, moreover a new board will cost me more or less like a new robot, cause i’ve to sent it to a certified

A pool cleaning robot custom electronic based on AVR ATmega8 microcontroller Read More »

Scroll to Top