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

Be able to force AP mode from command line #9

Open
rohbotics opened this issue Jul 22, 2018 · 3 comments
Open

Be able to force AP mode from command line #9

rohbotics opened this issue Jul 22, 2018 · 3 comments
Assignees

Comments

@rohbotics
Copy link
Owner

Maybe some kind of Unix Domain socket to tell the daemon to start AP mode?

@rohbotics rohbotics self-assigned this Jul 22, 2018
@shoemakerlevy9
Copy link

Is the idea behind this that RPi's are not able to connect to WiFi and be in AP mode at the same time?
And is that because the RPi only has 1 WiFi chip that can only be in one mode at a time?

At least for development we use TP link routers so that the robots can be connected to WiFi and be broadcasting WiFi at the same time. The routers are cheap enough where they could be added to your BOM potentially.
[(https://www.amazon.com/TP-Link-Wireless-Portable-Travel-Router/dp/B00TQEX8BO/ref=sr_1_3?ie=UTF8&qid=1542384630&sr=8-3&keywords=pocket+router)]

@rohbotics
Copy link
Owner Author

Yes, that is the idea here. Basically the wifi chip on the Pi does not support scanning/connecting while in AP mode.

I don't think we will be able to add the router to the BOM, but I agree that it is a useful tool for development. Maybe we should write up a guide on how to get it working on the robot?

@MoffKalast
Copy link
Contributor

Solved by sudo pifi rescan -y?

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