- ATMega32 AVR > AVR ATmega Tutorial
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 it means in... Read more
A modern microcontroller has almost everything that’s needed to implement a touch sensor matrix. There are several sensing technologies: IC manufacturers typically advise using certain... Read more
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 board dedicat... Read more
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 mega8515. The pro... Read more
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 the micro co... Read more
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, only one voltag... Read more
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 a simple ti... Read more
Configuring and using XBEE wireless modules
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 on the range... Read more
The simplest digital voltmeter with AVR
This is probably the simplest possible digital voltmeter with Atmel AVR microcontroller. The circuit is controlled by a microprocessor IO1 – Atmel AVR ATmega8 (ATmega8, ATmega8L), a pr... Read more
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 ATMEGA 328 are... Read more