The QR Code app allows you to display any text as a QR code. If you enter a web address (URL), the app will try to shorten the address to keep the QR code as simple as possible.
You can configure the app using the following properties:
Property | Explanation |
---|---|
Text / web address | The text / web address to convert into a QR code. |
High contrast background | When the QR code is poorly visible against the other elements in the back, enabling the high contrast background is a good solution: this adds a white background to the QR code. |
And finally there are a number of generic app properties that you can configure that you'll find on many other elements as well.
There is a convention that you can use to have people connect an iPhone or Android phone to a WiFi access point by scanning a QR code. For that you need to use the following text format:
WIFI:T:Security_Type;S:Your_SSID;P:Your_Password;;
The single letters T
, S
and P
in that string are followed by a colon and the value relevant for your access point. Here are the values you must add:
T
: the type of security, which can be WEP
or (most common) WPA
S
: the name of your wireless networkP
: the password of your wireless networkNote that the string needs to end with the double semi-colons.
Here's an example:
WIFI:T:WPA;S:Free-WiFi;P:MyPlace123;;