From 77e7433aae7829d22f909b6dfe3fe1ccaae3d7d0 Mon Sep 17 00:00:00 2001 From: Christopher Stone Date: Tue, 6 Mar 2018 20:06:08 +0000 Subject: [PATCH] Jotted down information about bluetooth reciever for my own reference --- robots/little_john/telemetry/code/note_on_bluetooth_serial_setup.txt | 9 +++++++++ 1 file changed, 9 insertions(+), 0 deletions(-) create mode 100644 robots/little_john/telemetry/code/note_on_bluetooth_serial_setup.txt diff --git a/robots/little_john/telemetry/code/note_on_bluetooth_serial_setup.txt b/robots/little_john/telemetry/code/note_on_bluetooth_serial_setup.txt new file mode 100644 index 0000000..95c473c --- /dev/null +++ b/robots/little_john/telemetry/code/note_on_bluetooth_serial_setup.txt @@ -0,0 +1,9 @@ +A few quick notes on how to get the bluetooth-serial adaptor working: + +The adaptor is named "Little_John" and has passcode "3141" +Its MAC address is 00:14:03:06:44:7C +The serial link is currently configured for 115200 / 8N1 + +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 + + -- libgit2 0.21.2