10000 GitHub - anthonydotmoe/esp32-button
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

anthonydotmoe/esp32-button

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESP32 Button

This is a refactoring of my friend's project to create a configurable WiFi button using an ESP32 microcontroller.

Desired features:

  • Store all configuration on internal flash
  • Allow configuration to be updated via web interface
  • If connecting to the configured AP fails, start a "SETUP" AP
    • Setup AP uses a captive portal to direct the user to the setup page
  • User configurable WebHook to fire when the button is pressed
  • User configurable HTTP GET request when the button is pressed
  • Should be platform agnostic. i.e. allow different ESP32 boards to be used with the button attached to any pin, or be active high or low.

Warning:

This project is incomplete and insecure! There's no CA certificate bundles, passwords aren't hashed, the web interface doesn't support TLS, etc.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0