ricmoo / QRCode

QR code generation library in C, optimized for low-power devices, such as Arduino.
Other
638 stars 202 forks source link

generate wifi QRCode #2

Closed karlTH closed 6 years ago

karlTH commented 6 years ago

Hello,

Did you thinks that it's possible to generate qrCode for wifi access ?

Thanks a lot for the librarie.

ricmoo commented 6 years ago

Yupp, you certainly can. :)

Here is the long version from zebra crossing, but the TL;DR for your purposes can just use this format:

WIFI:S:;T:<WPA|WEP|>;P:;;

For example:

WIFI:S:STARBUCKS;T:WPA;P:PASSWORD123;;

Hope that helps.

karlTH commented 6 years ago

thanks a lot