SPECS
About
- Username
- SPECS
- Joined
- Visits
- 28
- Last Active
- Roles
- Member
Comments
-
Hi Laura, I'm happy to hear the ENV will be supported soon. It's a huge disappointment though that the ENV does not have a gyro as stated on the webpage at the time I bought it. Anyway I hope you get the ENV up an running very soon. Chee…
-
Hi Eric, Thanks for the reply. Really? You sell a sensor that is not supported yet by the API? I'm in a time sensitive project. Can you give me any time frame when the android API will support the sensor? Does another API already support the Meta…
-
What I'm trying to do here is accumulating low frequency movements with the following chain: LowPassFilter (Accelerometer) > get rid of high frequency movements RMS > get amount of instantaneous low frequency movement Accumulate > get a…
-
As mentioned earlier I would like to apply the lowpass filter to the three axis of the accelerometer simultaneously to than pass it to the RMS filter. Now I did realise however that the input size for the low pass filter is limited to 4 bytes. Is i…
-
... I chained a Math filter multiplying the output of the lowpass filter with 2 and this also fixes the problem. Meaning that I don't need the sign transformation to get meaningful data. PS. Does not work if I just multiply by 1.
-
I'm using firmware v.0.86. After some more testing it actually seems that the filter might work ok but that there was a problem with the data readout. This is what I did in the read out callback: public void receivedFilterOutput(byte filt…
-
To Mistra:Just in case, you still need it. I was abel to connect two devices by duplicating the MetaWearBleService for each device. Still needs some testing. But as a quick solution it might be ok.
-
+one. Any news when you plan supporting multiple devices for android?