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:
43:90de42f3c1fd
Parent:
42:72deced1a4c4
--- a/LoRa_TODO.txt	Mon May 08 22:52:31 2017 +0200
+++ b/LoRa_TODO.txt	Tue May 09 11:19:51 2017 +0200
@@ -2,7 +2,6 @@
 Tasks we needs to be done.
 Move finished tasks to Done section:
 
-- Check of the MURATA TCXO config is correct
 - Make the timers more generic and move the OS code into the HAL layer.
 - add support for Arduino - add sx1276-Arduino-hal.h/cpp
 - add support for Linux - add sx1276-Linux-hal.h/cpp
@@ -25,4 +24,6 @@
 - Migrated enum code into sx1276.h/radio.h (7-May-2017 Helmut)
 - Verify the Murata ANT Switch code
 - MURATA PA_BOOST case,is _antSwitchTXBoost right? (Same as STM sample code)
+- Check if the MURATA TCXO config is correct
+  done: TCXO gets enabled/disabled, in sleep mode it is turned off.