- ATMega32 AVR > AVR ATmega Projects > Android Projects

Bluetooth Home Automation using AVR and Android App
DIY-Bluetooth based Home Automation Project In this project, let’s see how to design a Bluetooth based home au...

DIY-Bluetooth based Home Automation Project In this project, let’s see how to design a Bluetooth based home automation project.This article explains the steps involved in the designing of a... 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
Obstacle detecting sensors are one of the most basic type of sensors that electronic hobbyists use. There are several methods to make cheap obstacle sensors. These simple sensors are made us... Read more
Like me, you may have a few old Arduino boards or ATmega8 chips (in the boards) laying around from when you were first playing with Arduino. Those chips can still be really useful as the hea... Read more
Analogue to Digital Conversion on an ATmega168
Many AVR microcontrollers are capable of doing Analogue to Digital Conversion. The ATmega168 has 6 ports (8 ports on the SMD packages) that can be used for analogue input. This tutorial show... Read more
Overview Arduino is an Open Source embedded development platform which is easy-to-use. It comprises of Hardware boards and Software tools. Examples of some of the most popular Arduino Hardwa... Read more
This instructable will document and explain my latest project, a standalone computer system based upon a single chip (IC); the ATmega 1284P. The 1284P is responsible for all aspects of the s... Read more
Here we are going to establish a communication between an ATmega8 microcontroller and Arduino Uno. The communication established here is UART (Universal Asynchronous Receiver Transmitter) ty... Read more
EGYDuino is a DIY Arduino clone made on a single sided PCB board. It’s simple and cheap to build using home PCB fabrication methods and it’s 100% compatible with Arduino. Description ATmega8... Read more
Mechanized Android Figure using Microcontroller ATtiny44A
These Android figures are cute, but they don’t actually do anything. Let’s change that. Have a look at the video: These are the steps to make an Android that reacts to sound, mov... Read more