Background on QR image
Closed this issue · 4 comments
Hi,
Thanks, got it to work with inverting the colours.
Hello. I know that the topic is too old but since I cannot find an answer anywhere else I thought give it a try here. I have the same problem. When I scan the qr code I can see my ssid and password in the scan app (so the module is working) but if I press "connect to network" nothing happens. I already tried changing colors as well as add paddings but same result. Also changing module's position and size didn't work either. I have tried 3 different scan apps but same result. Does anyone facing the same problem? Below is a photo of the qr code in case you notice something.
Thank you in advance.
It's possible that your device is not configured to parse and execute the WIFI command from the QrCode. See lines 35-41 of MMM-WiFiPassword.js to see the how the string is built. The QR code is just that string codified. If your device is reading the code but not reacting to it, then the module is working. I hope that helps!