-
Multiple MetaWear C connections
by Deepak010 ·Hello, -
RMS filter for C-type sensor
by mikesv ·That worked! Thanks a lot! -
Timer in Macro
by propan ·Hello,I'm trying to implement a battery status indicator which would work when device is not connected and which would start on the boot. For this I'm using data processor on fromBattery signal and p… -
RMS filter for C-type sensor
by mikesv ·Thank you Eric. Can you tell me why I don't get any output please? -
CPRO NoMotion Detection
by rcaboni ·I try to received a message from CPRO when the sensor is fixed.I would like to check if the person wear the sensor is motionless for 5 seconds. -
Only Y axis filtered from Accelerometer
by rcaboni ·Thank you very much, Erik, -
Difficulty using data processors
by Deepak010 ·contd.. -
Difficulty using data processors
by Deepak010 ·I tried to do what you said but still got some issues. The code I have is : accelCtrllr.routeData().fromXAxis() -
Difficulty using data processors
by Deepak010 ·I tried that too but after so much trying, I am still stuck. I used the code in my second comment and tried tweaking it a bit. Finally I ended up with this : final String streamKeyX= "x_axis_eve… -
Difficulty using data processors
by Deepak010 ·I also tried using this but failed to get any data from the board. accelCtrllr.routeData().fromXAxis() -
Difficulty using data processors
by Deepak010 ·Hey Eric, -
Accelerometer Data
by maryfertg ·Hi I need to work with 3 accelerometer axes of metawear. Now I am using only x axes but dont fix. Someone can help me please. I attach the code.Adding, Can I compare, plus, sustract the values of the… -
Difficulty using data processors
by Deepak010 ·I am trying to stream around 100 x,y,z data from the accelerometer prior and after a switch trigger. I am trying to use this code for this purpose: final byte sampleSize= 100; -
How to make sure the sensor is actually working?
by Edwardsj ·Hi, -
Unable to get step counter data
by hansmann2 ·HI @Eric, many thx for the comments. I've reduced the code to just do step counting now. I wrapped the readStepCounter method call in a task, that is currently requesting the step count every 5 seco… -
Using the Button on the C
by hansmann2 ·Many thx, @Eric, it works! Code below for all others that want to use the Switch class. -
Detecting Taps - error thrown
by hansmann2 ·OK, here we go. I am doing this after the "double Tap" log mesage -
Unable to get step counter data
by hansmann2 ·Argh, sorry, here is somethign I still don't get. -
No motion detection duration/threshold
by hansmann2 ·I currently use this now, but I get a ton of "motion" events. I would expect an event once no motion happened for the 10 seconds specified... Any ideas? -
Unable to get step counter data
by hansmann2 ·OK, so it seems some docs are out of data and the sequence seems very important.