Asked
— Edited
I need to see the connection protocol for the ar drone from the ARC ar drone tool.
Anyone that could show me the coding (any coding[preferably C#] or code from the SDK)
I need to see the connection protocol for the ar drone from the ARC ar drone tool.
Anyone that could show me the coding (any coding[preferably C#] or code from the SDK)
The ARDrone 1.0 had an SDK, and I am fairly sure DJ used that, so the actual protocol is not available. Parrot has not published an SDK for the 2.0 and has not responded to DJ or posted any answers in their developer forum, so it is fairly clear they are not interested in supporting 3rd party application development anymore.
The only way to get the protocol would be to sniff the wifi packets and reverse engineer it.
You could try searching Google to see if anyone has already done this. I understand you can get 1.0s comparatively cheap on eBay now though.
yea I don't see myself selling the ar drone 2 so im trying to find another way.
so parrot posted the protocols for the v1 but not the v2?
I know what i'm doing tonight.
playing with ar drone SDK and got this error(not a programmer)
is there a way to connect to the ar drone via the connections control?
Connection to the drone is via WiFi, the connections control is to COM ports or other EZ-Bs only.
Have you gone through the 30 previous tutorials? Jumping in at number 31 probably isn't the best idea if you've never used C# before.
SDK 2.0 has been released, you are probably better off looking for information elsewhere to be honest since as far as I know the interest in the 2.0 on here has been very limited.
ok thanks rich. my latest idea: ditch re-programming, wait for the ez-mini, add the collision setup and a hacked mini camera.
@thetechguru, what should I search in google?(key words/phrases)
I linked to the SDK, that's all you need. It should take you to the AR Drone forums where your questions will be more likely answered than here.
Looks like the new 2.0 SDK is Android (Java under Linux) and iOS only. No windows support as yet, although some of the posts on that forum are discussing running Ubuntu in a virtual machine to make it work on Windows. Probably not too helpful for EZ-B though.
Alan
how would I search this? what would I say? "The only way to get the protocol would be to sniff the wifi packets and reverse engineer it.
You could try searching Google to see if anyone has already done this."
ar drone 2.0 packet sniffing or similar.
you know how you said Dj couldn't get a hold of parrot and so he couldn't get the developer stuff?
Well, I found the open source code.
devzone.parrot.com/wiki/oss-ardrone2/Listing
may need to register though.
here is one of the source code files I downloaded. it looks promising.
udev-164.zip
also, found these forums on the camera video stream. seems like ive found something.
projects.ardrone.org/boards/1/topics/show/4282 projects.ardrone.org/boards/1/topics/show/4332
DJ, if you are reading this please respond and if possible take a look at all the stuff ive posted.
github.com/felixge/node-ar-drone#readme
github.com/liuyd07/ardrone-sdk-2.0
I wouldn't hold your breath for DJ to look into this, "the list" is already huge and with the revolution imminent I'm guessing he is more busy at the moment than usual (based on the fact he has barely been on the forum for the last few days). He will see it though I'm sure.
Lets hope so. Meanwhile we can still check this out.