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:
67:d3afd803f40d
Parent:
65:b2d98328fcba
Child:
71:7067e67902a8
--- a/LoRa_TODO.txt	Wed Jul 12 15:11:30 2017 +0200
+++ b/LoRa_TODO.txt	Sun Jul 16 21:25:00 2017 +0200
@@ -17,8 +17,6 @@
 - Test if the SX1276 timeouts. Does rx/tx/sync really uses three different
   timers or just one at a time.
 - Add API to set the LNA gain
-- Registering a new Timeout function within the Interrupt is not malloc save.
-  This is a major race condition problem.