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
History
Add camera function
2019-02-14, by dkato [Thu, 14 Feb 2019 08:23:41 +0000] rev 4
Add camera function
Update library
2018-12-26, by MACRUM [Wed, 26 Dec 2018 12:33:36 +0900] rev 3
Update library
Add GR-PEACH support
2018-12-26, by MACRUM [Wed, 26 Dec 2018 12:30:48 +0900] rev 2
Add GR-PEACH support
remove README.md
2018-12-15, by MACRUM [Sat, 15 Dec 2018 12:50:12 +0900] rev 1
remove README.md
initial commit
2018-12-15, by MACRUM [Sat, 15 Dec 2018 12:47:53 +0900] rev 0
initial commit