forked from tapparelj/gr-lora_sdr
-
Notifications
You must be signed in to change notification settings - Fork 2
usage
Martyn van Dijke edited this page Dec 9, 2020
·
1 revision
In order to start using the gr-lora-sdr project you will need an flowgraph which can be made using gnuradio-companian.
The flow graph should look something like this :
Its important that all the Rx and Tx components are in the flowgraph or the generated code will not work.
In the /apps/ folder there are some examples on the generated code (from gnuradio-companian) and the grc files to be able to modify the examples in gnuradio-companian itself, be sure to have a look !
- An example of a transmitter and a receiver
- For the transmitter you can use lora_TX.grc, and this will use an USRP to send the LoRa packets on the connected network.
- For the receiver you can use lora_RX.grc, and this will use an USRP to receive the LoRa packets on the connected network.
- Simulation of LoRa SDR without UHD, is possible using the simulation_lora.grc files and will simulate an entire transceiver chain of the LoRa packet without the need of an USRP.