Page 1 of 1

What is the status of crazyflie-lib on Android?

Posted: Thu May 07, 2015 3:02 am
by unlimitedbacon
Hi Guys,

I'm interested in doing some work on the android client since I thought this would be a good project for getting into android development. I wanted to start off by adding a battery indicator and some flight instruments. It seems like the crazyflie library included with the android client incomplete, though, and I'm afraid that finishing it is more than I can handle right now. Is anybody working on working on this, or is there a java lib out there somewhere with working data logging?

Re: What is the status of crazyflie-lib on Android?

Posted: Thu May 07, 2015 12:32 pm
by chad
Forum member derf is the developer behind the Android client. He can probably give you status and pointers concerning that client and its dependencies.

Re: What is the status of crazyflie-lib on Android?

Posted: Sun May 10, 2015 11:20 pm
by derf
Hi,

Unfortunately I'm still behind my own schedule for the Java library. :?
I started to partially re-implement the lib and tried to stay as close as possible to the Crazyflie Python lib this time.
Dealing with parameters works pretty good so far. Logging is the next thing on my list.
After a vacation that's coming up, I'll focus on finishing and releasing the library.
Once the library is done, adding logging features to the Android client should be pretty straight forward.

So yes, someone is working on it. It just takes a little bit more time. :)