QR Codes

There are also online QR code generators, but maybe you don't like to send your private data (like WiFi passwords) to them. Here is how to do this on your computer.

Install QR Code generator

With Arch Linux, you can install qrencode from the extra repository.

If you prefer some GUI software, you can use qr-code-creator from the AUR.

I have written some short instruction how to install software from the AUR.

Create QR-Code to share an URL

qrencode -m 2 -o url.png "http://www.yoursite.org/"

Create QR-Code to share WiFi access data

qrencode -m 2 -o wifi.png "WIFI:S:SSID;T:WPA;P:Password;;"

Creat QR-Code to share a phone number

qrencode -m 2 -o phone.png "tel:+49......."

Typen von QR Codes und Speicherkapazität

VersionGrösseECC LevelData BitsNumericAlphanumeric8-Bit Binary
121x21L152412517
M128342014
Q104271611
H7217107
225x25L272774732
M224633826
Q176482920
H128342014
329x29L4401277753
M3521016142
Q272774732
H208583524

Error Correction: Level L = approx 7%, Level M = 15%, Level Q = 25%, Level H = 30%

Alphanumeric: 0-9, A-Z (uppercase only), Space, $, %, *, +, -, /, . and :