Simple Mbed Cloud client application using features of GR-LYCHEE including Wi-Fi and SD Card

Fork of mbed-cloud-example_GR-LYCHEE by Toyomasa Watarai

You are viewing an older revision! See the latest version

Homepage

Table of Contents

    Instructions to use this program from online IDE

    Follow quick-start instruction.

    Instructions to use this program with mbed CLI

    Import the application into your desktop:

    mbed import https://os.mbed.com/teams/Renesas/code/mbed-cloud-example_GR-LYCHEE/
    cd mbed-cloud-example_GR-LYCHEE
    
    • Download the developer certificate from Mbed Cloud.
    • Set your Wi-Fi access point SSID and password in the mbed_app.json.

            "wifi-ssid": {
                "help": "WiFi SSID",
                "value": "\"SSID\""
            },
            "wifi-password": {
                "help": "WiFi Password",
                "value": "\"PASSWORD\""
            },
    

    Compile and program:

    mbed compile -t <toolchain> -m GR_LYCHEE
    

    (supported toolchains : GCC_ARM / ARM / IAR)

    Note

    This platform and application is suitable for evaluation and initial development. For production purposes, we recommend to use a different variant with built-in security features - for more information please contact Renesas (https://en-support.renesas.com/mytickets)


    All wikipages