Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/roycuadra/wirelessrelay-wizard
This project serves as a practical example of IoT (Internet of Things) technology, showcasing seamless wireless device control through a standard web browser.
https://github.com/roycuadra/wirelessrelay-wizard
esp32 esp8266 home-automation iot-device relay
Last synced: about 2 hours ago
JSON representation
This project serves as a practical example of IoT (Internet of Things) technology, showcasing seamless wireless device control through a standard web browser.
- Host: GitHub
- URL: https://github.com/roycuadra/wirelessrelay-wizard
- Owner: roycuadra
- License: mit
- Created: 2023-11-03T11:05:02.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-01T05:18:32.000Z (4 months ago)
- Last Synced: 2024-08-01T07:11:23.446Z (4 months ago)
- Topics: esp32, esp8266, home-automation, iot-device, relay
- Language: C++
- Homepage: https://192.168.4.1
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WirelessRelay Wizard
## Video Demonstration
Check this out [Video Demonstration](https://www.dropbox.com/scl/fi/2l01fe7jwbvobmozqn8aw/VID20231105195200.mp4?rlkey=d0561vvrgo3jbvtmx15pl6jf9&st=lil6m604&dl=0)- This project demonstrates a simple web-based control panel using ESP32 or ESP8266.
- The control panel allows you to turn on and off GPIO12 remotely through a web browser.## How It Works
The ESP32 or ESP8266 sets up an Access Point (AP) with the specified SSID and password. It hosts a web server that serves a simple HTML page with ON and OFF buttons. When you click the buttons, corresponding HTTP requests are sent to the ESP32 or ESP8266, and it toggles the state of GPIO12 accordingly..
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.