-
Should I use service or/and alarm manager to download log entries from the board?
by Eric ·https://mbientlab.com/androiddocs/latest/metawearboard.html#connection-state -
Adding on GPIO channels
by Eric ·That depends on what you're most comfortable with. If you're not sure, then stick with the original idea of modifying the gpio code. -
Adding on GPIO channels
by Eric ·Please see my earlier post regarding a general overview on what you need to do. Alternatively, it may be easier to create your own SensorFragment subclass, in the same way done by the BarometerFragm… -
Trouble handling motion events
by Eric ·You can mimic an if-else branch by using two passthrough filters (P1, P2) in conditional mode where only one permits data through. Assuming P1 represents no motion, when data passes through, it will… -
Windows 10 Laptop
by Eric ·http://community.mbientlab.com/discussion/comment/2412/#Comment_2412 -
Stream Gyro data to PC
by Eric ·You need to forward characteristic changes to the API.https://mbientlab.com/cppdocs/0.4.0/btlecommunication.html#characteristic-changes -
CPRO NoMotion Detection
by rcaboni ·It's possible detect NoMotion and stream fromYAxis or fromAxies (for this the code is in http://community.mbientlab.com/discussion/comment/2464#Comment_2464) at the same time ? -
Only Y axis filtered from Accelerometer
by rcaboni ·Thank you very much, Erik, -
More Accurate Temperature on R Pro?
by yo_ ·I read a post about someone who had a similar issue, (http://community.mbientlab.com/discussion/comment/1239/#Comment_1239) and it was mentioned that adding a thermistor to the R is possible. ( (http: -
How to make sure the sensor is actually working?
by Edwardsj ·I commented out the disconnect and let API handle the connection. Below is my code to 'initialize' the board. I saw that the board disconnected automatically. I think it's the signal indicating the s… -
How to make sure the sensor is actually working?
by Edwardsj ·Hi, -
Mutiple data at same time stamp
by Eric ·See my post from a previous thread with a similar question. -
Pairing error
by Eric ·http://community.mbientlab.com/discussion/comment/2252/#Comment_2252 -
Modify the Metawear C Firmware
by Eric ·Our firmware is not open source. However, we have no qualms with users who want to write their own firmware and the MbientLab website has a Getting Started guide on setting up the environment for wr… -
Accelerometer Readings
by Eric ·Acceleration data is 2 bytes per axis which have differing resolutions depending on the g range. You can refer to the C++ code to see how to interpret it. -
Android Logging
by stu68 ·@Edwardsj -
Macro Acceleromter
by rosemark0208 ·I found an older threadhttp://community.mbientlab.com/discussion/comment/1720/#Comment_1720 -
Best Practice to monitor MetaWare
by JpEncausse ·http://community.mbientlab.com/discussion/comment/2045/#Comment_2045 -
Inconsistent Sample Rate
by Eric ·Please see my post from a similar thread regarding this issue:http://community.mbientlab.com/discussion/comment/1792/#Comment_1792 -
Logging Acceleration Offline (n00b question)
by Eric ·* The key passed into setLogMessageHandler and the log method must match, same with subscribe/unsubscribe and stream. In your code, you are using different keys.