Skip to content

pimuzzo/ilifev7s-rest-remote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ilifev7s-rest-remote

Rest remote for Chuwi iLife v7s built on ESP8266

Hardware

  • ESP8266 (~ 5.00€)
  • IR led (~ 0.60€)

Schema

Usage

Debug endpoint just to see if it is working:

  • http GET http://{ip}:80

Execute an action (wake_up, clean, stop, spot, home, edge):

  • http POST http://{ip}:80/ilifev7s action={action}

See the previous executed action:

  • http GET http://{ip}:80/ilifev7s

Most important dependencies

  • ESP8266WebServer Simple web server that knows how to handle HTTP requests
  • ArduinoJson C++ JSON library for IoT. Simple and efficient
  • IRremoteESP8266 Infrared remote library for ESP8266: send and receive infrared signals with multiple protocols

Thanks to

About

Rest remote for Chuwi iLife v7s built on ESP8266

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages