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

README.md

Committer:
Jan Jongboom
Date:
2018-08-14
Revision:
2:f76a61a91e47
Parent:
1:8f3bde1e6384

File content as of revision 2:f76a61a91e47:

# Mbed Edge tutorial

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.

**Commands**

Send `+LED1\r` to turn the LED on.

Send `-LED1\r` to turn the LED off.

**Events**

When the on-board button was pressed `<BTN=XX\r\n` is emitted, where `XX` is the total button count.