- 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.
推薦閱讀
- Hands-On Data Structures and Algorithms with JavaScript
- Python爬蟲開發(fā)與項目實戰(zhàn)
- 精通Python自然語言處理
- 基于Swift語言的iOS App 商業(yè)實戰(zhàn)教程
- SQL Server從入門到精通(第3版)
- Web Development with MongoDB and Node(Third Edition)
- Learning Unreal Engine Android Game Development
- Creating Data Stories with Tableau Public
- Red Hat Enterprise Linux Troubleshooting Guide
- 精通Spring:Java Web開發(fā)與Spring Boot高級功能
- 從零開始學(xué)Python大數(shù)據(jù)與量化交易
- Building Microservices with .NET Core 2.0(Second Edition)
- SQL Server 2012數(shù)據(jù)庫管理與開發(fā)(慕課版)
- Web前端開發(fā)實戰(zhàn)教程(HTML5+CSS3+JavaScript)(微課版)
- Python游戲編程項目開發(fā)實戰(zhàn)