Other Projects

Automatic plant watering system using AVR(Atmega16) Microcontroller

Plant watering system evolved through various stages where primitive irrigation systems possess many drawbacks as it fails to conserve water and human energy. So introducing Automation in it can help us to overcome these drawbacks and pave way to conserve water. This can be done with a simple Soil moisture sensor and a Microcontroller, AVR

Automatic plant watering system using AVR(Atmega16) Microcontroller Read More »

Transforming your AVR Microcontroller to the I2C or TWI Slave I/O Expander Project

The I2C bus (read as I squared C) is one of the most important embedded system serial bus interface first introduced by Philips in 1980; using just two lines called SCL (serial clock) and SDA (serial data) respectively make the I2C bus is a perfect choice to provide additional I/O capabilities to your microcontroller project

Transforming your AVR Microcontroller to the I2C or TWI Slave I/O Expander Project Read More »

How to use I2C-bus on the Atmel AVR Microcontroller

I2C (read as I Squared C) bus first introduced by Philips in 1980, because of its simplicity and flexibility the I2C bus has become one of the most important microcontroller bus system used for interfacing various IC-devices with the microcontroller. The I2C bus use only 2 bidirectional data lines for communicating with the microcontroller and

How to use I2C-bus on the Atmel AVR Microcontroller Read More »

Interfacing GSM Module with Atmega32 AVR microcontroller

GSM (Global System for Mobile Communication) technology lets user to communicate with others across mobile networks hence it offers a vast area of coverage. Interfacing GSM technology with microcontroller will enable us to extend the communication to cover large area. This tutorial will teach you about interfacing GSM module with atmega32 AVR microcontroller and program it

Interfacing GSM Module with Atmega32 AVR microcontroller Read More »

Using Serial Peripheral Interface (SPI) Master and Slave with Atmel AVR Microcontroller

Sometimes we need to extend or add more I/O ports to our microcontroller based project. Because usually we only have a limited I/O port left than the logical choice is to use the serial data transfer method; which usually only requires from one up to four ports for doing the data transfer. Currently there are

Using Serial Peripheral Interface (SPI) Master and Slave with Atmel AVR Microcontroller Read More »

Scroll to Top