1

I'm running Android Things on a Raspberry Pi 3 with a touch screen attached.

I would like to be able to access and update wifi settings in my app. I.e. be able to show a list of scanned wifi networks and let the user pick one and type in a password.

This would be useful when bringing the device to another building with a different wifi network, for example.

Is this possible? Or is the only way to change the wifi connection to do one of the actions described here: https://developer.android.com/things/hardware/raspberrypi.html#connecting_wi-fi

Thanks!

1 Answer 1

1

There are APIs which can be used to setup Wi-Fi networks programmatically. This means you can do all the scanning and connecting inside of your app.

Sign up to request clarification or add additional context in comments.

1 Comment

GAH I figured it out... I was forgetting to enableNetwork(...) after adding it.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.