recover the roll and pitch values

Post Reply
abdess
Posts: 2
Joined: Tue Mar 15, 2016 6:30 pm

recover the roll and pitch values

Post by abdess »

Hello guys, I would need help, I am new to Arduino. For a project I use ADXL345 accelerometer and I use it for the program MultiWii the problem is that I need to recover the roll and pitch values displayed in the application.windows multixiiconf I circled in red on the picture. I need to recover all the values taken during the tests and be able to recover in excel or something similar.
thank you for your understanding and your help

Image

Kbev5709
Posts: 451
Joined: Mon Aug 17, 2015 5:56 pm

Re: recover the roll and pitch values

Post by Kbev5709 »

I'm not sure what you are asking for but if it is the default PID values here is a screenshot of the factory default PID settings. Sorry, I took them from a WinGUI but you can enter them in the conf. I have no idea how to translate a conf file into an excel.Image

abdess
Posts: 2
Joined: Tue Mar 15, 2016 6:30 pm

Re: recover the roll and pitch values

Post by abdess »

All my settings are good i have the good value in roll and pitch i just need to recover him into an excel or something else.

PatrikE
Posts: 1976
Joined: Tue Apr 12, 2011 6:35 pm
Location: Sweden
Contact:

Re: recover the roll and pitch values

Post by PatrikE »

WinGui and EZ gui have log functions that can save the telemetry data during the flight.
A Bluetooth or another wireless Telemetry link is needed though.

glenndmel
Posts: 1
Joined: Fri Apr 29, 2016 9:01 am

Re: recover the roll and pitch values

Post by glenndmel »

abdess wrote:All my settings are good i have the good value in roll and pitch i just need to recover him into an excel or something else.


It's easy to write a python script to take the values into excel.

User avatar
Hamburger
Posts: 2578
Joined: Tue Mar 01, 2011 2:14 pm
Location: air
Contact:

Re: recover the roll and pitch values

Post by Hamburger »

the standard MultiWii gui (your screenshot) only polls values every so often - you would miss most values in a series.
Probably must write your own polling code and somehow check if you are fast enough to get all values of the series.

Post Reply