Skip to content

ThingAgora/wifi-gpio

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WiFi GPIO

Setup a web server to control all 4 GPIOs on a ESP-01 device.

Operation

The arduino code first goes through a predefined list of WiFi access points, if none is available it raises its own AP called ESP_XXXXXX where XXXXXX are the ESP-01 MAC address 6 last hex digits. In AP mode, default address is 192.168.64.1

The code then raises a web server that turns the GPIOs on or off according to the URI.

Examples

1001
1100
1100
0000

About

Simple ESP-01 REST GPIO controller

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 51.7%
  • C++ 48.3%