This is the firmware for the 'Connecting devices to Pelion Device Management using Mbed Edge' tutorial

Committer:
Jan Jongboom
Date:
Tue Aug 14 12:27:31 2018 +0200
Revision:
2:f76a61a91e47
Parent:
1:8f3bde1e6384
Report stdin status back

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Jan Jongboom 0:2f1d715b6434 1 # Mbed Edge tutorial
Jan Jongboom 0:2f1d715b6434 2
Jan Jongboom 1:8f3bde1e6384 3 This is the firmware for the 'Connecting devices to Pelion Device Management using Mbed Edge' tutorial. It implements a simple proprietary serial protocol. Connect to the device on baud rate 115,200.
Jan Jongboom 0:2f1d715b6434 4
Jan Jongboom 0:2f1d715b6434 5 **Commands**
Jan Jongboom 0:2f1d715b6434 6
Jan Jongboom 0:2f1d715b6434 7 Send `+LED1\r` to turn the LED on.
Jan Jongboom 0:2f1d715b6434 8
Jan Jongboom 0:2f1d715b6434 9 Send `-LED1\r` to turn the LED off.
Jan Jongboom 0:2f1d715b6434 10
Jan Jongboom 0:2f1d715b6434 11 **Events**
Jan Jongboom 0:2f1d715b6434 12
Jan Jongboom 0:2f1d715b6434 13 When the on-board button was pressed `<BTN=XX\r\n` is emitted, where `XX` is the total button count.