Using esp32c3 and a web ui, allow controlling the esp32c3 using the web ui.
My aim is to support at least 5 devices connected simultaneously.
Using esp32c3 and a web ui, allow controlling the esp32c3 using the web ui.
My aim is to support at least 5 devices connected simultaneously.
need to test if NVS correctly works, if so I can get started on remotely controlling the motor connected to the esp32
also need to add some css styling to the “enter wifi details” page
Log in to leave a comment
Working on setup of the device, esp32 will send a html form so that the user can enter their wifi credentials(already included auto wifi detection to save them the trouble of entering wifi ssid).
Just need to make the esp32c3 send back status(http response). Then hopefully setup part will be done and I can work on the device pairing. (Also need to clean up the old code)
Log in to leave a comment