-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wifi Password-length is artifically limited #31
Comments
We will fix this issue in the next version. In the meantime, please use a wired connection as a workaround. Using a USB keyboard instead of screen input is currently a bit challenging (due to the implementation method of the screen), but we will consider this as a potential future improvement. |
I took a look at the code and I see what you mean about the USB-Keyboard. |
If you can log into the system using a cable, there is a file located at
If you know how to create a Deb package, you can make one that only contains this file, and rename it to |
Possibility of setting password with keyboard would also make it easier with special characters. I had to create a guest network for printer, because it's on screen keyboard doesn't have all special characters I need. |
Given the constraints of communication between the screen and the mainboard, it is difficult to transfer USB keyboard input to the screen. We have already added as many characters as possible to the keypad. Currently, the suggestion is to modify the Another consideration is to leave a backdoor as Daniel said, such as checking for a {
"ssid": "...",
"pwk": "..."
} |
Connecting over ethernet and editing the wpa_supplicant worked fine. Not sure if I have to do this every time I update the firmware or not. Of course: if you have the camera reading the QR code from your android device would be also a cool option. But that seems to be really out of scope. 😁 |
With WPA2 the maximum amount of characters is 63. The Plus3-Firmware limits this unnecessarily to 32.
Until this is fixed I cannot connect the Plus3 zu my Wifi - because as of now I refuse to change the password on all my IoT-Devices...
Also: support for USB-Keyboard for entering the password would be nice. :)
The text was updated successfully, but these errors were encountered: