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
Revision 111:ccfb6ca5f5e0, committed 2018-06-01
- Comitter:
- dev_alexander
- Date:
- Fri Jun 01 21:37:06 2018 +0000
- Parent:
- 109:528f37db941f
- Commit message:
- This revision includes support of the Hope RFM95 LoRa board for the following Microcontrollers:; ; MAX32630FTHR ; MAX32620FTHR ; NUCLEO-F411RE
Changed in this revision
sx1276/sx1276.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r 528f37db941f -r ccfb6ca5f5e0 sx1276/sx1276.h --- a/sx1276/sx1276.h Tue Feb 20 14:56:20 2018 +0100 +++ b/sx1276/sx1276.h Fri Jun 01 21:37:06 2018 +0000 @@ -100,6 +100,10 @@ RF_FREQUENCY_868_1 = 868100000, // Hz RF_FREQUENCY_868_3 = 868300000, // Hz RF_FREQUENCY_868_5 = 868500000, // Hz + RF_FREQUENCY_915_0 = 915000000, // Hz + RF_FREQUENCY_915_1 = 915100000, // Hz + RF_FREQUENCY_915_3 = 915300000, // Hz + RF_FREQUENCY_915_5 = 915500000, // Hz } rf_frequency_t;