The following tutorials demonstrate the use of the LoRa functionality. LoRa can work in 2 different modes: LoRa-MAC (which we also call Raw-LoRa) and LoRaWAN mode. Link for the Pygate tutorial
When using Lora, Always connect the appropriate LoRa antenna to your device. See the figures below for the correct antenna placement
Lopy4 | Lopy / Fipy |
---|---|
Note: When using LoRaWAN, first register with one of the networks
LoRa-MAC mode basically accesses de radio directly and packets are sent using the LoRa modulation on the selected frequency without any headers, addressing information or encryption. Only a CRC is added at the tail of the packet and this is removed before the received frame is passed on to the application. This mode can be used to build any higher level protocol that can benefit from the long range features of the LoRa modulation. Typical uses cases include LoPy to LoPy direct communication and a LoRa packet forwarder.
Lopy to Lopy You are also able to connect two devices to each other using LoRa frequencies. We have one example explaining more about that
Pygate Go to the Expansionboard tutorials for the Pygate tutorial