Skip to content

Commit a8d657f

Browse files
committedMar 8, 2017
Remove refernce to npm-parrot-minidrone
1 parent 2289476 commit a8d657f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎events/nodebots-nz-js-con-2017.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ Alternatively, if we're out of drones, then pickup a sparkfun inventors kit and
2828

2929
Although you can use the Parrot Mini app for for [iOS](https://itunes.apple.com/us/app/freeflight-mini/id1137022728?mt=8) or [Android](https://play.google.com/store/apps/details?id=com.parrot.freeflight4mini&hl=en) that's not nearly as fun as controlling it with JavaScript!
3030

31-
There are a number of npm modules that can control the Parrot drones, but the two that look the most promising are [npm-parrrot-minidrone](https://github.com/fetherston/npm-parrot-minidrone) and [node-rolling-spider](https://github.com/voodootikigod/node-rolling-spider).
31+
The npm module you're going to want to use is [node-rolling-spider](https://github.com/voodootikigod/node-rolling-spider). When you grab your drone we'll tell you the Bluetooth name so that you can use that to connect with.
3232

33-
We'd recommend getting a simple example working first just to get used to how everything connects. Both of the projects linked above example projects in the repo itself.
33+
We'd recommend getting a simple example working first just to get used to how everything connects. There are examples inside the above module in the `/eg` folder.
3434

3535
What's next? It's up to you!
3636

0 commit comments

Comments
 (0)
Please sign in to comment.