hybridgroup / cylon

JavaScript framework for robotics, drones, and the Internet of Things (IoT)
https://cylonjs.com
Other
4.2k stars 361 forks source link

Anyone with examples or adaptor to use that with Makeblcok Orion o Mbot? #325

Open acacha opened 8 years ago

acacha commented 8 years ago

Hello everyone and congratulations for your amazing job!

I haven't found any examples or references of how to use Cylon.js with Makeblock Orion or Mbot robot? Anyone could help me please?

deadprogram commented 8 years ago

Hi, @acacha

Since I do not have either of those devices, I took a quick look at their website.

The Orion should be able to be used with https://github.com/hybridgroup/cylon-firmata as are most Arduino compatible devices.

To use the Mbot, you would need to have some additional software on the MBot itself running to handle the Bluetooth or WiFi communication. There are a number of examples of simple serial communication, actually cylon-rapiro does this. Serial over Bluetooth is the same thing, more or less. Wifi communication would require a bit more effort, there are several projects around that do this I think?

Anyhow, hope that helps!

acacha commented 8 years ago

Hi @deadprogram thanks! Asap I will try your recommendations.