Skip to main content

PCIe E Key

Supported Accessories

WIFI & BT Support Module List

NO.ModelChipWiFiBTWIFI ThroughputRemark
1ROCK Pi Wireless Module A1 (SDIO+UART) --- AP6236BCM43436B02.4G4.2up:23.5 Mbits/sec down:40.4 Mbits/sec
2ROCK Pi Wireless Module A2 (SDIO+UART) --- AP6256BCM434562.4G&5G5.0up:196 Mbits/sec down: 187 Mbits/sec
3ROCK Pi Wireless Module A3 (SDIO+UART) --- AP6398SBCM435982.4G&5G5.0up:336 Mbits/sec down: 315 Mbits/sec
4ROCK Pi Wireless Module A6s (SDIO+UART) --- AP6275SBCM437522.4G&5G5.0up:234 Mbits/sec down: 273 Mbits/sec
5Radxa wireless A8RTL8852BE2.4G&5G&WIFI65.0up:600Mbits/sec down:900 Mbits/sec
6Intel 0MHK36 (PCIE+USB)Intel 31652.4G&5G4.2up:283 Mbits/sec down: 334 Mbits/sec
7Intel 7265NGW (PCIE+USB)Intel 72652.4G&5G4.2up:363 Mbits/sec down: 619 Mbits/sec
8Intel AX210 (PCIE+USB)Intel AX210WiFi 65.2up: 859 Mbits/sec down: 813 Mbits/sec
  • WIFI Usage

    1. First enter ROOT user mode
    radxa@rock-5b:~$ sudo su
    1. Turn on WIFI
    root@rock-5b:/home/radxa# nmcli r wifi on
    1. Scan WIFI
    root@rock-5b:/home/radxa# nmcli dev wifi
    1. Bluetooth usage

    root@rock-5b:/home/radxa# nmcli dev wifi connect "wifi_name" password "wifi_password"

  • Bluetooth Usage

    1. If using the Radxa Wireless A8 module, the following blacklists must be added for BT to work properly.

    root@rock-5b:/home/radxa# cat /etc/modprobe.d/blacklist.conf blacklist pgdrv blacklist btusb blacklist btrtl blacklist btbcm blacklist btintel root@rock-5b:~# reboot

    1. Radxa APT includes the broadcom-wifibt-firmware package for Broadcom wireless modules and the intel-wifibt-firmware package for Intel wireless modules. The corresponding packages need to be downloaded

    root@rock-5b:/home/radxa# apt-get update -y root@rock-5b :/home/radxa# apt-get install -y broadcom-wifibt-firmware intel-wifibt-firmware

    1. Test the status of the Bluetooth module and check the Bluetooth device
    root@rock-5b:/home/radxa# systemctl status bluetooth
    1. Run the Bluetooth device.
    root@rock-5b:/home/radxa# systemctl start bluetooth
    1. Detect Bluetooth devices

    root@rock-5b:/home/radxa# hciconfig hci0: Type: Primary Bus: UART BD Address: 10:2C:6B:49:D5:53 ACL MTU: 1021:8 SCO MTU: 64:1 UP RUNNING RX bytes:850 acl:0 sco:0 events:58 errors:0 TX bytes:2814 acl:0 sco:0 commands:58 errors:0

    1. Test: Connect the Bluetooth speaker, first install pulseaudio

    root@rock-5b:/home/radxa# apt-get install -y pulseaudio-module-bluetooth pulseaudio

    1. Run pulseaudio
    root@rock-5b:/home/radxa# pulseaudio --start
    1. Connect with pulseaudio

    root@rock-5b:/home/radxa# bluetoothctl [bluetooth]# default-agent [bluetooth]# power on [bluetooth]# scan on [bluetooth]# trust 41:42:1A:8D:A9:65 #BT-280 [bluetooth]# pair 41:42:1A:8D:A9:65 [bluetooth]# connect 41:42:1A:8D:A9:65

    1. Now you can listen to music