An example project for the Heltec Turtle LoRa board (STM32L4 and SX1276 chips). The projects is only supported for the Nucleo-L432KC board platform in the mbed online and offline compiler environment. Visit www.radioshuttle.de (choose Turtle board) for instructions. Note that most source files and libraries are open source, however some files especially the RadioShuttle core protocol is copyrighted work. Check header for details.

Dependencies:   mbed BufferedSerial SX1276GenericLib OLED_SSD1306 HELIOS_Si7021 NVProperty RadioShuttle-STM32L4 USBDeviceHT

Files at this revision

API Documentation at this revision

Comitter:
Helmut Tschemernjak
Date:
Tue Feb 12 16:52:23 2019 +0100
Parent:
31:4d68bd5fd507
Child:
33:617765dcce6c
Commit message:
Added FEATURE_LORA_PING_PONG

Changed in this revision

PinMap.h Show annotated file Show diff for this revision Revisions of this file
--- a/PinMap.h	Tue Feb 12 16:51:59 2019 +0100
+++ b/PinMap.h	Tue Feb 12 16:52:23 2019 +0100
@@ -8,12 +8,12 @@
 #define RS_MINOR    1
 
 #ifdef TARGET_STM32L432KC
-#define HELTECL432_REV1
-#define FEATURE_LORA
-#define FEATURE_USBSERIAL
-#define FEATURE_NVPROPERTY
-#define FEATURE_NVPROPERTYEDITOR
-// #define FEATURE_LORA_PING_PONG
+ #define HELTECL432_REV1
+ #define FEATURE_LORA
+ #define FEATURE_LORA_PING_PONG
+ #define FEATURE_USBSERIAL
+ #define FEATURE_NVPROPERTY
+ #define FEATURE_NVPROPERTYEDITOR
 #endif
 
 #ifdef HELTECL432_REV1