Projects

Arduino Home Automation

IR Remote Controlled Home Automation using Arduino

Previously we have covered many types of Home automations using different technologies like DTMF Based Home Automation, PC Controlled Home Automation using Arduino, Bluetooth Controlled Home Automation. In this project, we are using IR based wireless communication for controlling home appliances. In this project, Arduino is used for controlling whole the process. We send some

IR Remote Controlled Home Automation using Arduino Continue Reading

serial communication atmega

How to establish UART communication between ATmega8 and Arduino Uno?

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) type. It’s serial communication. By this serial communication data can be shared between two controllers, which is a required in various embedded system applications. In embedded systems we must have basic knowledge about

How to establish UART communication between ATmega8 and Arduino Uno? Continue Reading

Scroll to Top