mirror of
https://github.com/markqvist/Reticulum.git
synced 2024-11-22 13:40:19 +00:00
Compare commits
5 Commits
15dea96456
...
4d2bca3173
Author | SHA1 | Date | |
---|---|---|---|
|
4d2bca3173 | ||
|
48045856bf | ||
|
6ba5efcb42 | ||
|
a505441b98 | ||
|
976e5543e1 |
16
Changelog.md
16
Changelog.md
@ -1,3 +1,19 @@
|
|||||||
|
### 2024-10-02: RNS β 0.8.1
|
||||||
|
|
||||||
|
This release add BLE support to RNodeInterface, and support for configuring additional options to `rnodeconf`.
|
||||||
|
|
||||||
|
**Changes**
|
||||||
|
- Added Bluetooth Low Energy support to RNodeInterface
|
||||||
|
- Added RNode battery information to `rnstatus` output
|
||||||
|
- Added display blanking configuration to `rnodeconf`
|
||||||
|
- Added NeoPixel intensity configuration to `rnodeconf`
|
||||||
|
|
||||||
|
**Release Hashes**
|
||||||
|
```
|
||||||
|
f4b6b99b67d6b33b8a4562e5d5d5ac54c76814fff26e6c7a79950b82bd80123f rns-0.8.1-py3-none-any.whl
|
||||||
|
c2e540b4bf0f272bb51ae3e33a02f9c07f2619746d069d7ed83d88017bf7ea30 rnspure-0.8.1-py3-none-any.whl
|
||||||
|
```
|
||||||
|
|
||||||
### 2024-09-25: RNS β 0.8.0
|
### 2024-09-25: RNS β 0.8.0
|
||||||
|
|
||||||
This maintenance release improves the interface statistics API, and updates documentation.
|
This maintenance release improves the interface statistics API, and updates documentation.
|
||||||
|
@ -294,6 +294,23 @@ loglevel = 4
|
|||||||
# Serial port for the device
|
# Serial port for the device
|
||||||
port = /dev/ttyUSB0
|
port = /dev/ttyUSB0
|
||||||
|
|
||||||
|
# It is also possible to use BLE devices
|
||||||
|
# instead of wired serial ports. The
|
||||||
|
# target RNode must be paired with the
|
||||||
|
# host device before connecting. BLE
|
||||||
|
# devices can be connected by name,
|
||||||
|
# BLE MAC address or by any available.
|
||||||
|
|
||||||
|
# Connect to specific device by name
|
||||||
|
# port = ble://RNode 3B87
|
||||||
|
|
||||||
|
# Or by BLE MAC address
|
||||||
|
# port = ble://F4:12:73:29:4E:89
|
||||||
|
|
||||||
|
# Or connect to the first available,
|
||||||
|
# paired device
|
||||||
|
# port = ble://
|
||||||
|
|
||||||
# Set frequency to 867.2 MHz
|
# Set frequency to 867.2 MHz
|
||||||
frequency = 867200000
|
frequency = 867200000
|
||||||
|
|
||||||
|
Binary file not shown.
Binary file not shown.
@ -358,6 +358,23 @@ can be used, and offers full control over LoRa parameters.
|
|||||||
# Serial port for the device
|
# Serial port for the device
|
||||||
port = /dev/ttyUSB0
|
port = /dev/ttyUSB0
|
||||||
|
|
||||||
|
# It is also possible to use BLE devices
|
||||||
|
# instead of wired serial ports. The
|
||||||
|
# target RNode must be paired with the
|
||||||
|
# host device before connecting. BLE
|
||||||
|
# devices can be connected by name,
|
||||||
|
# BLE MAC address or by any available.
|
||||||
|
|
||||||
|
# Connect to specific device by name
|
||||||
|
# port = ble://RNode 3B87
|
||||||
|
|
||||||
|
# Or by BLE MAC address
|
||||||
|
# port = ble://F4:12:73:29:4E:89
|
||||||
|
|
||||||
|
# Or connect to the first available,
|
||||||
|
# paired device
|
||||||
|
# port = ble://
|
||||||
|
|
||||||
# Set frequency to 867.2 MHz
|
# Set frequency to 867.2 MHz
|
||||||
frequency = 867200000
|
frequency = 867200000
|
||||||
|
|
||||||
|
@ -520,6 +520,23 @@ can be used, and offers full control over LoRa parameters.</p>
|
|||||||
<span class="c1"># Serial port for the device</span>
|
<span class="c1"># Serial port for the device</span>
|
||||||
<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>
|
<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>
|
||||||
|
|
||||||
|
<span class="c1"># It is also possible to use BLE devices</span>
|
||||||
|
<span class="c1"># instead of wired serial ports. The</span>
|
||||||
|
<span class="c1"># target RNode must be paired with the</span>
|
||||||
|
<span class="c1"># host device before connecting. BLE</span>
|
||||||
|
<span class="c1"># devices can be connected by name,</span>
|
||||||
|
<span class="c1"># BLE MAC address or by any available.</span>
|
||||||
|
|
||||||
|
<span class="c1"># Connect to specific device by name</span>
|
||||||
|
<span class="c1"># port = ble://RNode 3B87</span>
|
||||||
|
|
||||||
|
<span class="c1"># Or by BLE MAC address</span>
|
||||||
|
<span class="c1"># port = ble://F4:12:73:29:4E:89</span>
|
||||||
|
|
||||||
|
<span class="c1"># Or connect to the first available,</span>
|
||||||
|
<span class="c1"># paired device</span>
|
||||||
|
<span class="c1"># port = ble://</span>
|
||||||
|
|
||||||
<span class="c1"># Set frequency to 867.2 MHz</span>
|
<span class="c1"># Set frequency to 867.2 MHz</span>
|
||||||
<span class="n">frequency</span> <span class="o">=</span> <span class="mi">867200000</span>
|
<span class="n">frequency</span> <span class="o">=</span> <span class="mi">867200000</span>
|
||||||
|
|
||||||
|
File diff suppressed because one or more lines are too long
@ -358,6 +358,23 @@ can be used, and offers full control over LoRa parameters.
|
|||||||
# Serial port for the device
|
# Serial port for the device
|
||||||
port = /dev/ttyUSB0
|
port = /dev/ttyUSB0
|
||||||
|
|
||||||
|
# It is also possible to use BLE devices
|
||||||
|
# instead of wired serial ports. The
|
||||||
|
# target RNode must be paired with the
|
||||||
|
# host device before connecting. BLE
|
||||||
|
# devices can be connected by name,
|
||||||
|
# BLE MAC address or by any available.
|
||||||
|
|
||||||
|
# Connect to specific device by name
|
||||||
|
# port = ble://RNode 3B87
|
||||||
|
|
||||||
|
# Or by BLE MAC address
|
||||||
|
# port = ble://F4:12:73:29:4E:89
|
||||||
|
|
||||||
|
# Or connect to the first available,
|
||||||
|
# paired device
|
||||||
|
# port = ble://
|
||||||
|
|
||||||
# Set frequency to 867.2 MHz
|
# Set frequency to 867.2 MHz
|
||||||
frequency = 867200000
|
frequency = 867200000
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user