Page 1 of 1

Using multiwii

Posted: Fri Jan 16, 2015 3:53 pm
by adhikariminmultiwii
Can we send the control signal to multiwii from computer via USB-FTDI interface instead of using wireless receiver?

Re: Using multiwii

Posted: Fri Jan 16, 2015 5:01 pm
by waltr
Yes, look up the MSP in the multiwii Wiki and also search the forums here as well as study the MW source code.

Re: Using multiwii

Posted: Sat Jan 17, 2015 5:13 am
by adhikariminmultiwii
Thank you waltr.

Re: Using multiwii

Posted: Wed Jan 21, 2015 7:07 am
by adhikariminmultiwii
Can we import the sensors information of MultiWii into the matlab using FTDI cable? , and Can we control the rotors connected to MultiWii using only FTDI cable for sending control signal directly from Matlab? Are there possibilities of doing so.

Re: Using multiwii

Posted: Wed Jan 21, 2015 3:55 pm
by waltr
Yes, use the MSP commands.
I have done this with a dumb terminal program running one a PC through the USB cable to a MWC.

Re: Using multiwii

Posted: Fri Jan 23, 2015 7:36 am
by adhikariminmultiwii
Hi waltr, always thank you for the guide lines. As i go thru I find MSP_SET_MOTOR and MSP_SET_RAW_RC useful for me but I am not sure where should I write this code into so that I can use only FTDI cable for sending signals to control motor from computer, I find many tabs when I open the source code for multiwii from Arduino.

Always thanks

Re: Using multiwii

Posted: Fri Jan 23, 2015 3:12 pm
by waltr
No change to the MW code.
Just send the MSP command string into the serial port through the FTDI USB to serial adapter.
I recommend taking the props off then experimenting with these commands until you understand how they work.