mooneyj / pedalpower-interface

Interface between pedal power system (arduino to arduino comm via nrf24 and python usher client)
0 stars 0 forks source link

ESP SDK webserver #2

Open mooneyj opened 7 years ago

mooneyj commented 7 years ago

It seems the fastest way to implement a webserver on the ESP8266's is using Espressif's SDK webserver. Here implements an SDK webserver alongside a native arduino http server and an MQTT server, and finds the SDK to be fastest (as it implements callback functions). This code is useful as it contains working SDK webserver code (.ino) for the ESP8266 and a html page which succesfully communicates. We need to modify the server code to push the pedalpower data and replace the html with a fancy website.

mooneyj commented 7 years ago

A blog article about the above mentioned code https://internetofhomethings.com/homethings/?p=1177