felixge / node-ar-drone

A node.js client for controlling Parrot AR Drone 2.0 quad-copters.
http://nodecopter.com/
MIT License
1.76k stars 428 forks source link

External sensors #163

Closed cipek closed 5 years ago

cipek commented 5 years ago

Is it possible to connect external sensors to the drone and read data from it via node-ar-drone? I believe that would require some modifications to the library itself, but is the drone able to transmit data from the sensor to the node.js server?

wiseman commented 5 years ago

Yes. See http://lemondronor.com/blog/indexphp/2013/4/cheap-ads-b-on-amateur-drones and https://github.com/wiseman/webflight-traffic for an example of reading a USB-based sensor on the drone.