Skip to content

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.

Notifications You must be signed in to change notification settings

roycuadra/WebSocket-Button-Control

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

WebSocket Button Control

Video Demonstration

Check this out Video Demonstration 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

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages