-
Service with temperature sensor
by almartinez ·Hi, do someone know how could I make this service to read the temperature each 10 seconds and then show it on the log? public class Servicio extends JobService { -
Linear Acceleration With Android API v2
by Eric ·* What Android device and OS are you running? -
high frequency streaming
by veronica ·Firmware version in the metawear device is 1.3.3. -
newbie Q on getting data from connected i2c device
by swend ·OK, thanks. Now, just wanted to close the loop on this... didn't work (it's where I started, actually). Ultimately, after eliminating all the other variables, my conclusion is that I hit the issue de… -
newbie Q on getting data from connected i2c device
by swend ·Thanks again Eric. I've got the read/write working for i2c on the board using your example code. But I do not have the same success with my i2c sensor. You don't have an i2c bus scanning util by any … -
Track the velocity(or average velocity) of a basketball being dribbled
by Lulli ·I'm new to all this so thanks for helping and having patience with me. @eric I'm trying to interpret the formula. So i'm looking at the formula -
Simultane gpio logging beta-03
by tobo ·Hi Eric, -
Simultane gpio logging beta-03
by tobo ·Hi Eric, -
Metamotion r IMU calibration
by paner ·In the same Class with the above code i have his: -
C++ Qt very slow
by ivancap ·Hi everyone, i'm using the C++ library with QT. I still have some problem in the integration since i needed to remove "delete new_task" [threadpool.cpp line 38] line for working but this is… -
probably bug at sensor fusion beta-03
by tobo ·Hi Eric, -
Problem with single axis data
by rajmishra ·Not able to get data from single axis, though there is no problem with multi axis data streaming. -
Update to specific firmware version
by Eric ·The code snippet you provided ran without any timeout issues on my Android device. Did the motion route or logged data route time out? -
Read gyro/accelerometer data with lower sampling rate
by pradeepvr ·Hi @propan, thanks for the help. The above code is not fetching data every 2 seconds, I am getting data every 50 milliseconds. Below is my code snippet. try { -
I2C communication
by didlich ·Hi all, -
Pulse filter error
by rajmishra ·Thanks Eric, -
Pulse filter error
by rajmishra ·Hi, -
Android Heart Rate App
by pradeepvr ·Hi Guys, I am trying to read heartrate data from Android with below code snippet, but its not working. Heartrate sensor light is not switching ON, any help would be grateful. public void startHeartRa… -
APP Template can't find my CPRO
by topshield ·I also forgot the acceModule.start(); but I got the next problem -
Removing existing timers
by DionnV ·I'm currently working on an App which communicates with a MetaWear RG.The main theory is that the board schedules a timer which logs temperature data. Whenever a device with the app open is near, it …