-
Problems on reading/writing through I2C
by gtx77 ·Hi all, -
Event on BLE disconnect
by biospank ·@Override -
Resume operation after battery exchange
by sonalideo ·The led example works but can't really get it to work for the stream and logs like below.Any modifications that are needed? Code works fine when running inside a macro for the first setup and also de… -
split branches
by minmax ·Yes, I meant execution on the board, not in the Java code that creates the route. -
Accelerometer single axis sampling
by minmax ·Hi, -
Best Practice to monitor MetaWare
by JpEncausse ·Hi Eric, -
Downloading logs
by stu68 ·I have the logging mostly working now, but when downloading it seems to hang while downloading and never reports nEntries left == 0. Here is sample log entries and code: -
Downloading logs
by stu68 ·Here is my loop code: private void accelerometerMe() { -
Downloading logs
by stu68 ·I moved the route manager stuff into onServiceConnected: @Override -
Downloading logs
by stu68 ·private final Runnable downloadLogs= new Runnable() { -
Downloading logs
by stu68 ·public void accelerometerMe() { -
Downloading logs
by stu68 ·I did get stream working. Here's what I got so far with the attempt at logging. I guess I don't understand what "triggers' the success(RouteManager result). I have everything else working, I am … -
Downloading logs
by stu68 ·1.) When I run the FreeFall demo I get NullPointerException on loggingModule.startLogging(true); -
Downloading logs
by stu68 ·I'm trying to use the new Route Manager, but am having difficulty figuring out exactly how to download the log. I am trying to just get the data from the X axis on the Accelerometer for now. I looked… -
Best Practice to monitor MetaWare
by JpEncausse ·Orientation logging and streaming works. How do you debug with LED ? (I dont understand the use of a macro in the Exemple) -
Logging Acceleration Offline (n00b question)
by JpEncausse ·Ok so I added a button to explicitly serialize the board and it seems to work. -
NullPointerException on Accelerometer object
by Deepak010 ·Hey Eric, -
NullPointerException on Accelerometer object
by Deepak010 ·The code flow goes like this public void onServiceConnected(ComponentName name, IBinder service) { -
NullPointerException on Accelerometer object
by Deepak010 ·Hey Eric, I managed to come out of this issue. But bumped into another issue. The app now works fine with android lollipop. But when I run it on a phone running Android Kitkat, I get a NullPointerExc… -
a noob want to use kitkat to build a project. (helping..!!!)
by Mark_L ·Hi Eric,