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
History
This revision includes support of the Hope RFM95 LoRa board for the following Microcontrollers:; ; MAX32630FTHR ; MAX32620FTHR ; NUCLEO-F411RE
2018-06-01, by dev_alexander [Fri, 01 Jun 2018 21:37:06 +0000] rev 111
This revision includes support of the Hope RFM95 LoRa board for the following Microcontrollers:; ; MAX32630FTHR ; MAX32620FTHR ; NUCLEO-F411RE
Disable chip init in reset to keep it in Sleep mode with no power
2018-05-18, by Helmut Tschemernjak [Fri, 18 May 2018 16:40:16 +0200] rev 110
Disable chip init in reset to keep it in Sleep mode with no power
consumption.
Switched to LowPowerTimeout when available, this avoids
2018-02-20, by Helmut Tschemernjak [Tue, 20 Feb 2018 14:56:20 +0100] rev 109
Switched to LowPowerTimeout when available, this avoids
deepsleep locks due to regular timers being active
Fix spelling
2018-01-21, by Helmut Tschemernjak [Sun, 21 Jan 2018 11:53:10 +0100] rev 108
Fix spelling
Arduino stuff is not needed here
2017-11-26, by Helmut Tschemernjak [Sun, 26 Nov 2017 15:08:11 +0100] rev 107
Arduino stuff is not needed here
Cleanup of unused files
2017-11-26, by Helmut Tschemernjak [Sun, 26 Nov 2017 14:40:23 +0100] rev 106
Cleanup of unused files
Moved ESP32 helper functions into arduino-esp32.cpp
2017-11-22, by Helmut Tschemernjak [Wed, 22 Nov 2017 12:14:00 +0100] rev 105
Moved ESP32 helper functions into arduino-esp32.cpp
Allow to change MAX_TIMEOUTS without need to change
custom d21 and ESP32 assembler files
Added better CPUID code, now the Mac address and the MCU revision
2017-11-21, by Helmut Tschemernjak [Tue, 21 Nov 2017 16:59:28 +0100] rev 104
Added better CPUID code, now the Mac address and the MCU revision
is being used.
Added all four timers, added more comments about rev0/1 ESP32's
2017-11-20, by Helmut Tschemernjak [Mon, 20 Nov 2017 12:42:09 +0100] rev 103
Added all four timers, added more comments about rev0/1 ESP32's
Formatting fixed
2017-11-20, by Helmut Tschemernjak [Mon, 20 Nov 2017 08:53:43 +0100] rev 102
Formatting fixed