Skip to content

Commit 6ba5efc

Browse files
committed
Updated documentation
1 parent a505441 commit 6ba5efc

File tree

5 files changed

+35
-1
lines changed

5 files changed

+35
-1
lines changed

docs/Reticulum Manual.epub

166 Bytes
Binary file not shown.

docs/Reticulum Manual.pdf

-184 Bytes
Binary file not shown.

docs/manual/_sources/interfaces.rst.txt

+17
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,23 @@ can be used, and offers full control over LoRa parameters.
358358
# Serial port for the device
359359
port = /dev/ttyUSB0
360360
361+
# It is also possible to use BLE devices
362+
# instead of wired serial ports. The
363+
# target RNode must be paired with the
364+
# host device before connecting. BLE
365+
# devices can be connected by name,
366+
# BLE MAC address or by any available.
367+
368+
# Connect to specific device by name
369+
# port = ble://RNode 3B87
370+
371+
# Or by BLE MAC address
372+
# port = ble://F4:12:73:29:4E:89
373+
374+
# Or connect to the first available,
375+
# paired device
376+
# port = ble://
377+
361378
# Set frequency to 867.2 MHz
362379
frequency = 867200000
363380

docs/manual/interfaces.html

+17
Original file line numberDiff line numberDiff line change
@@ -520,6 +520,23 @@
520520
<span class="c1"># Serial port for the device</span>
521521
<span class="n">port</span> <span class="o">=</span> <span class="o">/</span><span class="n">dev</span><span class="o">/</span><span class="n">ttyUSB0</span>
522522

523+
<span class="c1"># It is also possible to use BLE devices</span>
524+
<span class="c1"># instead of wired serial ports. The</span>
525+
<span class="c1"># target RNode must be paired with the</span>
526+
<span class="c1"># host device before connecting. BLE</span>
527+
<span class="c1"># devices can be connected by name,</span>
528+
<span class="c1"># BLE MAC address or by any available.</span>
529+
530+
<span class="c1"># Connect to specific device by name</span>
531+
<span class="c1"># port = ble://RNode 3B87</span>
532+
533+
<span class="c1"># Or by BLE MAC address</span>
534+
<span class="c1"># port = ble://F4:12:73:29:4E:89</span>
535+
536+
<span class="c1"># Or connect to the first available,</span>
537+
<span class="c1"># paired device</span>
538+
<span class="c1"># port = ble://</span>
539+
523540
<span class="c1"># Set frequency to 867.2 MHz</span>
524541
<span class="n">frequency</span> <span class="o">=</span> <span class="mi">867200000</span>
525542

docs/manual/searchindex.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)