Hello,
I am collecting accelerometer,gyroscope and compass data from Invensense 9150 using empl-client. What i do is type Inva,invg,invc to get the data from the sensor and save them in .csv type of documents. When I open those documents,I get all the data in 1 coloumn.
example:
Accel : -0.12 0.14 0.16
gyro : 1.21 1.67 3.21
compass: 21
is there anyway i can get all x,y,z axis of accel,gyro and compass on different columns in .csv file?
example:
accel X accelY accelZ gyroX gyroY gyroZ
-0.12 0.14 0.16 1.21 1.67 3.21
Please let me know. Thank you
- Log in to post comments
phpbb Topic ID
16803