yes Spada / Mbed 2 deprecated PS6_uplink

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
spadaaa
Date:
Thu Mar 26 11:45:17 2020 +0000
Parent:
2:b51532683489
Commit message:
for mesurement

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed_app.json Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Tue Mar 10 19:17:17 2020 +0000
+++ b/main.cpp	Thu Mar 26 11:45:17 2020 +0000
@@ -435,6 +435,7 @@
             printf("\r\n Disconnected Successfully \r\n");
             break;
         case TX_DONE:
+        thread_sleep_for(5900);
             //printf("\r\n Message Sent to Network Server \r\n");
             receive_data();
             ev_queue.cancel(id);
--- a/mbed_app.json	Tue Mar 10 19:17:17 2020 +0000
+++ b/mbed_app.json	Thu Mar 26 11:45:17 2020 +0000
@@ -33,9 +33,9 @@
             "lora.over-the-air-activation": true,
             "lora.duty-cycle-on": true,
             "lora.phy": "EU868",
-            "lora.device-eui": "{ 0x00, 0x49, 0xb9, 0x9f, 0xdb, 0xfc, 0xaa, 0xab }",
+            "lora.device-eui": "{ 0x00, 0x49, 0xb9, 0x9f, 0xdb, 0xfc, 0xaa, 0xac }",
             "lora.application-eui": "{ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }",
-            "lora.application-key": "{ 0x18, 0x23, 0x24, 0xec, 0x34, 0xc6, 0xc5, 0x5b, 0x1d, 0x77, 0x52, 0xf9, 0x1c, 0xb7, 0x1d, 0x8c }"
+            "lora.application-key": "{ 0x18, 0x23, 0x24, 0xec, 0x34, 0xc6, 0xc5, 0x5b, 0x1d, 0x77, 0x52, 0xf9, 0x1c, 0xb7, 0x1d, 0x8d }"
         },
         "K64F": {
             "lora-spi-mosi":       "D11",