dushdushyant
About
- Username
- dushdushyant
- Joined
- Visits
- 74
- Last Active
- Roles
- Member
Comments
-
We are also using a Sony D2212 phone , which runs on Android 4.4.4 The MetaWear official app works but the MetaBase crashes.
-
Thanks Igleasain, The link you provided has a good information and helped us answer a couple of questions that we were having. Now post serialization of the board we are being able to download from it. The only problem that arises is after a…
-
Nexus 7 ASUS tablet, with Android 6.0.1 We have a couple of them and in one, the Metawear or the metabase app fails to discover any metawear board , but the native bluetooth app can find the boards. Custom android apps with the metawear api can a…
-
This is happening on a new Board too
-
Hi lgleasainwe tried implementing those apps, and were successful upto a certain extent. the problem arises when we try to create a RouteManager object to establish the route for downloading the logged data. I am specifically talking about this…
-
Can you share with us a code snippet how we do a download of the logged sesnsor data. How we define the route and then initiate the download process. Been going through the API and documentation but in vain. Even tried to replicate the Temper…
-
Further tried using ,but getting a null pointer exception on the RouteManager obj route RouteManager route= mwBoard.getRouteManager(0); // here 0 is the value of result.id from , // RouteManager result while setting the board to start logging the…
-
Initially tried with this:but not getting any data, onFailure function does not return any error. accModule.routeData().fromAxes().log("log_stream") .commit().onComplete(new AsyncOperation.CompletionHandler() { @Override public v…
-
Dear Eric, Thanks , we went extensively through the API docs and are now able to * fetch streaming data, * configure sensor to log data. However, we are still not able to get the earlier logged entries, can you show us to a way how do we pa…
-
I guess this would be an example to log data from an accelerometer, but I don't know why this is not working. public void startDataLogging(){ try { mwBoard.getModule(Accelerometer.class).routeData().fromAxes().log("accel_log_key").co…
-
The logger module just says , logModule.startLogging(); but how will I know how to log from a specific sensor?
-
Thanks Eric, Meanwhile I connecting to the board over android BLE library and could lay my hands on the raw data stream , advertisment data. My question is what profile /standard specific to mbient sensors , like we have a standard iBeacon protoco…
-
Thanks Eric for the prompt reply, I was looking beyond the Metabase App, say we want to connect the sensors to a bluetooth(BLE compatiable) bridge rather than work it out from the app. See , we will require to connect to multiple of these sensor…
-
Thanks Laura, updating the firmware of the Board has done the trick. I am now able to get the accelerometer streaming data with Board Firmware @ 1.2.1 and Hardware rev 0.2 Thanks , Dush
-
Similar scenario here: I have a Metawear C with firmware ver 1.1.2 and hardware 0.2. The problem is even with the Android Sample App 3.4.8 the Accelerometer sensor gives no sampling data (although the board does not report any error on selecting …