node-rolling-spider
node-rolling-spider copied to clipboard
A library for controlling a Parrot Rolling Spider drone via BLE.
It appears as though the line `setTimeout(rollingSpider.land, 5000);` fails with an undefined error because `setTimeout` is setting `this` to the global scope. I'd be willing to contribute a fix if...
NODE-ROLLING-SPIDER Team, First off, great job! This is awesome work. I am having issues with connecting to the rolling spider. I first tried just copy / pasting your posted code,...
would be nice to have api to access a camera. Not sure if firmware supports live data transfer ( still or video) but at least "grab a picture and save...
when i start the program three things happen. 1, it flies (very rarely) 2. nothing 3. noble warning unknown peripheral exxxxxxxxx. what do i do?
Colleague is running successful with Mac, I am running Ubuntu 14.04 with noble, temporal, rolling-spider, and bluetooth-hci-socket node modules. Discover showed my minidrone 1: RS_B075911 (e014b3783d48), RSSI -54 When I...
Do any of you have any idea if it is possible to add a support for free fall take-off? The app has this feature, so it should be also possible...
I used the discover.js program to discover my rolling spider, then ran a test program. Node.js cmd prompt shows that the program is running, and there no errors, but still...
Hi! Recently I have been starting to develop APPs based on Meteor, and I would like to develop an APP that allow users to drive a rolling spider using your...
first of all thanx for the really cool stuff here. iam trying to start with some really simple commands, as documented in the readme or in the eg. just takeoff,...