Page 1 of 1

Output via serial certain sensor values from Toc

Posted: Sat Apr 06, 2019 12:04 pm
by colorsound
Hello Guys,

could you point me how could i output only certain values available in the toc via serial , like outputting just the estimate position , estimate orientation , temperature pressure ? , one or all this values via serial , but just the values itself without any other CF data .

thanks.

Re: Output via serial certain sensor values from Toc

Posted: Wed Apr 10, 2019 7:43 am
by tobias
I don't think that would be to difficult to do. The log values you can read though the logging API, example here. Then use one of the UART1/UART2 drivers to write it out.

Re: Output via serial certain sensor values from Toc

Posted: Thu Apr 11, 2019 8:50 pm
by colorsound
Thanks we, ll try that.