2026-01-09 2:15 PM
I am trying to use some machine vibration data to identify running condition. In my use case, i was able to create decision tree and configuration file in sensor with MEMS studio 2.2.0, but the sensor is not detecting any decision tree information.
the decision tree information is stuck at 0x00.
my decision tree label value:
1 ---> not running ( no accel vibration detection)
4 ---> running
feature.arff file few lines: using acc_v and gyr_v information.
@relation 'MLC'
@attribute F1_VARIANCE_ACC_V numeric
@attribute F2_VARIANCE_GYR_V numeric
2026-01-14 8:16 AM
Hi @b4r ,
You can share the mlc_settings.json file, the dectree, if possible, and the output.json configuration. If this is sensitive data, you can send it to the online support opening a ticket.
It is difficult to provide support without these data.
Thanks!
2026-01-21 11:34 AM
hi @Federica Bossi ,
i have found problem in setting MEMS configuration. I was loading last know working setting of mems sensor.
MLC is working fine after manually selecting all setting for mems .
thanks