Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 403 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 403 Bytes

Bluetooth

  1. Install bluez and bluez-tools. Start and enable bluetooth.service via systemctl.
  2. From cli run sudo bluetoothctl.
  3. Run next commands :
  • power on
  • scan on
  • pair 98:D3:31:F4:11:FF
  • input pin : 1234
  • quit
  1. Instal rfcomm tool (bluez-rfcomm for arch linux).
  2. Run rfcomm bind rfcomm0 98:D3:31:F4:11:FF 5.1 sudo chmod a+rw /dev/rfcomm0
  3. Use /dev/rfcomm0 as serial port