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:
4:2767f13b0a75
Parent:
2:8d8295a51f68
Child:
6:453b018a9ba0
diff -r bb58d4e78e68 -r 2767f13b0a75 RadioContex.cpp
--- a/RadioContex.cpp	Thu Oct 01 14:42:59 2015 +0200
+++ b/RadioContex.cpp	Thu Oct 01 14:49:21 2015 +0200
@@ -55,7 +55,7 @@
 
     sendCntr = 0;
 
-    radio_ = new SX1272MB1xAS ( RadioContex::StaticOnTxDone, RadioContex::StaticOnTxTimeout, RadioContex::StaticOnRxDone,
+    radio_ = new SX1272BRD ( RadioContex::StaticOnTxDone, RadioContex::StaticOnTxTimeout, RadioContex::StaticOnRxDone,
                                 RadioContex::StaticOnRxTimeout, RadioContex::StaticOnRxError, NULL, NULL,
                                 RF_SPI_MOSI, RF_SPI_MISO, RF_SPI_SCK, RF_SPI_CS,
                                 RF_RESET, RF_DIO0, RF_DIO1, RF_DIO2, RF_DIO3, RF_DIO4, RF_DIO5,