Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rounak-ghosh/home-automation-using-esp
Arduino home automation project using a 5V relay module and smartphone. Control up to four relay switches with Amazon Alexa.
https://github.com/rounak-ghosh/home-automation-using-esp
amazon-alexa arduino arduino-iot-cloud esp8266 home-automation
Last synced: 8 days ago
JSON representation
Arduino home automation project using a 5V relay module and smartphone. Control up to four relay switches with Amazon Alexa.
- Host: GitHub
- URL: https://github.com/rounak-ghosh/home-automation-using-esp
- Owner: Rounak-Ghosh
- License: mit
- Created: 2022-04-16T11:04:13.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-30T07:27:07.000Z (over 2 years ago)
- Last Synced: 2024-12-13T20:39:43.926Z (2 months ago)
- Topics: amazon-alexa, arduino, arduino-iot-cloud, esp8266, home-automation
- Language: C++
- Homepage: https://user-images.githubusercontent.com/62801352/163673550-5a735f75-1d60-4518-a438-bae429900f41.mp4
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Home automation using Amazon Alexa
This code controls four switches (via relays) using 2.4Ghz Wifi signal.
## Parts required to build this project :
1. ESP8266 (Espressif Systems)
2. 5V Relay Module with octocoupler
3. Jumper cables/wires
4. Breadboard
5. 5V DC Supply## Required Software :
1. Arduino IOT Cloud - [Visit here](https://create.arduino.cc/iot/)
2. Arduino Create Agent - [Visit here](https://create.arduino.cc/getting-started/plugin/welcome?_gl=1*1gfvtwc*_ga*MTUxMDAzNTU2NS4xNjQ4NTczNTM0*_ga_NEXN8H46L5*MTY1MDEwNzc4NC4xMS4xLjE2NTAxMDgwNTUuMA..)
3. Arduino IOT Remote App - [Play Store](https://play.google.com/store/apps/details?id=cc.arduino.cloudiot) or [App Store](https://apps.apple.com/us/app/arduino-iot-cloud-remote/id1514358431)## Circuit Diagram :
![Home-Automation-ESP32](https://user-images.githubusercontent.com/62801352/163673228-f5e28c4b-c857-47a5-8263-077663ab4240.jpg)## Control Relays using Alexa
Connect ESP8266 with Wifi along with proper credentials and link it with your Arduino IOT app as well as Amazon account.
You can control, monitor the real-time status of the relays from anywhere in the world with Alexa or Arduino IOT Remote App.## Working Prototype :
https://user-images.githubusercontent.com/62801352/163673550-5a735f75-1d60-4518-a438-bae429900f41.mp4
Made with sweat by [Madhurima Basuly](https://www.linkedin.com/in/madhurima-basuly-5475bb1a7/) & [Rounak Ghosh](https://www.linkedin.com/in/rounakghosh189/)