Wi-Fi & Bluetooth
Hardware
To use Wi-Fi/Bluetooth, connect two external antennas to the highlighted FAKRA I-coded (Beige) connectors shown below.
Connector Location
Wi-Fi & Bluetooth Specifications
| Parameter | Value |
|---|---|
| Transceiver | AW-CB375NF |
| Frequencies | 2.4 GHz and 5 GHz |
| Max data rate | 300 Mbps (@ 2.4 GHz) and 867 Mbps (@ 5 GHz) |
| WLAN Standard | IEEE 802.11 a/b/g/n/ac MIMO |
| Bluetooth Standard | BT 5.0 standard & compatible with Bluetooth 2.1+EDR |
Configuration
The Wi-Fi connection can be configured using either NMCLI (NetworkManager Command Line Interface) or Remote Desktop.
Using NMCLI
- Open a terminal (using SSH or serial) on the AutomatePro device.
- List the available Wi-Fi networks to ensure the desired network is available:
sudo nmcli dev wifi list - Connect to your desired Wi-Fi network:
sudo nmcli dev wifi connect "YOUR_SSID" password "YOUR_PASSWORD" - Verify the connection:
Ensure that the Wi-Fi device shows as connected.
nmcli dev statusDEVICE TYPE STATE CONNECTION
wlan0 wifi connected `your_wifi_network`
Troubleshooting
If you encounter issues connecting to Wi-Fi, try the following steps:
- Ensure that the antennas are securely connected to the FAKRA connectors.
- Verify that the Wi-Fi network credentials (SSID and password) are correct.
- If the issue persists, restart the NetworkManager service and try connecting again.
sudo systemctl restart NetworkManager
If the problem persists, please contact support for further assistance. When contacting support, include the output of the following command:
sudo journalctl -u NetworkManager