-
Notifications
You must be signed in to change notification settings - Fork 76
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 Configuration Limited to 32 Characters #33
Comments
Thanks for reporting the issue! We currently found the WiFly SSID limitation is in fact 32 characters, nothing can be done there, this will require Microchip to release a new firmware. We will add a validation in our on-line configuration tool at smartcitizen.me and documented in docs.smartcitizen.me Just going in details the WiFly commands are limited to 64 bytes long. This means that |
Thank you for the prompt response, @pral2a. I was wondering if it was a bug on the WiFly side. I don't know if you've submitted a ticket with Microchip yet, but I went ahead and submitted one. Thanks! |
As a followup, by ticket was marked resolved with the following response:
|
I am not sure this is related: I experienced that the last character of 18 characters long WLAN SSID switched to another character after restarting the device. |
Thanks for reporting @johnjohndoe We'll have it a look! |
It's hard to explain exactly what I mean. Basically, I can configure the SSID and relevant settings in the
Constants.h
file. Unfortunately, the setting doesn't work with a passphrase longer than 32 digits long. The WiFly docs (Section 2.3.81) says that a passphrase from 1-64 characters is allowed.wlan get
, but doesn't connect.wlan get
command returns the truncated (32 characters) passphrase.I have tried setting the passphrase via
wlan set phrase abcdefghijklmnopqrstuvwxyz1234567
, but it only works for a limited time, if it works at all; I have seen mixed results.I have dug through the code and nothing jumps out at me that would truncate the passphrase.
Right now, I'm using a Guest SSID (same router) with a 20 character passphrase and v0.9.1 has been very stable. I should note that I have no issues connecting to my Main SSID with a 33 character passphrase on any other devices; including: Win 8.1, Android, Nexus Player, ChromeCast, Samsung E750, OS X, and iOS.
Check out my forum discussion with myself for more insight on what I've done thus far:
https://forum.smartcitizen.me/index.php?p=/discussion/comment/1375/#Comment_1375
The text was updated successfully, but these errors were encountered: