Welcome to the Arduino Controlled Smart Home project! This GitHub repository contains all the necessary code and resources to create a smart home system using an Arduino board, a mobile application, and Bluetooth connectivity. With this system, you can control eight different appliances in your home based on various modes or scenarios.
- Control eight different appliances using Arduino board and Bluetooth connectivity.
- Mobile application and dashboard with five different modes for controlling the appliances.
- Customizable modes and scenarios to suit your specific needs.
- Easy-to-use interface for managing and monitoring your smart home.
To run this project, you will need the following:
- Arduino board (compatible with Bluetooth connectivity)
- Mobile device (Android or iOS) with Bluetooth capability
- Arduino IDE or compatible software
- Mobile application development environment (e.g., Android Studio, Xcode)
- Clone this repository to your local machine using the following command:
git clone https://github.com/MAzewail/arduino-controlled-smart-home.git
-
Set up the Arduino board and ensure it is properly connected to your appliances.
-
Open the Arduino IDE (or compatible software) and upload the Arduino sketch from the
arduino
directory to your Arduino board. -
Set up your mobile application development environment and import the mobile application project from the
mobile-app
directory. -
Build and run the mobile application project on your mobile device.
-
Power on the Arduino board and ensure it is properly connected to your appliances.
-
Launch the mobile application on your mobile device.
-
Pair the mobile device with the Arduino board using Bluetooth connectivity.
-
Once connected, you can choose from the five different modes available in the mobile application to control your appliances.
-
Customize the modes and scenarios according to your preferences by modifying the code in the Arduino sketch and the mobile application project.
Contributions to this project are welcome! If you find any issues or have suggestions for improvements, please feel free to submit a pull request or open an issue on the GitHub repository.
This project is licensed under the MIT License.
- Arduino ↗ - Open-source electronics platform
- Bluetooth ↗ - Wireless communication technology
- [Your Favorite Appliance Manufacturers] - For creating amazing appliances!
We hope you enjoy using the Arduino Controlled Smart Home system! Happy home automation!