Fork of the Simple Ping-Pong demo application between two SX1272MB2xAs demo board. It's now a simple application demonstrating simple Rx (Receive) from a SX1272 boards.

Dependencies:   SX1272Lib mbed

Fork of SX1272PingPong by Semtech

Revision:
19:538e05373d0f
Parent:
18:79e1a9635c6d
Child:
20:17d8ea079085
--- a/main.cpp	Mon Mar 13 14:35:32 2017 +0000
+++ b/main.cpp	Mon Mar 13 16:01:06 2017 +0000
@@ -29,7 +29,7 @@
 #define LORA_CRC_ENABLED                            true
 
 #define RX_TIMEOUT_VALUE                            3500000   // in us
-#define BUFFER_SIZE                                 32        // Define the payload size here
+#define BUFFER_SIZE                                 1024        // Define the payload size here
 
 DigitalOut led(LED1);