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 %} {% 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

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