LoRa shield library

Arduino library for LoRa shield .

This library concerns the LoRa Arduino shield that uses the SX1278 SEMTECH tranceiver.

 

Three classes:

  • SX1278 ; basic modem management.
  • LORA ; simplified functions for LoRa modem
  • REMOTEC ; simplified functions for using SX1278 as OOK transitter with HX2262 protocol

 

Both LORA class and REMOTEC class use basic SX1278 functions. So, you can use SX1278 functions mixed with LORA or REMOTEC functions for better trim.

SX1278 class is referenced by external name SX.

 

Pin used by shield:

  • D13 : SPI SCK
  • D12 : SPI MISO
  • D11 : SPI MOSI
  • D10 (or D8) : SPI CS
  • D5 (or D7) : SX1278 RESET
  • (D6 or D9 or none) : Inp/Out pulses
  • (D3 or none) : interrupt

 

 

Classes

Examples

Reference Home