Problem with 6-axis signal acquisition on NEAI
Hello,
I am developing a model for human activity recognition on NEAI based on LSM6DSOX module. I managed to deploy a vanilla version using gyroscope data only, and now I'm creating a new project to deal with 6 axis (3 from gyroscope + 3 from accelerometer). However, I am not managing to add the signals to my project, because the import signal functionality identifies a problem in my data acquisition. My input sequence via Serial is in the following shape:
acc_x acc_y acc_z rot_x rot_y rot_z, all of them separated by space.
NEAI says there's a problem with the data basically in every row, starting from the column 7 (where I start to collect this sequence of 6-axis for a second time). I am not experienced with NEAI, and probably this might be related to the way I'm sending the data, but I can't find the solution.
In my vanilla version, my print was in the shape "rot_x rot_y rot_z" and it worked fine. I'm using a buffer of size 64 (per axis).
How should I format the data in the serial exactly to be able to import them into NEAI without problems? Thank you!
