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:
60:75426c142f6e
Parent:
58:113d2ef978d2
Child:
61:08b50780eb91
--- a/sx1276/sx1276-mbed-hal.cpp	Sat May 27 23:02:56 2017 +0200
+++ b/sx1276/sx1276-mbed-hal.cpp	Mon May 29 16:58:41 2017 +0200
@@ -242,7 +242,7 @@
 {
     if( channel > RF_MID_BAND_THRESH )
     {
-        if( boardConnected == SX1276MB1LAS || boardConnected == RFM95_SX1276)
+        if( boardConnected == SX1276MB1LAS || boardConnected == RFM95_SX1276 || boardConnected == MURATA_SX1276)
         {
             return RF_PACONFIG_PASELECT_PABOOST;
         }