ARM Pelion integrating with Web Application - HELP

I have light sensor device connected to ARM Pelion and want to get value into Web Application. Can anyone explain to me OR show me some example?

Hi Yongyuth,

Here is the main mbed-cloud-client-example reference application: GitHub - PelionIoT/mbed-cloud-client-example: Reference example application using Izuma Device Management Client library

You will need to setup an M2MResource to the light sensor data within your application code and then you will be able to view that resource within the Pelion portal, something similar to the code in main.cpp here: mbed-cloud-client-example/main.cpp at master · PelionIoT/mbed-cloud-client-example · GitHub

– Jenny, team Mbed

Hi Jenny,
Thanks for your quick respond, but I’m looking for getting sensor value from ARM Pelion to my backend of my web application. I have already done connected my device to ARM Pelion and be able to view the resource of my light sensor and graph.
Can you help me please?
Thanks,
Yongyuth Phasukyued

Hi again Yongyuth,

Here is the documentation for integration with web applications: https://cloud.mbed.com/docs/current/integrate-web-app/index.html

Please let me know if you have any more questions!

– Jenny, team Mbed

Hi Yongyuth,

It might help to take a look at the SDKs, depending on the language you are using in your back end these will help get you started.

https://cloud.mbed.com/docs/current/mbed-cloud-sdk-references/index.html

Best regards,
Graham