Hello
I've got DcDuino board, fully compatibile with Arduino UNO .
I'm trying to load sketch that uses kalman filter to estimate attitude. It uses 6x6 matrices.
Code between marks " //// [[[[]]]] //// " has been checked in visual studio and is vorking perfectly good.
But when I want to load it into arduino, serial port print nothing. Only L LED blinks one, showing that setup{} loop has been initialized.
My previous project was Kalman filter for 2x2 matrices, which was working superb. I can load it, and serial prints everything I want.
I'm using MatrixMath library from arduino playground, it has been checked in visual studio of course.
Any ideas what is not working? Too many operations?