-
Problems on reading/writing through I2C
by gtx77 ·Hi Eric, -
Problems on reading/writing through I2C
by gtx77 ·LineData data = chart.getData(); -
Problems on reading/writing through I2C
by gtx77 ·//We are going to setup the first communication through i2c to get the differential value of CH2-CH3 -
Problems on reading/writing through I2C
by gtx77 ·Hi Eric, -
Problems on reading/writing through I2C
by gtx77 ·Hi Matt, -
High Pass Filter
by stu68 ·I have working code built with the older API. I was able to get the filtering to work on the older API, but the documentation for 2.4.0 doesn't seem to explain how to enable the high pass filtering (… -
Problems on reading/writing through I2C
by gtx77 ·Hi all, -
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… -
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… -
Logging Acceleration Offline (n00b question)
by JpEncausse ·Hi Eric,I have rewrite my code to be compatible with v2.5.26 (many changes ! but better API) -
Android API v2.0.7
by Eric ·A small update to the v2.0.0 library has been released. The update makes some changes to the underlying implementation and renames a few methods / variables to better reflect their intents.