Skip to content

Instantly share code, notes, and snippets.

@vallettea
Created September 17, 2015 16:51
Show Gist options
  • Save vallettea/e43ba92059f3b4242beb to your computer and use it in GitHub Desktop.
Save vallettea/e43ba92059f3b4242beb to your computer and use it in GitHub Desktop.
blutooth on arch linux
pacman -Syy
pacman -Sy bluez bluez-utils
pacman -Sy libbluetooth-dev
modprobe btusb
systemctl enable bluetooth.service
systemctl start bluetooth.service
bluetoothctl
npm install noble
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment