https://github.com/zinikus/home-appliance-remote-control
Beginner-level project: Control home appliances remotely using your phone and an ESP8266/ESP32. This simple IoT setup lets you switch devices on/off from anywhere using Wi-Fi. Great starter for learning home automation!
https://github.com/zinikus/home-appliance-remote-control
artificial-intelligence beginner-friendly cpp iot-application robot robotics robotics-competition
Last synced: 2 months ago
JSON representation
Beginner-level project: Control home appliances remotely using your phone and an ESP8266/ESP32. This simple IoT setup lets you switch devices on/off from anywhere using Wi-Fi. Great starter for learning home automation!
- Host: GitHub
- URL: https://github.com/zinikus/home-appliance-remote-control
- Owner: zinikus
- License: mit
- Created: 2025-06-09T14:40:51.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-09T15:22:09.000Z (about 1 year ago)
- Last Synced: 2025-07-15T16:37:17.339Z (about 1 year ago)
- Topics: artificial-intelligence, beginner-friendly, cpp, iot-application, robot, robotics, robotics-competition
- Language: C++
- Homepage:
- Size: 12.7 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Home Appliance Remote Control
This project allows you to control home appliances (like lights, fans, etc.) from your smartphone over the internet using an ESP-based microcontroller.
## Features
- Control appliances from anywhere using a smartphone
- Built using ESP8266 or ESP32 microcontroller
- Real-time control via Wi-Fi
- Easy-to-use mobile interface (can integrate with Blynk, Firebase, or HTTP server)
## Components Needed
- ESP8266 or ESP32
- Relay module
- Power source
- Jumper wires
- Smartphone
## Getting Started
1. Flash the `home_auto.ino` file to your ESP device.
2. Modify the code with your Wi-Fi credentials and server endpoints.
3. Connect the relays to your home appliances.
4. Use a mobile app (like Blynk or your own custom app) to control them.
## Usage
Once everything is set up, you'll be able to switch your appliances on or off from your phone from anywhere with internet access.
---
## License
This project is open-source and free to use under the MIT License.
**Author**: https://github.com/zinikus