Smart Living: Bluetooth Control System
The Bluetooth Home Automation project is the first step toward building a DIY smart home. It allows you to interface high-voltage household appliances with your smartphone, giving you the power of remote control.

System Architecture
- Smartphone App: You use a custom app (or a simple Bluetooth terminal) to send commands like "Turn on Light".
- Bluetooth Link: The HC-05 module receives the signal and passes it to the Arduino’s serial port.
- The Switch: The Arduino triggers a Relay Module, which acts as a physical switch for a 110V/220V appliance.
- Isolation: The relay keeps the high-voltage circuit completely separate from the low-voltage Arduino for safety.
Required Components
- Arduino Uno/Nano: The main controller.
- HC-05 Bluetooth Module: For wireless communication.
- 2-Channel or 4-Channel Relay Module: To control the appliances.
- Jumper Wires: To connect the modules.
- Android/iOS Phone: The remote control device.

Safety First!
When working with AC mains voltage (lights, fans), always ensure the power is unplugged while you are wiring. Use a proper plastic enclosure to house your project to prevent accidental contact with exposed wires. This project is a powerful introduction to IoT (Internet of Things) and electrical engineering.