got this sample program for 2+ sx1276 modules to communicate in a ping pong fashion. This program has been tested and verified to run with 915MHz Hope RFM95 modules running with MAX32620FTHR and MAX32630FTHR micro controllers.

Dependencies:   BMI160 BufferedSerial SX1276GenericLib USBDeviceHT max32630fthr

Fork of STM32L0_LoRa by Helmut Tschemernjak

History

got this sample program for 2+ sx1276 modules to communicate in a ping pong fashion. This program has been tested and verified to run with 915MHz Hope RFM95 modules running with MAX32620FTHR and MAX32630FTHR micro controllers. default tip

2018-06-01, by dev_alexander [Fri, 01 Jun 2018 22:07:08 +0000] rev 19

got this sample program for 2+ sx1276 modules to communicate in a ping pong fashion. This program has been tested and verified to run with 915MHz Hope RFM95 modules running with MAX32620FTHR and MAX32630FTHR micro controllers.


Fixed the Heltec SPI SLCK Pin.

2018-03-12, by Helmut64 [Mon, 12 Mar 2018 15:00:02 +0000] rev 18

Fixed the Heltec SPI SLCK Pin.


Added Heltec L4 board Pins into PinMap.h; Added USBDevice library to support USBSerial console IO; Moved helper code into utils.cpp; Moved dprintf support with var args and serial or USBSerial output.; Added compile time version support to set RTC to compi...

2018-02-23, by Helmut64 [Fri, 23 Feb 2018 12:57:25 +0000] rev 17

Added Heltec L4 board Pins into PinMap.h; Added USBDevice library to support USBSerial console IO; Moved helper code into utils.cpp; Moved dprintf support with var args and serial or USBSerial output.; Added compile time version support to set RTC to compi...


Added proper PinMap for the Heltec Board; updated libs

2018-02-22, by Helmut64 [Thu, 22 Feb 2018 11:12:24 +0000] rev 16

Added proper PinMap for the Heltec Board; updated libs


Added STM32L432KC into PinMap.h

2018-01-30, by Helmut64 [Tue, 30 Jan 2018 09:51:21 +0000] rev 15

Added STM32L432KC into PinMap.h


Updated SX1276 lib

2017-11-26, by Helmut64 [Sun, 26 Nov 2017 14:12:51 +0000] rev 14

Updated SX1276 lib


Updated target to TARGET_DISCO_L072CZ_LRWAN1; Use latest mbed version.; No need to set the system clock anymore because LRWAN1 is not included in mbed.; Updated to latest SX1276GenericLib.

2017-08-08, by Helmut64 [Tue, 08 Aug 2017 08:49:06 +0000] rev 13

Updated target to TARGET_DISCO_L072CZ_LRWAN1; Use latest mbed version.; No need to set the system clock anymore because LRWAN1 is not included in mbed.; Updated to latest SX1276GenericLib.


Updated SX1276GenerlicLib. (Arduino compatibility work)

2017-07-11, by Helmut64 [Tue, 11 Jul 2017 11:37:03 +0000] rev 12

Updated SX1276GenerlicLib. (Arduino compatibility work)


Added Radio callback this pointer and userData. This makes it easier to pass context into the interrupt callbacks. The this pointer allows to call C++ functions easier.; Update SX1276GenericLib

2017-06-29, by Helmut64 [Thu, 29 Jun 2017 17:44:18 +0000] rev 11

Added Radio callback this pointer and userData. This makes it easier to pass context into the interrupt callbacks. The this pointer allows to call C++ functions easier.; Update SX1276GenericLib


Updated to use latest SX1276GenericLib.

2017-06-23, by Helmut64 [Fri, 23 Jun 2017 11:46:59 +0000] rev 10

Updated to use latest SX1276GenericLib.