epfl-cs358 / 2024sp-helping-hand

2 stars 0 forks source link

First software version of the ESP webserver #14

Closed feeds closed 2 months ago

feeds commented 2 months ago
unglazedstamp commented 2 months ago

There is a wifi at Spot named SPOT-iot which we are expected to use to connect ESP32 and other boards . Each student who wants to access it has to go to this link to get credentials.

The first version of the ESP web server is ready to merge at #16. The web server advertises himself as plottercontroller.local. The root path returns an hello world and coordinates stored in memory. The path /go-to?x=10&y=15 save the coordinates (10, 15) in the memory and returns OK. There is a separate arduino sketch to save the wifi credentials to the ESP's memory. A led can be connected to pin 16 to receive feedback: it blinks while connecting to the wifi and at each http request.

unglazedstamp commented 2 months ago

@feeds can I close this issue ?