Posts

Showing posts from July, 2024

Smart Home Automation Project Using Arduino and Bluetooth Module

Image
Smart Home Automation Project Using Arduino and Bluetooth Module Introduction: This document outlines the development of a smart home automation system using an Arduino microcontroller and a Bluetooth (BT) module. The system allows users to control home appliances wirelessly through a smartphone or tablet. This project aims to enhance convenience and improve energy efficiency in a modern household. Components Required: Arduino Uno : The microcontroller used to control the system. Bluetooth Module (HC-05 or HC-06) : For wireless communication between the Arduino and a smartphone. Relay Modules : To control high voltage appliances. Smartphone : To send commands to the Arduino via a Bluetooth application. Breadboard and Jumper Wires : For prototyping and connections. Power Supply : To power the Arduino and the relay modules. Home Appliances : Such as lights, fans, or any other appliances to be controlled. System Architecture: The system consists of three main components: Arduino Uno : Act...