Iotsa Devices
{% set wifiStatus = pluginObject._findNetworks(token) %}
{% set networks = wifiStatus.networks %}
{% set message = wifiStatus.message %}
{% if message %}
User intervention required: {{message}}
{% endif %}
Uninitialized iotsa devices
{% if networks %}
{% for n in networks %}
- {{n}}
{% endfor %}
{% else %}
No networks found that appear to be created by uninitialized iotsa devices. Note that is tested using the
WiFi card of the computer on which Igor runs, so if a iotsa device is too far away from the Igor computer
it may not be seen.
{% endif %}
Initializing a Iotsa device
- Select the wifi network (from the list above, or by looking for network names starting with config_) on your laptop, smartphone or tablet.
- Use a browser to visit http://192.168.4.1.
- Use the config and wificonfig links to give your device a hostname and tell
it about your WiFi network name and password. You will have to power-cycle the device during this
process (to demonstrate you have physical access).
After this process the device is initialized enough to show up here in the Find Devices section
for further setup.
Return to iotsa device setup page.
{% if returnTo %}
Return to {{returnTo}}.
{% endif %}
Return to Igor homepage