You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. From time to time I have to install Esp8266-based devices in other people's homes and I have to go personally to configure the Wi-Fi connection. I was thinking about whether some type of QR reader could be added to the web interface so that this can be done by people who do not know Espurna from their cell phone.
Actually, thinking about it a little more, it would be modifying Espurna to support an external application adding Wi-Fi connections, and using a cell phone app (possibly modifying it) to take a Wi-Fi connection from the cell phone and share it with Espurna.
Ok, maybe this is already supported by Espurna (via telnet?) and it would be better to focus more on the cell phone app.
Any suggestions?
Solution
No response
Alternatives
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
I was thinking about whether some type of QR reader could be added to the web interface so that this can be done by people who do not know Espurna from their cell phone.
Do you mean QR code output for the AP running on-device or something else? Note that you already can embed specific WiFi ssid & passphrase for both AP and STA; see WIFI#_SSID, WIFI#_PASS, etc. flags
// (required) SSID must be set for network to be considered enabled.
// (optional) PASS with some value will require the network to use WPA (or better) authentication, otherwise it must be an OPEN network.
// (optional) IP, GW, MASK and DNS must all be defined for static configuration to be applied.
// (optional) BSSID and CHANNEL are only used when WIFI_SCAN_NETWORKS is disabled.
Meaning, you could embed something custom and pre-generate the QR, should you need some help connecting to the device itself
Actually, thinking about it a little more, it would be modifying Espurna to support an external application adding Wi-Fi connections, and using a cell phone app (possibly modifying it) to take a Wi-Fi connection from the cell phone and share it with Espurna.
Ok, maybe this is already supported by Espurna (via telnet?) and it would be better to focus more on the cell phone app.
Can you re-use existing HTTP and websocket connections? HTTP can upload settings as .json file at /config; websocket can manipulate more things, but in a more async manner. but, you'd have to look at webui .js & .cpp handlers for available methods
Description
Hello. From time to time I have to install Esp8266-based devices in other people's homes and I have to go personally to configure the Wi-Fi connection. I was thinking about whether some type of QR reader could be added to the web interface so that this can be done by people who do not know Espurna from their cell phone.
Actually, thinking about it a little more, it would be modifying Espurna to support an external application adding Wi-Fi connections, and using a cell phone app (possibly modifying it) to take a Wi-Fi connection from the cell phone and share it with Espurna.
Ok, maybe this is already supported by Espurna (via telnet?) and it would be better to focus more on the cell phone app.
Any suggestions?
Solution
No response
Alternatives
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: