Forest fire prediction using sensors and LoRa communications

Dependencies:   X_NUCLEO_IKS01A2

Revision:
51:925c07d0d7cf
Parent:
50:6e615eea1e6f
--- a/mbed_app.json	Wed Mar 13 17:30:20 2019 +0000
+++ b/mbed_app.json	Mon Jun 03 10:26:44 2019 +0000
@@ -28,14 +28,17 @@
     "target_overrides": {
         "*": {
             "platform.stdio-convert-newlines": false,
-            "platform.stdio-baud-rate": 115200,
-            "platform.default-serial-baud-rate": 115200,
-            "lora.over-the-air-activation": false,
+            "platform.stdio-baud-rate": 9600,
+            "platform.default-serial-baud-rate": 9600,
+            "lora.over-the-air-activation": true,
             "lora.duty-cycle-on": false,
             "lora.phy": "EU868",
-            "lora.appskey": "{ 0xCD, 0xA9, 0x0D, 0x58, 0x4A, 0x45, 0x47, 0xE7, 0x77, 0x06, 0x63, 0x7E, 0x7B, 0x0D, 0x88, 0xC1 }",
-            "lora.nwkskey": "{ 0x30, 0xFD, 0x2C, 0xD2, 0x46, 0x06, 0xE5, 0xAE, 0x21, 0x8E, 0xCF, 0x29, 0xCE, 0xFB, 0xC1, 0xA1 }",
-            "lora.device-address": "0x26011BF1" 
+            "lora.application-eui": "{ 0x70, 0xB3, 0xD5, 0x7E, 0xD0, 0x01, 0xC2, 0x3D }",
+            "lora.device-eui": "{ 0x00, 0x96, 0x41, 0xD2, 0x40, 0xD7, 0x23, 0x22 }",
+            "lora.application-key": "{ 0xE6, 0x8B, 0xA4, 0xD7, 0x53, 0x53, 0x95, 0x0A, 0xBB, 0x38, 0xB6, 0x5C, 0xD8, 0x28, 0xB7, 0x6E }",
+            "lora.nwkskey": "{ 0x23, 0xC4, 0xDD, 0x61, 0xE0, 0x91, 0x01, 0x7D, 0x11, 0x4B, 0xEF, 0x27, 0x9C, 0xFE, 0xD9, 0x78 }",
+            "lora.appskey": "{ 0x93, 0xB6, 0x6C, 0xE5, 0x59, 0x4F, 0x21, 0x0F, 0xA4, 0x5E, 0xA6, 0x48, 0x58, 0xBE, 0x0C, 0x37 }",
+            "lora.device-address": "0x26011082" 
         },
 
         "K64F": {