help
This commit is contained in:
parent
7646887163
commit
60ca038c36
1 changed files with 25 additions and 0 deletions
25
README.md
25
README.md
|
|
@ -1,2 +1,27 @@
|
||||||
# LoRaTransmit
|
# LoRaTransmit
|
||||||
|
|
||||||
LoRa packet transmitter for RNode hardware
|
LoRa packet transmitter for RNode hardware
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
provide payload as command line argument or via pipe
|
||||||
|
|
||||||
|
```
|
||||||
|
usage: loratransmit [-h] [--freq Hz] [--bw Hz] [--txp dBm] [--sf factor]
|
||||||
|
[--cr rate]
|
||||||
|
[port] [payload]
|
||||||
|
|
||||||
|
LoRa packet transmitter for RNode hardware.
|
||||||
|
|
||||||
|
positional arguments:
|
||||||
|
port Serial port where RNode is attached
|
||||||
|
payload The payload to be transmitted
|
||||||
|
|
||||||
|
options:
|
||||||
|
-h, --help show this help message and exit
|
||||||
|
--freq Hz Frequency in Hz
|
||||||
|
--bw Hz Bandwidth in Hz
|
||||||
|
--txp dBm TX power in dBm
|
||||||
|
--sf factor Spreading factor
|
||||||
|
--cr rate Coding rate
|
||||||
|
```
|
||||||
Loading…
Add table
Add a link
Reference in a new issue