Search found 8 matches

by jordankid93
Tue Apr 21, 2015 7:25 pm
Forum: Developer Discussions
Topic: NodeJS script to control CF with BLE
Replies: 15
Views: 13017

Re: NodeJS script to control CF with BLE

Oh, I had no idea that number was so specific! I saw it in your original code and thought it was just a random value you chose haha. I've gone ahead and corrected that. I will start to look into controller integration with node as well. I imagine there has to be some modules available out in the wild
by jordankid93
Tue Apr 21, 2015 3:37 pm
Forum: Developer Discussions
Topic: NodeJS script to control CF with BLE
Replies: 15
Views: 13017

Re: NodeJS script to control CF with BLE

Thats great. I just merged my changes into the repo. I still want to look at the code for the python client to get a better understanding of how communication with the CF works, but if you have timed want to take a look at the changes I made and let me know if anything stands out to you I'd really a...
by jordankid93
Mon Apr 20, 2015 5:35 pm
Forum: Developer Discussions
Topic: NodeJS script to control CF with BLE
Replies: 15
Views: 13017

Re: NodeJS script to control CF with BLE

Also I'm not sure if you would want to be the person who publishes the npm package since this started off as your project or if I should go ahead and do that? I'm not quite sure how that who process works to be honest but would be able to find out
by jordankid93
Mon Apr 20, 2015 5:28 pm
Forum: Developer Discussions
Topic: NodeJS script to control CF with BLE
Replies: 15
Views: 13017

Re: NodeJS script to control CF with BLE

Ahh, good catch. I've gone ahead and removed the node-module folder from the repo, edited the README, and included a .gitignore to prevent anyone from adding the node-module folder back in.

About the name, I went with "crazyflie-ble" simply because it was to the point ha
by jordankid93
Mon Apr 20, 2015 5:02 am
Forum: Developer Discussions
Topic: Anyone interfaced with a MYO?
Replies: 2
Views: 2418

Re: Anyone interfaced with a MYO?

I played around a little bit with this today. I don't think I understand enough to tell the crazyflie any proper commands but getting the 2 communications was incredibly easy. I'll post what I did on github and link it tomorrow.

Btw, did you order your mayo off of amazon?
by jordankid93
Mon Apr 20, 2015 4:25 am
Forum: Developer Discussions
Topic: NodeJS script to control CF with BLE
Replies: 15
Views: 13017

Re: NodeJS script to control CF with BLE

Oh ok. I think I understand. I'll try looking at the aerogel code and see how it does things to maybe better understand the inner workings. I spent a few hours today making (what I feel) is a good node-module out of what you provided. I want to double check it before submitting a pull request but he...
by jordankid93
Sun Apr 19, 2015 1:10 pm
Forum: Developer Discussions
Topic: NodeJS script to control CF with BLE
Replies: 15
Views: 13017

Re: NodeJS script to control CF with BLE

Hey, sorry if this is a silly question but what is TOC? I haven't done any development with the Crazyflie / embedded anything before so I'm afraid I might not know what all the terms /acronyms mean. What would you recommend for getting up to speed with development of the CF specifically? I'm familia...
by jordankid93
Sun Apr 19, 2015 6:25 am
Forum: Developer Discussions
Topic: NodeJS script to control CF with BLE
Replies: 15
Views: 13017

Re: NodeJS script to control CF with BLE

Hey, I forked your repo and would love to help contribute to this? It's exactly what I was looking for!