- Android Things Projects
- Francesco Azzola
- 76字
- 2021-07-02 20:46:24
Configuring the WiFi
After you have installed the Android Things OS on your Raspberry board or Intel Edison, we can configure the WiFi connection. This can be done using the adb shell. Open a terminal window or a command prompt and write the following:
adb shell am startservice
-n com.google.wifisetup/.WifiSetupService
-a WifiSetupService.Connect
-e ssid <Your_WIFI_SSID>
-e passphrase <WIFI_password>
Where Your_WIFI_SSID is the ID of your WIFI and WIFI_password is the password you use to connect to your WiFi.
推薦閱讀
- JBoss Weld CDI for Java Platform
- Kibana Essentials
- 深入淺出WPF
- FreeSWITCH 1.6 Cookbook
- Python神經(jīng)網(wǎng)絡項目實戰(zhàn)
- 單片機應用技術(shù)
- Hands-On RESTful Web Services with Go
- HTML5+CSS3網(wǎng)頁設計
- 全棧自動化測試實戰(zhàn):基于TestNG、HttpClient、Selenium和Appium
- Java系統(tǒng)化項目開發(fā)教程
- 從零開始學C語言
- Java程序設計入門
- 從零開始學Linux編程
- Python機器學習算法: 原理、實現(xiàn)與案例
- Learning jQuery(Fourth Edition)