Skip to content
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

Feature Request - allow the use of UTF-8 characters in SSID #24

Open
WhiteUmbr3lla opened this issue Dec 3, 2018 · 4 comments
Open

Comments

@WhiteUmbr3lla
Copy link

would be nice to use UTF-8 in SSIDs

@caglorithm
Copy link

I got stuck trying to solve this. Has anyone managed so far?

@WhiteUmbr3lla
Copy link
Author

so i looked in to this a while back and this is what i figured out:

  1. it is possible to send UTF-8 SSID (this was made possible after IEEE 802.11-2012)
  2. from what i seen the library esp8266wifi does not support it in it's current state ( i hope i am wrong about this part)
  3. changing to a library that supports this (have not found one) will require to rewrite the whole project due to obvious reasons

but maybe you tried this from a different angle can you share your progress?

@caglorithm
Copy link

Thanks for answering. I've tried several things. Entered UTF-8 characters directly into the code, entered the hex code etc but neither worked. This guy forked the code and just pasted emojis into the SSID names and it seems to work but I couldn't get it run on my ESP8266... 😎

@RvdHout
Copy link

RvdHout commented Jun 6, 2019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants