Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/roycuadra/websocket-button-control
The WebSocket Button Control code allows you to control a button wirelessly through a web interface served by an ESP8266 microcontroller. It creates a WebSocket server that listens for commands to turn the button on or off.
https://github.com/roycuadra/websocket-button-control
esp8266 relay websocket
Last synced: about 2 months ago
JSON representation
The WebSocket Button Control code allows you to control a button wirelessly through a web interface served by an ESP8266 microcontroller. It creates a WebSocket server that listens for commands to turn the button on or off.
- Host: GitHub
- URL: https://github.com/roycuadra/websocket-button-control
- Owner: roycuadra
- License: mit
- Created: 2024-05-05T17:25:00.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-07-30T15:36:01.000Z (5 months ago)
- Last Synced: 2024-07-30T19:42:57.042Z (5 months ago)
- Topics: esp8266, relay, websocket
- Language: C++
- Homepage: https://www.dropbox.com/scl/fi/bhwhayw5pzsaq8l1o01bk/VID_20240430_162429.mp4?rlkey=pt3q5pkhtozs4dacati978z99&st=lgvf5v1u&dl=0
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WebSocket Button Control
## Video Demonstration
Check this out [Video Demonstration](https://www.dropbox.com/scl/fi/bhwhayw5pzsaq8l1o01bk/VID_20240430_162429.mp4?rlkey=pt3q5pkhtozs4dacati978z99&st=lgvf5v1u&dl=0) to see the WebSocket Button Control in action.## Description
The WebSocket Button Control code allows you to control a button wirelessly through a web interface served by an ESP8266 microcontroller. It creates a WebSocket server that listens for commands to turn the button on or off. Additionally, it hosts a simple web page with a button interface for user interaction.## Hardwares
- ESP8266 microcontroller
- Relay connected to pin D4 (GPIO 2)
- High Voltage Generator(200kv)## Software Dependencies
- ESP8266WiFi library
- WebSocketsServer library
- ESPAsyncTCP library
- ESPAsyncWebServer library## License
This project is open-source and available under the MIT License. See the [LICENSE](LICENSE) file for more details.