ricmoo / QRCode

QR code generation library in C, optimized for low-power devices, such as Arduino.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

generate wifi QRCode

karlTH opened this issue · comments

Hello,

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

Thanks a lot for the librarie.

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.

thanks a lot