Search found 3 matches

by MCFurry
Fri Dec 23, 2016 8:18 am
Forum: Support
Topic: m2 blinking alone, VCC at 0
Replies: 3
Views: 2277

Re: m2 blinking alone, VCC at 0

I experienced similar phenomena once some while ago. For me it was simply that the red wire from the battery connector had almost broken loose from the PCB. Simply stripping it an resoldering fixed the issue for me at least.
by MCFurry
Tue Feb 09, 2016 1:00 pm
Forum: Developer discussions
Topic: Crazyradio with Matlab
Replies: 10
Views: 14861

Re: Crazyradio with Matlab

The way I did it is to write either a mex-function for interfacing with matlab, or a c-style level 2 s-function to communicate with simulink. Both functions are then linked to libcflie . It works pretty well. Although, you can only send the thrust,roll,pitch,yaw control values to the copter and retr...
by MCFurry
Thu Jan 07, 2016 9:42 am
Forum: Developer Discussions
Topic: libcflie
Replies: 24
Views: 19004

Re: libcflie

For those interested, I succesfully compiled libcflie and the examples in windows with some help of Luminita from this forum. Steps are roughly as follows: - Install MinGW: Download and make sure the system PATH variable is up to date after installing. - Install cmake-gui: Download (Installs with GU...