How to configure and synchronize LSM6DSO to Raspeberry Pi
Hi everyone!
I have a LSM6DSO iNEMO inertial module (purchased in 2015) and I have some problems. I hope someone can help me.
1) Configuration of LSM6DSO.
I have installed the Unico GUI program on my Windows PC, to configure my inertial module. When I open it and I choose my inertial module (LSM6DSO), then I press 'select device', the program closes.
Do you need to know the motherboard to which it is connected? Beacause I don't know which motherboard the inertial sensor is connected to. I was given the system already configured and I would need to view its configuration.
2) Synchronisation to Raspberry Pi.
I connect the LSM6DSO via USB on my Rspberry Pi. If I read the port with:
'cat /dev/ttyACM0'
Seven columns appear on the screen. Below I report the first lines as an example:
~8050;-0.620339;-0.535992;+9.421141;+013.7200;-000.2013;-006.9300
~8070;-0.597607;-0.601795;+9.010772;+012.5212;-000.7262;-007.1487
~8090;-0.684347;-0.433520;+9.486345;+015.0238;-001.2513;-007.2828
~8110;-0.670589;-0.577189;+8.971889;+012.4513;-000.4725;-006.4750
~8130;-0.646062;-0.486939;+9.464211;+015.1637;-000.9013;-007.5075
...
First column represents the time stamp. The second, third and fourth columns are the accelerations along x, y, z. The fifth, sixth and seventh columns are the angular velocities around x, y, z.
What is the meaning of the time stamp? Is there the possibility of viewing at what time the data was collected, in reference to the time of the Raspberry? I would need this information to synchronize the acquisitions of the LSM6DSO with those of the GNSS receiver (also connected to the Raspberry Pi).
Thanks!
