TiLDA MK3/wifi: Difference between revisions
Jump to navigation
Jump to search
Marekventur (talk | contribs) |
Marekventur (talk | contribs) |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
= wifi.json = | = wifi.json = | ||
A simple json document | A simple json document in the root directory of the badge: | ||
<pre> | <pre> | ||
{"ssid":"your-wifi-name","pw":"your-wifi-password"} | {"ssid":"your-wifi-name","pw":"your-wifi-password"} | ||
</pre> | |||
If you're connecting to an open wifi you can leave out the "pw" : | |||
<pre> | |||
{"ssid":"your-unsecured-wifi-name"} | |||
</pre> | </pre> | ||
Latest revision as of 07:42, 6 August 2016
wifi.json
A simple json document in the root directory of the badge:
{"ssid":"your-wifi-name","pw":"your-wifi-password"}
If you're connecting to an open wifi you can leave out the "pw" :
{"ssid":"your-unsecured-wifi-name"}
Most badge apps that use the wifi chip will expect a wifi.json file to exist. Please make sure it's valid json and that both name and password are in the correct case.
Please make sure to "eject" the usb storage properly before restarting the badge.