-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Discover works fine, but unable to run index.js with success #74
Comments
I had the same problem |
Thanks roeku, you mentioned, the following - so the BLE stops scanning, and it can then set up
Also, there are 2 more things I should mention noble warning: unknown peripheral e014b3783d48 B. assuming it does not matter where I run the index.js files appreciate your help |
Go into lib/drone.js and add this line to 201 And then execute the index.js or another file in the eg folder. As far as I know this should resolve your issue. |
yippee !!!! that worked - many thanks I am still a little confused, why I had to include that one line of code in
regardless - I am very happy
On Fri, Jan 15, 2016 at 5:29 AM, roeku [email protected] wrote:
|
Thanks @roeku ! |
For us this solved the problem, but not after having to re-connect |
Edit:
|
Is this still an issue? |
yes, it is. Even in the latest updates version it still shows. I have windows 10 and using rolling spider. |
Problem solved... |
I simply changed my built in Bluetooth...all you have to do in windows is use zadig, select intel wireless Bluetooth and replace the driver to WINusb. To change back, simply download the update for the driver from intel, run the program, and click repair, then restart your pc for it too work. I dont know if changing this however, can effect how well the drone operates. |
And i just tried. again. Still not working, same error "noble warning: unknown peripheral exxxxxxxxxxxx". So i hit ctrl c on nodejs cmd prompt, and write the cmd again "node rs_test.js". The error doesn't come up, and the drone takes of and does what it was meant to. When it finishes, I write the same cmd again, and I get "unknown handle 3585 disconnected". After that i get the same noble warning error, and the drone doesn't fly again. Only flies once, then wont fly again until i reboot my pc and the drone. Even then, it's luck. 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 run index.js, just hangs
Any advice is appreciated,
also any pointers on how to get debugging or logging on also appreciated.
Apologies if I sound dumb..... still getting up to speed with node
Thanks for this great piece of code/functionality
The text was updated successfully, but these errors were encountered: