You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to programmatically switch a tessel from access point to not in order to have the tessel then connect to a desired wifi network.
This is order to create an interaction where an iPhone app would connect to the tessel at first, set it to a wifi network and then let it connect to it.
All this only using your phone...
The text was updated successfully, but these errors were encountered:
Sorry about just a delayed response. You can use the tesselNetwork API to start an access point when it boots, if it's not connected to a wifi network. You can serve a web page from Tessel that allows a person to choose their desired wifi network, then use that info with the Network API to connect the Tessel to it. Let me know if you have any questions about using the API.
Is there a way to programmatically switch a tessel from access point to not in order to have the tessel then connect to a desired wifi network.
This is order to create an interaction where an iPhone app would connect to the tessel at first, set it to a wifi network and then let it connect to it.
All this only using your phone...
The text was updated successfully, but these errors were encountered: