Search found 4 matches

by Dave
Sun May 24, 2015 7:04 pm
Forum: Software development
Topic: New Multiwii Serial Protocol
Replies: 409
Views: 230906

Re: New Multiwii Serial Protocol

typo ? $M < [code][data][checksum] 1 octet '$' 1 octet 'M' 1 octet '<' 1 octet [code] several octets [data] 1 octet [checksum] messages are formated like this: $M>[code][data][checksum] 1 octet '$' 1 octet 'M' 1 octet '>' 1 octet [code] several octets [data] 1 octet [checksum] '>' and '<' are human...
by Dave
Thu May 07, 2015 10:14 am
Forum: Connecting elements
Topic: Interfacing MultiWii with another board
Replies: 3
Views: 1945

Re: Interfacing MultiWii with another board

Thanks!
I suppose you mean this Protocol right?
I found it looking for telemetry.

Just one more question: do you know whether UART ports are enables as default on the board? Or should I set something in the code?
Regards
by Dave
Thu May 07, 2015 7:11 am
Forum: Shields, boards and sensors
Topic: Spektrum-DX6i-Transmitter (No RX signal )[FIXED]
Replies: 4
Views: 3716

Re: Spektrum-DX6i-Transmitter (No RX signal )

Hi
did you get your RX working?

I have a similar problem
by Dave
Thu May 07, 2015 7:02 am
Forum: Connecting elements
Topic: Interfacing MultiWii with another board
Replies: 3
Views: 1945

Interfacing MultiWii with another board

Hi all guys! I'm a newbye here. I got one MultiWii board some time ago a played a little bit with it. I found the code and the all software stuff amazing! Now I d like to connect my MultiWii to another board (in my case Beaglebone Black). Why? Because I need to process datas coming from the board. T...