jahara
About
- Username
- jahara
- Joined
- Visits
- 29
- Last Active
- Roles
- Member
Comments
-
Yes i have tested it all without logging and it works fine. As i said before now that i've reset the device receivedUnknownLogEntry is not being called?
-
OK but that still doesn't fix the initial problem.
-
Sometimes but not often i will getting a timeout from onfailure. The receivedUnknownLogEntry was being called until i reset the device and now it isn't. it usually says between 2 and 12 total entries.
-
@Override public void connected() { Log.i(LOG_TAG, "Connected"); try { accelModule = mwBoard.getModule(Accelerometer.class); accelModule.setOutputDataRate(50f); accelMod…
-
findViewById(R.id.start_accel).setOnClickListener(new View.OnClickListener() { @Override public void onClick(View v) { loggingModule.startLogging(true); accelModule.enableAxisSampling(); accelModule.start(); } });…