Lora support for the STM B_L072Z_LRWAN1 board out of the box. Also supports HopeRF RFM95, Murata CMWX1ZZABZ and Semtech SX1276MB1MAS/SX1276MB1LAS modules.
Dependencies: BufferedSerial SX1276GenericLib mbed USBDeviceHT
History
When USB is active we keep a Timer running to avoid deepsleep.
2018-06-03, by Helmut64 [Sun, 03 Jun 2018 19:25:37 +0000] rev 20
When USB is active we keep a Timer running to avoid deepsleep.
Updated SX1276 lib to latest version.; Added LoRa radio initialisation to support HELTEC L4.;
2018-06-03, by Helmut64 [Sun, 03 Jun 2018 18:33:17 +0000] rev 19
Updated SX1276 lib to latest version.; Added LoRa radio initialisation to support HELTEC L4.;
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