Commit 77e7433aae7829d22f909b6dfe3fe1ccaae3d7d0

Authored by Christopher Stone
1 parent 9bf093c1
Exists in master

Jotted down information about bluetooth reciever for my own reference

robots/little_john/telemetry/code/note_on_bluetooth_serial_setup.txt 0 → 100644
... ... @@ -0,0 +1,9 @@
  1 +A few quick notes on how to get the bluetooth-serial adaptor working:
  2 +
  3 +The adaptor is named "Little_John" and has passcode "3141"
  4 +Its MAC address is 00:14:03:06:44:7C
  5 +The serial link is currently configured for 115200 / 8N1
  6 +
  7 +After pairing with the device using normal GUI tools, I ran "rfcomm connect rfcomm0 00:14:03:06:44:7C" with root permissions, which creates /dev/rfcomm0
  8 +
  9 +
... ...