Elmo Terminal provides functionality to test Lora radio and access SX1272 chip registers delivered with Elmo board. This firmware allows the user to control the LoRa radio parameters (eg. frequency, bandwidth, spreading factor etc.) by entering console commands via serial terminal. Application also contains "Ping-Pong" and data transmission functionalities.

Dependencies:   SX1272lib mbed

Fork of Elmo-Terminal by Michal Leksinski

Revision:
7:57eab0d92bce
Parent:
3:bb58d4e78e68
--- a/main.cpp	Thu Oct 01 13:13:08 2015 +0000
+++ b/main.cpp	Fri Oct 02 14:56:16 2015 +0000
@@ -37,7 +37,7 @@
     ,   Variable("preambleLen", "the Preamble length", 8, preambleLenValues)
     ,   Variable("symbTimeout", "the RxSingle timeout value", 5, symbTimeoutValues)
     ,   Variable("paBoost", "forces PA_BOOST output", 0, paBoostValues)
-    ,   Variable("delay", "tx delay in ms", 0, TXdelayValues)
+    ,   Variable("delay", "tx delay in ms", 100, TXdelayValues)
     ,   Variable()
     };