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

Revision:
18:d2f227e0a8bf
Parent:
13:3c7a52b11316
Child:
22:9cca40fcb25e
--- a/main.cpp	Sun Feb 03 13:03:14 2019 +0100
+++ b/main.cpp	Sun Feb 03 13:03:46 2019 +0100
@@ -37,6 +37,7 @@
 	InterrruptMSG(INT_TIMEOUT);
 }
 
+
 int main() {
     /*
      * inits the Serial or USBSerial when available (230400 baud).
@@ -48,6 +49,9 @@
 	dprintf("Welcome to RadioShuttle v%d.%d", RS_MAJOR, RS_MINOR);
     dprintf("Voltage: %.2f (%s powered)", BatteryVoltage(), BatterySource());
 	
+#ifdef FEATURE_NVPROPERTYEDITOR
+	// NVPropertyEditor();
+#endif
 	
 #ifdef FEATURE_LORA
     InitRadio();