Personal tools

Enabling Bluetooth on VisionSOM-6ULL: Difference between revisions

From SomLabs Wiki

Jump to: navigation, search
Created page with "{{PageHeader|Enabling Bluetooth on VisionSOM-6ULL}} The Bluetooth support was added in the SoMLabs-VisionSOM-6ULL-Debian-2020-01 system image. To enable the modem we can simp..."
 
Blanked the page
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{PageHeader|Enabling Bluetooth on VisionSOM-6ULL}}


The Bluetooth support was added in the SoMLabs-VisionSOM-6ULL-Debian-2020-01 system image. To enable the modem we can simply call the ''bluetooth_run.sh'' script located in the ''/root'' directory:
<pre>
root@visionsom:~# /root/bluetooth_run.sh
bcm43xx_init
Set Controller UART speed to 3000000 bit/s
Flash firmware /etc/firmware/1DX_BCM4343W/BCM43430A1.1DX.hcd
Set Controller UART speed to 3000000 bit/s
Device setup complete
</pre>
We can check the initialization by calling the hcitool dev command in order to display available bluetooth devices:
<pre>
root@visionsom:~# hcitool dev
Devices:
hci0    43:43:A1:12:1F:AC
</pre>

Latest revision as of 10:37, 3 January 2020