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:
83:019da451b283
Parent:
71:7067e67902a8
Child:
89:b0203b4a36ec
--- a/LoRa_TODO.txt	Sun Aug 06 11:28:33 2017 +0200
+++ b/LoRa_TODO.txt	Sun Aug 06 14:23:43 2017 +0200
@@ -44,3 +44,7 @@
   level protocols
 - Added initial Arduino support, needs more testing/completion.
 - Support for Arduino completed, initial version works.
+- Added GetFrequency support
+  The Murata’s Frequency shift using an TCXO us about 58 Hz
+  The RFM95 against Murata is about 3300 Hz
+  RFM95 against RFM95 testing will follow.