This repository contains an application of monitoring a body temparture sensor and pushing the sensor reading to the cloud. The example is using WiFi connectivity and the Arm Pelion IoT cloud platform.
- Create a free-tier account on Arm Pelion .
- Install the mbed command-line interface.
- Clone this repository.
- Download a developer certificate from your Pelion account. Place the certificate in the root of the project.
- Modify the
mbed_app.jsonwith the SSID and Password of your WiFi network. - Compile the application
$ mbed compile -t GCC_ARM -m DISCO_L475VG_IOT01A. - Flash the development board with the generated binary file.
- Connect the sensor to the ST Discovery board.
SDApin from Fever click PCB is connected toPC_1of the IOT01 board and theSCApin is connected toPC_0. - Monitor your body temperature at the
/3303/0/5700resource in Pelion.