node-rolling-spider icon indicating copy to clipboard operation
node-rolling-spider copied to clipboard

A library for controlling a Parrot Rolling Spider drone via BLE.

Results 19 node-rolling-spider issues
Sort by recently updated
recently updated
newest added

I have the hydrofoil version of the rolling spider. When launched though Free Flight Mini, I am asked to choose between without hull or hydrofoil, and it works fine in...

I am able to get a single parrot drone to take off and follow commands using the standard single connection script, but I am unable to manually activate multiple drones...

# Error Report When attempting to `npm install rolling-spider` with Node 10, the optional `logitech-dual-action-controller` dependency causes a failure due to it's reliance on the `node-hid` package https://github.com/voodootikigod/node-rolling-spider/blob/master/package.json#L61-L63 https://github.com/olizilla/node-logitech-dual-action-controller/blob/master/package.json#L16 The...

Hello, how can i download a picture by Bluetooth ? Thank you

Hello. Is it possible to access the rolling spider sensor data? I am excited about the swarm potential but I would like to detect and respond to proximity to other...

enhancement
help wanted

hi voodootikigod, I am trying to send the commands direct over BLE Serial from my Arduino. I got it connected but sending the handshake or other commands does not work...

Re, All the member does not take off. This is my swarm var : "var swarm = new Swarm({membership:'RS_A112233,RS_B112233,RS_C112233',timeout: 10}); I can not control all the drones, only one of...

Hi hi hi! I'm using MacOS High Sierra 10.13.2 Noble does not work currently from the master branch for High Sierra. To work around this, there is a pull request...

Please, add callback to `startPing` so it will be easier to organize code in a callback-way.

Hi, I have issues with rolling spider, here is my console output. I have followed the NoBLE prequisites. ``` C:\Windows\system32>npm install rolling-spider > [email protected] install C:\Windows\system32\node_modules\usb > node-pre-gyp install --fallback-to-build...