Creating an IoT platform for smart agriculture. Collecting data and sending them to thingspeak for analysis

Dependencies:   DHT11 LPS22HB LSM6DSL VL53L0X

mbed_app.json

Committer:
kaoriw
Date:
2018-06-08
Revision:
1:469ea8167b80
Parent:
0:07ff689741d2

File content as of revision 1:469ea8167b80:

{
    "config": {
        "wifi-shield": {
            "help": "Options are internal, WIFI_IDW0XX1",
            "value": "internal"
        },
        "wifi-ssid": {
            "help": "WiFi SSID",
            "value": "\"gbg\""
        },
        "wifi-password": {
            "help": "WiFi Password",
            "value": "\"Kaori2018\""
        },
        "wifi-tx": {
            "help": "TX pin for serial connection to external device",
            "value": "D1"
        },
        "wifi-rx": {
            "help": "RX pin for serial connection to external device",
            "value": "D0"
        },
        "wifi-spi_miso": {
            "help": "SPI-MISO connection to external device",
            "value": "PC_11"
        },
        "wifi-spi_mosi": {
            "help": "SPI-MOSI connection to external device",
            "value": "PC_12"
        },
        "wifi-spi_sclk": {
            "help": "SPI-CLOCK connection to external device",
            "value": "PC_10"
        },
        "wifi-spi_nss": {
            "help": "SPI chip select of external device",
            "value": "PE_0"
        },
        "wifi-reset": {
            "help": "WIFI module reset pin",
            "value": "PE_8"
        },
        "wifi-dataready": {
            "help": "WIFI module data ready pin",
            "value": "PE_1"
        },
        "wifi-wakeup": {
            "help": "WIFI module wakeup pin",
            "value": "PB_12"
        },
        "thingspeak_key_1": {
            "help": "Thing Speak Key",
            "value": "\"ATMH8ZHN9X7W01IK\""
        },
        "thingspeak_key_2": {
            "help": "Thing Speak Key",
            "value": "\"ATMH8ZHN9X7W01IK\""
        },
        "thingspeak_key_3": {
            "help": "Thing Speak Key",
            "value": "\"ATMH8ZHN9X7W01IK\""
        },
        "thingspeak_key_4": {
            "help": "Thing Speak Key",
            "value": "\"ATMH8ZHN9X7W01IK\""
        },
        "thingspeak_key_5": {
            "help": "Thing Speak Key",
            "value": "\"ATMH8ZHN9X7W01IK\""
        } 
    },
    "target_overrides": {
        "*": {
            "platform.stdio-convert-newlines": true
        },
        "DISCO_L475VG_IOT1A": {
            "wifi-spi_miso": "PC_11",
            "wifi-spi_mosi": "PC_12",
            "wifi-spi_sclk": "PC_10",
            "wifi-spi_nss": "PE_0",
            "wifi-reset": "PE_8",
            "wifi-dataready": "PE_1",
            "wifi-wakeup": "PB_12"
        }
    }
}