LoRa Examples

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.

When using Lora, Always connect the appropriate LoRa antenna to your device. See the figure below for the correct antenna placement.

F1 Starter Kit

Note: A standalone pluggable LoRa antenna in u.FL connector type is included in the F1 Starter Kit.

  • LoRaWAN mode implements the full LoRaWAN stack for a class A device. It supports both OTAA and ABP connection methods, as well as advanced features like adding and removing custom channels to support “special” frequencies plans like the those used in New Zealand. There are two basic ways of accessing the LoraWAN network:

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.