Smartbond IOT Sensor App - how to parse .log file

3 posts / 0 new
Last post
Jyro_gr
Offline
Last seen:3 years 9 months ago
加入:2016-04-22 23:10
Smartbond IOT Sensor App - how to parse .log file

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

Device:
MT_dialog
Offline
Last seen:1 week 3 days ago
工作人员
加入:2015-06-08 11:34
Hi Jyro,

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

Jyro_gr
Offline
Last seen:3 years 9 months ago
加入:2016-04-22 23:10
谢谢很多!我将试着我t out!

谢谢很多!
我将试着我t out!