GPS to Pulga

Dependencies:   Si1133 BME280

Committer:
brunnobbco
Date:
Fri Dec 11 18:59:00 2020 +0000
Revision:
26:1e1776201716
Parent:
24:595155aa83c3
Pulga_GPS

Who changed what in which revision?

UserRevisionLine numberNew contents of line
pancotinho 20:86417f956e22 1 {
pancotinho 24:595155aa83c3 2 "config": {
pancotinho 24:595155aa83c3 3 "lora-radio": {
pancotinho 24:595155aa83c3 4 "help": "Which radio to use (options: SX126X, SX1272, SX1276) -- See config/ dir for example configs",
pancotinho 24:595155aa83c3 5 "value": "SX1272"
pancotinho 24:595155aa83c3 6 },
pancotinho 24:595155aa83c3 7 "main_stack_size": { "value": 4096 },
pancotinho 24:595155aa83c3 8
pancotinho 24:595155aa83c3 9 "lora-spi-mosi": { "value": "NC" },
pancotinho 24:595155aa83c3 10 "lora-spi-miso": { "value": "NC" },
pancotinho 24:595155aa83c3 11 "lora-spi-sclk": { "value": "NC" },
pancotinho 24:595155aa83c3 12 "lora-cs": { "value": "NC" },
pancotinho 24:595155aa83c3 13 "lora-reset": { "value": "NC" },
pancotinho 24:595155aa83c3 14 "lora-dio0": { "value": "NC" },
pancotinho 24:595155aa83c3 15 "lora-dio1": { "value": "NC" },
pancotinho 24:595155aa83c3 16 "lora-dio2": { "value": "NC" },
pancotinho 24:595155aa83c3 17 "lora-dio3": { "value": "NC" },
pancotinho 24:595155aa83c3 18 "lora-dio4": { "value": "NC" },
pancotinho 24:595155aa83c3 19 "lora-dio5": { "value": "NC" },
pancotinho 24:595155aa83c3 20 "lora-rf-switch-ctl1": { "value": "NC" },
pancotinho 24:595155aa83c3 21 "lora-rf-switch-ctl2": { "value": "NC" },
pancotinho 24:595155aa83c3 22 "lora-txctl": { "value": "NC" },
pancotinho 24:595155aa83c3 23 "lora-rxctl": { "value": "NC" },
pancotinho 24:595155aa83c3 24 "lora-ant-switch": { "value": "NC" },
pancotinho 24:595155aa83c3 25 "lora-pwr-amp-ctl": { "value": "NC" },
pancotinho 24:595155aa83c3 26 "lora-tcxo": { "value": "NC" }
pancotinho 24:595155aa83c3 27 },
pancotinho 20:86417f956e22 28
mbed_official 0:c671a4833315 29 "target_overrides": {
pancotinho 24:595155aa83c3 30 "*": {
pancotinho 24:595155aa83c3 31 "platform.stdio-convert-newlines": true,
pancotinho 24:595155aa83c3 32 "platform.stdio-baud-rate": 9600,
pancotinho 24:595155aa83c3 33 "platform.default-serial-baud-rate": 9600,
pancotinho 24:595155aa83c3 34 "lora.over-the-air-activation": false,
pancotinho 24:595155aa83c3 35 "lora.duty-cycle-on": true,
pancotinho 24:595155aa83c3 36 "lora.phy": "AU915",
pancotinho 24:595155aa83c3 37 "lora.device-eui": "{0x2f, 0xc6, 0xaa, 0xf2, 0x8b, 0x61, 0x4f, 0x8a}",
pancotinho 24:595155aa83c3 38 "lora.application-eui": "{0x65, 0x48, 0x59, 0x64, 0x52, 0xd4, 0xc5, 0xd5}",
pancotinho 24:595155aa83c3 39 "lora.application-key": "{0xa8, 0xdc, 0xc6, 0x31, 0x35, 0x38, 0x90, 0xf7, 0x0b, 0x5c, 0x5e, 0xf6, 0x5a, 0x87, 0x9c, 0xd0}",
pancotinho 24:595155aa83c3 40 "lora.appskey": "{ 0x8e, 0x28, 0xac, 0x67, 0x5b, 0xfe, 0x1c, 0xea, 0x4c, 0x2a, 0xeb, 0x15, 0x87, 0x22, 0xe6, 0x6a}",
pancotinho 24:595155aa83c3 41 "lora.nwkskey": "{ 0xaa, 0x68, 0xae, 0x6e, 0x14, 0x65, 0x3a, 0xa5, 0x18, 0x38, 0x00, 0x42, 0xe3, 0x17, 0xd4, 0x8e}",
pancotinho 24:595155aa83c3 42 "lora.device-address": "0xc03b0ff0"
pancotinho 24:595155aa83c3 43 },
mbed_official 0:c671a4833315 44 "K64F": {
mbed_official 0:c671a4833315 45 "target.features_add": ["BLE"],
mbed_official 8:a17a79f0d8af 46 "target.extra_labels_add": ["CORDIO", "CORDIO_BLUENRG"]
mbed_official 0:c671a4833315 47 },
mbed_official 0:c671a4833315 48 "NUCLEO_F401RE": {
mbed_official 0:c671a4833315 49 "target.features_add": ["BLE"],
mbed_official 8:a17a79f0d8af 50 "target.extra_labels_add": ["CORDIO", "CORDIO_BLUENRG"]
mbed_official 0:c671a4833315 51 },
mbed_official 0:c671a4833315 52 "DISCO_L475VG_IOT01A": {
mbed_official 0:c671a4833315 53 "target.features_add": ["BLE"],
mbed_official 8:a17a79f0d8af 54 "target.extra_labels_add": ["CORDIO", "CORDIO_BLUENRG"]
mbed_official 14:de95c96e3305 55 },
mbed_official 14:de95c96e3305 56 "NRF52840_DK": {
mbed_official 14:de95c96e3305 57 "target.features_add": ["BLE"],
pancotinho 20:86417f956e22 58 "target.extra_labels_add": ["CORDIO", "CORDIO_LL", "SOFTDEVICE_N ONE", "NORDIC_CORDIO"],
pancotinho 20:86417f956e22 59 "target.extra_labels_remove": ["SOFTDEVICE_COMMON", "SOFTDEVICE_S140_FULL", "NORDIC_SOFTDEVICE"],
pancotinho 20:86417f956e22 60 "target.lf_clock_src": "NRF_LF_SRC_RC",
pancotinho 20:86417f956e22 61 "target.lf_clock_rc_calib_timer_interval": 16,
pancotinho 24:595155aa83c3 62 "target.lf_clock_rc_calib_mode_config": 2,
pancotinho 24:595155aa83c3 63 "target.macros_add": ["NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS=4"],
pancotinho 24:595155aa83c3 64 "lora-spi-mosi": "P0_4",
pancotinho 24:595155aa83c3 65 "lora-spi-miso": "P0_6",
pancotinho 24:595155aa83c3 66 "lora-spi-sclk": "P0_8",
pancotinho 24:595155aa83c3 67 "lora-cs": "P0_26",
pancotinho 24:595155aa83c3 68 "lora-reset": "P1_15",
pancotinho 24:595155aa83c3 69 "lora-dio0": "P0_12",
pancotinho 24:595155aa83c3 70 "lora-dio1": "P0_14",
pancotinho 24:595155aa83c3 71 "lora-dio2": "P1_8",
pancotinho 24:595155aa83c3 72 "lora-dio3": "P1_9",
pancotinho 24:595155aa83c3 73 "lora-dio4": "NC",
pancotinho 24:595155aa83c3 74 "lora-dio5": "NC",
pancotinho 24:595155aa83c3 75 "lora-rf-switch-ctl1": "NC",
pancotinho 24:595155aa83c3 76 "lora-rf-switch-ctl2": "NC",
pancotinho 24:595155aa83c3 77 "lora-txctl": "NC",
pancotinho 24:595155aa83c3 78 "lora-rxctl": "NC",
pancotinho 24:595155aa83c3 79 "lora-ant-switch": "NC",
pancotinho 24:595155aa83c3 80 "lora-pwr-amp-ctl": "NC",
pancotinho 24:595155aa83c3 81 "lora-tcxo": "NC"
pancotinho 20:86417f956e22 82
mbed_official 14:de95c96e3305 83 },
mbed_official 14:de95c96e3305 84 "NRF52_DK": {
mbed_official 14:de95c96e3305 85 "target.features_add": ["BLE"],
mbed_official 14:de95c96e3305 86 "target.extra_labels_add": ["CORDIO", "CORDIO_LL", "SOFTDEVICE_NONE", "NORDIC_CORDIO"],
mbed_official 14:de95c96e3305 87 "target.extra_labels_remove": ["SOFTDEVICE_COMMON", "SOFTDEVICE_S132_FULL", "NORDIC_SOFTDEVICE"]
mbed_official 0:c671a4833315 88 }
mbed_official 0:c671a4833315 89 }
mbed_official 14:de95c96e3305 90 }