Bls Therapy Device banner

Bls Therapy Device

2 devlogs
14h 36m 18s

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.

Noten
  • Proper certifications for proper testing on mobile(https with mkcert)
  • Fixed a bunch of errors and enabled all compilation warnings(Dont know why arduino doesnt enable them by default)
  • Fixed core panic error when sending back a page
  • Fixed minor incorrect closing tags / html
  • Fixed logic issues in string manipulation
  • Server correctly sends back the “enter wifi details” page
  • Did QR code scanning(frontend)
  • Added a couple of the frontend steps
  • New ui theme for webpage
  • SoftAP mode done

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

Attachment
0
Noten

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)

Attachment
0