Setting Up Wi-Fi
Enable WLAN on the Qualcomm® Robotics RB3 Platform
Be sure that the power supply is connected to the Qualcomm Robotics RB3 platform, and it is powered up and connected via USB Type C cable to the PC.
Issue PC command:> adb devices
- Issue PC command: adb pull /data/misc/wifi/wpa_supplicant.conf
The command pulls the configuration file to your PC.
Edit the file with a text editor so that it looks as follows. Replace wifissid and wifipsk with your network ID and password.
update_config=1eapol_version=1ap_scan=1fast_reauth=1pmf=1p2p_add_cli_chan=1network={ssid="wifissid1"psk="wifipsk1"}wowlan_triggers=magic_pkt- Issue PC command: adb push wpa_supplicant.conf /data/misc/Wi-Fi
The command pushes the file back onto the device.
Issue PC command: adb reboot
Issue PC command: adb shell
- Issue Linux command: ifconfig wlan0
An IP address is now assigned to the Qualcomm Robotics RB3.
Issue Linux command: ping www.google.com
Qualcomm Robotics RB3 is a product of Qualcomm Technologies, Inc. and/or its subsidiaries.