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:
9:b420e9c3d6fe
Parent:
7:2b555111463f
Child:
11:ce0cdab5137a
diff -r 0fe3e0e8007b -r b420e9c3d6fe sx1276/sx1276.h
--- a/sx1276/sx1276.h	Tue Sep 23 14:11:27 2014 +0000
+++ b/sx1276/sx1276.h	Fri Sep 26 12:59:57 2014 +0000
@@ -32,9 +32,6 @@
 /*!
  * Constant values need to compute the RSSI value
  */
-#define NOISE_ABSOLUTE_ZERO                         -174.0
-#define NOISE_FIGURE_LF                             4.0
-#define NOISE_FIGURE_HF                             6.0
 #define RSSI_OFFSET_LF                              -164.0
 #define RSSI_OFFSET_HF                              -157.0