usetrmnl / firmware

TRMNL device firmware
https://docs.usetrmnl.com
GNU General Public License v3.0
22 stars 4 forks source link

Beautify the WiFi setup portal #5

Closed ryanckulp closed 4 weeks ago

ryanckulp commented 1 month ago

we currently use this project to provide users an easy WiFi handshake between their local network and the device: https://github.com/tzapu/WiFiManager

image

let's migrate to this library and make a custom web portal that matchs our brand: https://github.com/CDFER/Captive-Portal-ESP32

paw3lx commented 1 month ago

I talked to @ryanckulp about that issue. I'm investigating what are the options. The proposed library (https://github.com/CDFER/Captive-Portal-ESP32) is actually a simple captive portal (basic webpage). It would require development of the WiFi configuration portal, managing of credentials etc. I'm looking for another libraries, e.g. https://github.com/ayushsharma82/ESPConnect which looks something that we need - simple wifi captive portal, but I don't like setup of the portal part.

It might be that the simplest approach would be to not use any library and build custom WiFi portal, so we can style it as we want - IMO it also shouldn't require that much time to develop.

stevekennedyuk commented 1 month ago

https://github.com/revk/ESP32-RevK