Hello,
'Smartbond IOT Sensor App' writes all data to a .log file.
Is there any easy way to parse those data? Like for example putting time/acc/ x-y-z values in a matrix for further analysis?
Thanx,
Aris
Keywords:
Device:
Hi Jyro,
We dont provide a parser for the .txt file of the wearables application output, you will have to create a custom parser in order to do this, or you can use a parsing tool. A quick way i can think of to proccess the data would be via an excel sheet tool, you can import the data from the text file and use the TAB dellimiter in order to devide them into columns, then you filter out the ACC, GYR, MAG data and have the data exported in a matrix.
Thanks MT_dialog
谢谢很多!
我将试着我t out!