Bluetooth

opkg repo

vi /etc/opkg/base-feeds.conf

src/gz all http://repo.opkg.net/edison/repo/all
src/gz edison http://repo.opkg.net/edison/repo/edison
src/gz core2-32 http://repo.opkg.net/edison/repo/core2-32

install pip

opkg update
opkg install python-pip

bluetooth utilities

  • rfkill: Turns the chip on/off
  • hcitools: A series of utilities that manage controllers:
    • hcidump: Retrieves the trace of the HCI device.
    • hciconfig: Configures Bluetooth devices.
    • hcitool: Configures Bluetooth connections and sends commands to Bluetooth devices.
    • hciattach: Attaches an HCI device to a dev interface, like USB or UART; usually it is used to download patchram to the Bluetooth controller.

    Bluetooth_第1张图片

Configuration

stop and start systemd Bluetooth
#systemctl stop bluetooth
#systemctl start bluetooth

你可能感兴趣的:(Edison)