mirror of
https://github.com/liberatedsystems/RNode_Firmware_CE.git
synced 2024-07-02 14:34:13 +02:00
Updated readme
This commit is contained in:
parent
d493e5e311
commit
c607e7c5d1
@ -80,3 +80,6 @@ rnode = RNodeInterface(
|
|||||||
|
|
||||||
rnode.send("Hello World!")
|
rnode.send("Hello World!")
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Promiscuous Mode
|
||||||
|
RNode can be put into LoRa promiscuous mode, which will dump raw LoRa frames to the host. Raw LoRa frames can also be sent in this mode, and have the standard LoRa payload size of 255 bytes. To enable promiscuous mode send the "Promiscuous" command to the board, or use one of the programming libraries. You can also use the example program [LoRaMon](https://github.com/markqvist/LoRaMon) for an easy to use LoRa packet sniffer.
|
Loading…
Reference in New Issue
Block a user