MindRove / MindRoveSDK

Apache License 2.0
5 stars 4 forks source link

Not same values when using the app and SDK #4

Closed sofiahernandezp closed 2 months ago

sofiahernandezp commented 1 year ago

I'm trying to retrieve data from the device using the SDK python codes. However, when compared to the data acquired through the application itself, the values are very different. Additionally, in the data acquired from the application when performing different gestures, it shows very evident peaks for each gesture, which is not the case with the Python code. It shows undefined signals regardless of the gesture being performed. I have attached two images, one showing the data obtained through the application, and the other showing the data obtained from the SDK. It has been confirmed that everything is perfectly connected, but the source of this significant difference is unknown. Data obtained from the app: output settings from the app:. settingapp

Data obtained from SDK: cap

Settings from SDK: 1 2 ![Uploading 3.png…]()

MindRove commented 1 year ago

Hi. The timescale seems to be different in the two graphs: 100 seconds for the app, and 5 seconds for the SDK. Could you show the SDK data from a 100 sec period?

Moreover, in the SDK you seemingly do not use any filters, while in the app the DC filter is switched on.