Crazy flie control from windows 7 console visual studio 2008

Firmware/software/electronics
Post Reply
bootstrap
Beginner
Posts: 2
Joined: Thu Apr 02, 2015 8:56 am

Crazy flie control from windows 7 console visual studio 2008

Post by bootstrap »

Hello,

I want to control the crazy flie from a c/c++ application in windows (possibly a console application).Could some tell me how to do it?Are there sample visual studio projects to do it?Please let me know.Thanks in advance.
arnaud
Bitcraze
Posts: 2538
Joined: Tue Feb 06, 2007 12:36 pm

Re: Crazy flie control from windows 7 console visual studio

Post by arnaud »

Hi Bootstrap,

There is currently no example for controlling Crazyflie form a visual studio C++ project.

The closest I know about for the C++ part is a lib that can communicate with Crazyradio and Crazyflie using libusb: https://github.com/fairlight1337/libcflie/

As for the VisualStudio project, some people seems to have gotten that running but I have not seen it shared yet. When we get one example out there we need to document it in the wiki.

Good luck.
LexxSbg
Beginner
Posts: 4
Joined: Sat Jul 02, 2016 9:11 pm

Re: Crazy flie control from windows 7 console visual studio 2008

Post by LexxSbg »

Hy Guys,

did you know about a shared code? Because I will also controle the crazyflie 1.0 with an C++ application in VisualStudio (Windows).

best regards Lexx
Post Reply