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

homepage

Table of Contents

    Instructions to use this program from online IDE

    Follow quick-start instruction. https://cloud.mbed.com/guides/connect-device-to-pelion

    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 main.cpp.

    #define SSID "SSID"
    #define PASSWORD "PASSWORD"
    

    Compile and program:

    mbed compile -t <toolchain> -m GR_LYCHEE (supported toolchains : GCC_ARM / ARM / IAR)


    All wikipages