- ATMega32 AVR >> AVR ATmega Tutorial
Share this:This tutorial is about how to use interrupt in AVR Atmega32A microcontroller. Interrupt enhances a use of microcontroller in many different ways. Interrupt is exactly the same as... Read more
Share this:A modern microcontroller has almost everything that’s needed to implement a touch sensor matrix. There are several sensing technologies: IC manufacturers typically advise us... Read more
Share this:The Arduino is a very cool development board where you could create hundreds of projects. But it doesn’t mean that for every project you create, you would need an Arduino bo... Read more
Share this:This projects uses 8MByte SDRAM from a 168 pin DIMM SDRAM and generates videosignal for a VGA monitor with a resolution of 512×480 pixels with 256 colors at 60Hz using mega85... Read more
First steps with micro controllers (ATMega8)
Share this:Purpose of this article: 1) to learn how to connect the Micro controller in a simple circuit and how to power it 2) to see how to create a simple programmer (a device to connect t... Read more
Share this: Low power consumption Better Amperes display resolution while using low value drop resistor. Much smaller PCB size, only 5cm x 5cm. Still no SMD components. Easy calibration, onl... Read more
Share this:Timers are widely used in industrial and domestic application for automating tasks. Microcontrollers can be used to design versatile and accurate timers with ease. Here I present... Read more
Configuring and using XBEE wireless modules
Share this:Xbees are some of the most powerful wireless modules you can find and they’re also very easy to configure and use. The only thing is they cost about Rs.1000 to Rs.2500 depending o... Read more
The simplest digital voltmeter with AVR
Share this:This is probably the simplest possible digital voltmeter with Atmel AVR microcontroller. The circuit is controlled by a microprocessor IO1 – Atmel AVR ATmega8 (ATmega8, ATme... Read more
Share this: Measure something: add a sensor to a microcontroller board that you have designed and read it. This week I decided to make ATMEGA 328 board. ATMEGA 328 Some of the Features of AT... Read more