diff --git a/apps/BLEcontroller/README.md b/apps/BLEcontroller/README.md index 3f9dfa6b8..ad2d5aad2 100644 --- a/apps/BLEcontroller/README.md +++ b/apps/BLEcontroller/README.md @@ -4,7 +4,7 @@ A highly customisable state machine driven user interface that will communicate Amaze your friends by controlling your robot, your house or any other BLE device from your watch! - +[![Video of watch and robot](./video.png)](https://www.youtube.com/embed/acQxcoFe0W0 "Control your robot from your Watch") To keep the messages small, commands are sent from the Controller to the BLE target in a text string. This is made up of a comma delimited string of the following elements: * message number (3 characters) diff --git a/apps/BLEcontroller/video.png b/apps/BLEcontroller/video.png new file mode 100644 index 000000000..bd25e26a2 Binary files /dev/null and b/apps/BLEcontroller/video.png differ