This program is guided to help establish a connection between two RFM95 900MHz LoRa radio modules using Maxim Integrated's Feather MCUs (MAX32630FTHR Mbed and the MAX32620FTHR Mbed). Once the radios are configured after powering on and if the radios are wired correctly, the two radios will self identify as either a master or a slave, and will then proceed to PING and PONG back and forth. Information about what is happening between the radios can be seen if the two boards are hooked up to a USB COM port through the included DAPLINK/MAX32625PICO modules.

Dependencies:   BufferedSerial SX1276GenericLib USBDeviceHT max32630fthr

Fork of MAX326xxFTHR_LoRa_PingPong by Devin Alexander

Revisions of SX1276GenericLib.lib

Revision Date Message Actions
14:0a23f0ff71ce 2017-11-26 Updated SX1276 lib File  Diff  Annotate
13:5a32a1922fbc 2017-08-08 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. File  Diff  Annotate
12:aa287e51c09e 2017-07-11 Updated SX1276GenerlicLib. (Arduino compatibility work) File  Diff  Annotate
11:d3a591c20cd7 2017-06-29 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 File  Diff  Annotate
10:e589a497bd64 2017-06-23 Updated to use latest SX1276GenericLib. File  Diff  Annotate
9:2f9e4be4d046 2017-05-30 Defined missing PC_13 for the LRWAN1 board.; Updated to latest mbed and SX1276Generic libs File  Diff  Annotate
7:6a8a82bfb0c6 2017-05-19 Update SX1276GenericLib, Lora frequencies are now specified in Hz. File  Diff  Annotate
6:1b598b0e52e4 2017-05-19 Updated SX12GenerlicLib; Radio Init has now a return value true of a Radio chip is detected. File  Diff  Annotate
5:e3b39ae71d3c 2017-05-17 Updated SX1276GenericLib File  Diff  Annotate
4:1413cd44cb4b 2017-05-16 Updated to newer 1276GenericLib File  Diff  Annotate
3:dc560d3e9070 2017-05-14 Added Radio pointer to callbacks. File  Diff  Annotate
2:772fb0dbccef 2017-05-11 Updated SX1276Generic lib. File  Diff  Annotate
0:c43b6919ae15 2017-05-10 Initial checkin Lora support for the STM B_L072Z_LRWAN1 board out of the box.; File  Diff  Annotate