Programmatically switch from Access point to normal wifi
julesmoretti opened this issue · 2 comments
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...
Hey @julesmoretti,
Sorry about just a delayed response. You can use the tessel
Network 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.
github.com/huseyinkozan/tessel-network-example