Hi,
I am a big fan of my
Sphero BB8 and wanted to interact with him using node-red. He is connected via Bluetooth on my rasp pi where node-red is also installed.
UI: I can press buttons to control my BB8 (sorry in french...):


Salesforce monitoring: Each time an error is raised in my salesforce web site, by BB8 blinks and turns his head in the left and then right. :

Voice recognition: I created a small client written in node.js that capture and understand what I am saying (speech to text) using the
microsoft oxford API and the output is submitted to node-red. I can then say things like "stop", "move forward", etc... and almost immediately my bb8 obeys...
This is just a start and I would like your opinion on how I can add more scenarios. Any ideas of awesome use cases?
Thanks!