Generic Pelion Device Management example for various Renesas-based boards. Add camera function.
Base software : https://os.mbed.com/teams/Renesas/code/pelion-example-common/
This example is known to work great on the following platforms:
- Renesas GR-LCYHEE over Wi-Fi and using SD card.
Example functionality
This example showcases the following device functionality:
- On user button click, increment Pelion LWM2M button resource.
- Allow the user to change the state of the board LED from Pelion LWM2M led_state resource and PUT request.
- On user button click, update Pelion LWM2M camera_img resource.
Camera image resource
- "5000/0/1", "camera_img", GET : Get the last saved camera image
- "5000/0/3", "camera_action", POST : Save camera image
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
4:8c3ca488d38c | 2019-02-14 | dkato | Add camera function |
3:c8de11b0ce7c | 2018-12-26 | MACRUM | Update library |
2:a5b5f3df19e8 | 2018-12-26 | MACRUM | Add GR-PEACH support |
1:c74d05affb1b | 2018-12-15 | MACRUM | remove README.md |
0:6d2053b84a92 | 2018-12-15 | MACRUM | initial commit |