An open API service indexing awesome lists of open source software.

https://github.com/chmoder/atwdpc

Android Things Wireless Device Provisioning Client
https://github.com/chmoder/atwdpc

Last synced: about 1 year ago
JSON representation

Android Things Wireless Device Provisioning Client

Awesome Lists containing this project

README

          

# ATWDPC
Android Things Device Provisioning Client

This is an android example app that connects to an Android Things device running [ATWDP](https://github.com/chmoder/ATWDP) via Bluetooth Low Energy.

It does this by finding the device, then presents the user with a dialog to capture the WiFi SSID name and password. On positive button pressed it sends the credentials to the android things device. Then the android things device connects to the WiFi.

I would much rather have this concept contained in a module or something. If you have suggestions on how to improve it please let me know!
![searching](https://i.imgur.com/qoA2Nls.png)
![wifi ssid setup](https://i.imgur.com/ejIykEP.png)