Skip to content

Instantly share code, notes, and snippets.

@pwldp
Last active August 29, 2015 14:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pwldp/78f01d4d77b605bfef4a to your computer and use it in GitHub Desktop.
Save pwldp/78f01d4d77b605bfef4a to your computer and use it in GitHub Desktop.
Network Bluetooth connection between two Linux hosts
Install on both hosts:
```apt-get install bluez-compat```
Enter: ```modprobe bnep``` on both nodes. Then enter:
on server:
```pand --listen --role GN```
on client:
```pand --connect servers_bt_mac```
After that, you you can connect from the PANU side:
# pand --connect 00:37:5C:67:D3:02
Linux + Android
http://www.raspberrypi.org/forums/viewtopic.php?t=37655&p=657759
Resources:
https://www.novell.com/documentation/suse91/suselinux-adminguide/html/ch08s04.html
http://triptico.com/docs/bluetooth.html
http://www.linux.com/learn/tutorials/346552-personal-area-networking-with-bluetooth
http://stackoverflow.com/questions/17216264/bluetooth-connection-between-android-and-linux-rpi-lost-on-first-write-action
http://bluez.sourceforge.net/contrib/HOWTO-PAN
http://www.elinux.org/RPi_Bluetooth_LE
http://www.csl.sri.com/users/rushby/bluetooth
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment