-
Is there a way to calibrate accelerometer on C-boards?
by mikesv ·Hi Eric, -
Adding a data route timed out after 10000ms and non-zero status: 8
by Deepak010 ·Hello, -
RMS filter for C-type sensor
by mikesv ·Thank you Eric for the suggestion but I am getting a very strange results now. -
Multiple MetaWear C connections
by Deepak010 ·Hello, -
RMS filter for C-type sensor
by mikesv ·That worked! Thanks a lot! -
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 Eric ·Sorry about the bad example; I have corrected the example. -
Difficulty using data processors
by Eric ·Override the CompletionHandler.failure function and see if any errors are being passed back. -
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, -
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, -
Android Logging
by stu68 ·protected void streamData() { -
Android Logging
by stu68 ·I am trying to get the logging functionality working with the current API. It seems to be working fine except not all of the data seems to be getting transferred into an arraylist that I'm trying to … -
How to Maintain Name after Firmware Update
by stu68 ·Not exactly - I was using the HomeFragment code from the sample app and added the command to the reconnected override: