Driver for the SX1276 RF Transceiver

Dependents:   LoRaWAN_actility LoRaWAN_MBED LoRaWANSharedTest

History

Change SX1276 function GetState() into GetStatus() default tip

2015-08-12, by GregCr [Wed, 12 Aug 2015 14:34:03 +0000] rev 18

Change SX1276 function GetState() into GetStatus()


Added check for CRC enable before checking if the CRC is correct or not

2015-07-10, by GregCr [Fri, 10 Jul 2015 14:24:45 +0000] rev 17

Added check for CRC enable before checking if the CRC is correct or not


Corrected 250 kHz bandwidth choice for FSK modem; Added a define for the RADIO_WAKEUP_TIME from sleep

2015-03-31, by mluis [Tue, 31 Mar 2015 13:35:04 +0000] rev 16

Corrected 250 kHz bandwidth choice for FSK modem; Added a define for the RADIO_WAKEUP_TIME from sleep


Enabled by default the whitening when using FSK modem.; Added an invalid bandwidth to the Bandwidths table in order to avoid an error when selecting 250 kHz bandwidth when using FSK modem.

2015-01-22, by mluis [Thu, 22 Jan 2015 12:47:47 +0000] rev 15

Enabled by default the whitening when using FSK modem.; Added an invalid bandwidth to the Bandwidths table in order to avoid an error when selecting 250 kHz bandwidth when using FSK modem.


Corrected in SetRxConfig method the FSK modem preamble register name.

2015-01-07, by mluis [Wed, 07 Jan 2015 08:51:37 +0000] rev 14

Corrected in SetRxConfig method the FSK modem preamble register name.


Cosmetics; Added LICENSE text.; Added the possibility to specify the payload length for receiving fixed length frames.; Added SetModem function to radio interface.; Added LoRa syncword register definition

2014-12-16, by mluis [Tue, 16 Dec 2014 10:02:45 +0000] rev 13

Cosmetics; Added LICENSE text.; Added the possibility to specify the payload length for receiving fixed length frames.; Added SetModem function to radio interface.; Added LoRa syncword register definition


Added LICENSE.txt; Minor corrections

2014-10-13, by GregCr [Mon, 13 Oct 2014 07:33:11 +0000] rev 12

Added LICENSE.txt; Minor corrections


Added LICENSE.txt; Minor corrections;

2014-10-13, by GregCr [Mon, 13 Oct 2014 07:06:55 +0000] rev 11

Added LICENSE.txt; Minor corrections;


Changed mbed_debug.h to debug.h inside the lib (issue with the NXp platform)

2014-09-30, by GregCr [Tue, 30 Sep 2014 11:10:24 +0000] rev 10

Changed mbed_debug.h to debug.h inside the lib (issue with the NXp platform)


Removed unused variables

2014-09-26, by GregCr [Fri, 26 Sep 2014 12:59:57 +0000] rev 9

Removed unused variables