-
unable to connect to some devices but not others
by stephen ·I'm wondering whats going on this line:if ([selectedDeviceIdentifiers containsObject:currdevice.name]) { -
How to make sure the sensor is actually working?
by Edwardsj ·Hi, -
iOS App Crash - Assertion Failed
by Adrenocortico ·If it could be useful, my code crash (when iPhone is locked) when "a" of the if cycle is true, so when the hapticBuzzer starts. -
IOS Filter Bugs?
by rosemark0208 ·Either I'm missing something in the docs... or the IOS filters might have some bugs? -
Potential but in Comparison filter
by rosemark0208 ·Can you combine "Comparison" filters in IOS to create a range filter? For instance, unless I am mistaking I believe this should work... -
Firmware v1.1.3 Released
by kuubus ·After upgrading to the latest/this firmware on the Metawear C the 'accelerometerBMI160.orientationEvent' is streaming the orientation now instead of sending an event when orientation changed. Is this… -
GPIO with C#
by maged ·I am able to retrieve the data using "mbl_mw_gpio_read_digital_input", but the monitor function does not respond to any change, I am using the CppAPI_v0.3 directly, and I've tried a few set… -
Event on BLE disconnect
by Eric ·The code in the onSignalActive function is for MetaWear commands only, and they are executed on the board, not on your app. -
Event on BLE disconnect
by Eric ·I don't think you understand the purpose of matthewpjw's request. The point of this feature is so the board can react to a btle disconnect event, which you setup with the provided code snippet. If … -
Defective Pulse Sensor?
by DodiTyson ·You need to set one of the GPIO pins low in order to enable to hear rate sensor. -
Defective Pulse Sensor?
by pdupuy ·Thanks Eric. I saw the docs but there's nothing explicitly about setting a GPIO pin low. If that's a requirement, why doesn't the example application do it? -
Defective Pulse Sensor?
by Laura ·pdupuy, -
Losing Signal Outdoors
by Laura ·calebwong, -
Connection problems with MetaWear RG - doesn't connect unless charging
by Laura ·physiowear,If you tried everything and you believe that it still doesn't work, we will replace your MetaWear free of charge (pending that there are no defect or damage done to your board). -
C++ API v0.1.0
by Eric ·Version 0.1.0 is the first release of the MetaWear C++ library. The library is still in development so future releases may introduce breaking changes. Precompiled Linux shared libs and release notes… -
Enabling and disabling Ibeacon/advertisement through events in a disconnected state
by Whulfs ·Ok, so I'm using the Metawear to detect orientation changes and notify an intel edison of the moment via ble advertisement packets. This part of the project works well! I'm successfully reading the p… -
Android API v2.1.0
by Eric ·Version 2.1.0 enhances support for the I2C data, addresses some bugs with the macro module and data processors, and adds more features to the data routes, MetaWearBoard class, and debug module. Jar … -
Android App v3.1.0
by Eric ·Version 3.1.0 makes minor UI changes to the home panel, supports boards in MetaBoot mode, redesigns the UI for firmware updates, and has a few implementation changes. As always, a direct download of… -
Logging Acceleration Offline (n00b question)
by Eric ·///< When you serialize -
Python API?
by Laura ·siddrajput,Can you try to reverse engineer it form the LED function/API calls in the android code?