VAR-SOM-AM43 Bluetooth

From Variscite Wiki
Revision as of 14:09, 24 December 2015 by Aviad (talk | contribs) (Created page with "{{PageHeader|VAR-SOM-AM43 - Bluetooth}} {{DocImage|category1=VAR-SOM-AM43|category2=Yocto}} __toc__ First, add the Bluetooth modules to the kernel: <pre> $ modprobe btwilink <...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
VAR-SOM-AM43 - Bluetooth

First, add the Bluetooth modules to the kernel:

$ modprobe btwilink
  • Bring BT device up:
$ hciconfig hci0 up
  • Scan for BT devices and ping:
$ hcitool scan 
$ l2ping 98:03:D8:C7:1A:96

Then work with any other standard bluetooth API and commands.