This program listens to a websocket and when the server sends the appropriate ASCII combinations through the websocket, the appropriate LED lights up (red, blue, or green).

Dependencies:   WebSocketClient mbed-rtos mbed

History

LED Remote is a program that listens to a websocket. The server sends sequences of ASCII characters to turn on and off the RED, BLUE, or GREEN LEDs on the K64F Freedom Board. default tip

2015-01-29, by brianh [Thu, 29 Jan 2015 01:27:03 +0000] rev 1

LED Remote is a program that listens to a websocket. The server sends sequences of ASCII characters to turn on and off the RED, BLUE, or GREEN LEDs on the K64F Freedom Board.


Very first commit of the LED_Remote program. It is a functional Websocket program and has been proven to work with Node.js.

2015-01-29, by brianh [Thu, 29 Jan 2015 01:12:59 +0000] rev 0

Very first commit of the LED_Remote program. It is a functional Websocket program and has been proven to work with Node.js.