Anyone has experienced in communication a Matek flight board with an arduino?
I want to store the data of the flight controller sensors into an Arduino Mega board (if possible).
Is it possible through the I2C connector?
-Pablo
Anyone has experienced in communication a Matek flight board with an arduino?
I want to store the data of the flight controller sensors into an Arduino Mega board (if possible).
Is it possible through the I2C connector?
-Pablo
Here is the guide.
Which data are you talking about? Ardupilot is capable of storing on-board data to SD card.
It should be serial connection (UART).
By data I mean:
Barometric data
GPS
Speed
Temperature
Compass
Pitch/Roll
And so on
Thanks for your help Mustafa, you are making the progress of the project quite good
Onboard logs have everything you need.
Take a look at the wiki about onboard logs.