Skip to content

Commit

Permalink
add docs for bluetooth
Browse files Browse the repository at this point in the history
  • Loading branch information
liamcottle committed Dec 19, 2024
1 parent a78970b commit c0f37e3
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -286,8 +286,16 @@
Configure Bluetooth (optional)
</div>

<div class="p-3">
<div class="border-b px-2 py-1 text-sm">
<div>• Bluetooth is not supported on all devices.</div>
<div>• Some devices use Bluetooth Classic, and some use BLE (Bluetooth Low Energy)</div>
<div>• Put the RNode into Bluetooth Pairing mode, then connect to it from Android Bluetooth settings.</div>
<div>• Once you have initiated a pair request from Android, a PIN should show on the RNode display.</div>
<div>• In Sideband you will need to enable <u>Connect using Bluetooth</u> in <u>Hardware → RNode</u>.</div>
<div>• If your device uses BLE you will also need to enable <u>Device requires BLE</u> in <u>Hardware → RNode</u>.</div>
</div>

<div class="p-3">
<div class="space-x-1">
<button @click="enableBluetooth" class="border border-gray-500 px-2 bg-gray-100 hover:bg-gray-200 rounded">
Enable
Expand All @@ -299,12 +307,11 @@
Start Pairing
</button>
</div>

</div>

<div class="border-t px-2 py-1">
<div class="text-sm space-x-1">
Bluetooth is not supported on all devices. <span class="text-red-500">Pairing is untested and may not work!</span>
Bluetooth is not supported on all devices.
</div>
</div>

Expand Down

0 comments on commit c0f37e3

Please sign in to comment.