First program for SmartCampus LoRaWan

Committer:
bastienvincke
Date:
Wed Feb 05 13:17:21 2020 +0000
Revision:
52:bfaf25ee5cd5
Parent:
51:885c5ed083d1
bv

Who changed what in which revision?

UserRevisionLine numberNew contents of line
mbed_official 0:7037ed05f54f 1 {
mbed_official 0:7037ed05f54f 2 "config": {
mbed_official 0:7037ed05f54f 3 "lora-radio": {
mbed_official 0:7037ed05f54f 4 "help": "Which radio to use (options: SX1272,SX1276)",
bastienvincke 51:885c5ed083d1 5 "value": "SX1272"
mbed_official 0:7037ed05f54f 6 },
mbed_official 6:d6016e907c7a 7 "main_stack_size": { "value": 4096 },
bastienvincke 51:885c5ed083d1 8 "lora-spi-mosi": { "value": "PA_12" },
bastienvincke 51:885c5ed083d1 9 "lora-spi-miso": { "value": "PA_11" },
bastienvincke 51:885c5ed083d1 10 "lora-spi-sclk": { "value": "PA_1" },
bastienvincke 51:885c5ed083d1 11 "lora-cs": { "value": "PB_0" },
bastienvincke 51:885c5ed083d1 12 "lora-reset": { "value": "PA_3" },
bastienvincke 51:885c5ed083d1 13 "lora-dio0": { "value": "PB_5" },
bastienvincke 51:885c5ed083d1 14 "lora-dio1": { "value": "PB_4" },
bastienvincke 51:885c5ed083d1 15 "lora-dio2": { "value": "PB_1" },
bastienvincke 51:885c5ed083d1 16 "lora-dio3": { "value": "PB_3" },
mbed_official 1:c7fae321242f 17 "lora-dio4": { "value": "NC" },
mbed_official 1:c7fae321242f 18 "lora-dio5": { "value": "NC" },
mbed_official 0:7037ed05f54f 19 "lora-rf-switch-ctl1": { "value": "NC" },
mbed_official 0:7037ed05f54f 20 "lora-rf-switch-ctl2": { "value": "NC" },
bastienvincke 51:885c5ed083d1 21 "lora-txctl": { "value": "PA_9" },
bastienvincke 51:885c5ed083d1 22 "lora-rxctl": { "value": "PA_8" },
mbed_official 1:c7fae321242f 23 "lora-ant-switch": { "value": "NC" },
mbed_official 0:7037ed05f54f 24 "lora-pwr-amp-ctl": { "value": "NC" },
mbed_official 0:7037ed05f54f 25 "lora-tcxo": { "value": "NC" }
mbed_official 0:7037ed05f54f 26 },
mbed_official 0:7037ed05f54f 27 "target_overrides": {
mbed_official 0:7037ed05f54f 28 "*": {
mbed_official 0:7037ed05f54f 29 "platform.stdio-convert-newlines": true,
mbed_official 0:7037ed05f54f 30 "platform.stdio-baud-rate": 115200,
mbed_official 0:7037ed05f54f 31 "platform.default-serial-baud-rate": 115200,
mbed_official 0:7037ed05f54f 32 "lora.over-the-air-activation": true,
bastienvincke 51:885c5ed083d1 33 "lora.duty-cycle-on": false,
mbed_official 26:f07f5febf97f 34 "lora.phy": "EU868",
bastienvincke 51:885c5ed083d1 35 "lora.device-eui": "{ 0x45, 0x6E, 0xAF, 0x48, 0x63, 0xBA, 0xD7, 0x85 }",
bastienvincke 51:885c5ed083d1 36 "lora.application-eui": "{ 0x86, 0x19, 0x84, 0xC4, 0xAD, 0x84, 0x16, 0x56 }",
bastienvincke 51:885c5ed083d1 37 "lora.application-key": "{ 0x47, 0x12, 0x41, 0x78, 0x49, 0x65, 0xB1, 0x48, 0xDA, 0xCF, 0x71, 0x98, 0x54, 0xD3, 0x6A, 0x56 }",
bastienvincke 51:885c5ed083d1 38 "mbed-trace.enable": true
mbed_official 0:7037ed05f54f 39 }
mbed_official 0:7037ed05f54f 40 },
mbed_official 0:7037ed05f54f 41 "macros": ["MBEDTLS_USER_CONFIG_FILE=\"mbedtls_lora_config.h\""]
mbed_official 0:7037ed05f54f 42 }