Skip to content

Cart

Your cart is empty

Enabling Bluetooth on the DSBOARD-ORNX


Question: How do I enable Bluetooth on the DSBOARD-ORNX?

To activate Bluetooth functionality on DSBOARD-ORNX, run the following commands:

$ sudo su  
# echo 352 > /sys/class/gpio/export  
# echo high > /sys/class/gpio/PA.04/direction  

These commands enable the GPIO required for Bluetooth. After running them, one of the USB2 lines from the USB Type-A ports is routed to the M.2 Key-E interface, allowing the Bluetooth module to function properly.