Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Programmatically switch from Access point to normal wifi #224

Open
julesmoretti opened this issue Feb 2, 2017 · 2 comments
Open

Programmatically switch from Access point to normal wifi #224

julesmoretti opened this issue Feb 2, 2017 · 2 comments
Assignees

Comments

@julesmoretti
Copy link

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...

@HipsterBrown HipsterBrown self-assigned this Feb 2, 2017
@HipsterBrown
Copy link
Contributor

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.

@huseyinkozan
Copy link
Contributor

github.com/huseyinkozan/tessel-network-example

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants