I made a fork of a generic library that was developed with support for RFM95 LoRa module that I found online. I Made a few changes and made it compatible with hardware limitations of the MAX32620FTHR and MAX32630FTHR module.

Dependents:   MAX326xxFTHR_LoRa_RFM95 MAX326xxFTHR_LoRa_PingPong MAX326xxFTHR_RFM95_LoRa_PingPong MAX326xxFTHR_LoRa_RFM95_PingPong_Example ... more

Fork of SX1276GenericLib by Helmut Tschemernjak

Revision:
57:d9aba0f40823
Parent:
56:4fddac05ac07
Child:
58:113d2ef978d2
--- a/sx1276/sx1276.cpp	Sun May 21 10:45:06 2017 +0200
+++ b/sx1276/sx1276.cpp	Sun May 21 10:48:03 2017 +0200
@@ -60,7 +60,7 @@
     {  62500, 6 }, // 62.5 kHz requires TCXO
     { 125000, 7 }, // the LoRa protocol default
     { 250000, 8 },
-    { 250000, 9 },
+    { 500000, 9 },
     { 0  	, 10 },  // Invalid Bandwidth, reserved
  };