[custom_table style=”2″]

mPCIe Bluetooth RedPine RS9113 card

RB350 has one PCI Express Mini Card connector where you can mount RedPine RS9113 card. The RS9113 card is Half Mini Card, but the connector is for Full Mini Card so you need an adapter. There is also a possibility to mount during production connector for Half Mini Card. RSI driver supports 3 ZigBee modes namely End device mode, Coordinator mode and router mode.

Power supply control

The mPCIe power supply is controlled using GPIO1.

GPIO1 = 0 turns on the power supply.

gpio write 1 0

GPI1 = 1 turns off the power supply.

gpio write 1 1

Driver installation

Drivers installation requires a kernel build. For our customers we provide rs9113.sh script for that.

chmod +x rs9113.sh
./rs9113.sh

By default RS9113 card is configured in Wi-Fi and ZiGB station mode (mode dev_oper_mode=17). You can change mode by editing the file:

nano /etc/modprobe.d/rsi_91x.conf

and change dev_oper_mode to required. For example for Wi-Fi and Bluetooth EDR mode dev_oper_mode=5. For more details see chapter 3.3 of Technical Reference Manual in Documents folder of the driver.

For more information see Technical Reference Manual pdf file in Documents folder of the driver.

Links


[/custom_table]