Everything "ADK" is completely unrelated. The software bundle on the downloads page include a few pre-build Android apps (e.g. HelloIOIO.apk). ioioapp is a different thing, it is firmware for the IOIO, not Android apps. If you want to use NDK you're looking at quite a lot of development on your end. IOIOLib is pretty elaborate. You'd be going into uncharted territory. What exactly are you developing that's latency sensitive? Perhaps there's a better way to do it, either by writing only a small portion of your app in C++ or running some of the realtime stuff on the IOIO.
On Wed, Apr 23, 2014 at 8:35 AM, Emmanuel Michon <[email protected]>wrote: > Hello, > > I received from sparkfun a ioio board, I could upgrade it this way using > ioiodude on a Linux PC : > > IOIO Application detected. > > Hardware version: SPRK0020 > Bootloader version: IOIO0400 > Application version: IOIO0500 > > (I upgraded the app to 0500, I think the rest is out of the box). > > Now I'd like to run the app, or some sample ADK-enabled app under Android > ; for this purpose I use the red OTG cable, plug the power to 12V, switch > on "A", disable ADB debugging on phone, and the phone USB stack recognizes > a new hardware. (Not sure it's a host or device at this point, my > understanding is that is meant to work with the phone being the device.) > > Unfortunately, neither IOIOManager, IOIOHardware, ADK 2012, ADK DemoKit > seem to be able to interact with it. > > Where can I find an .ioioapp binary (already built please...) to make a > basic functional test and blink a led ? > > (Btw can the ADK_Beta : firmware/SPRK001?.hex files be fed into ioiodude > write!? what is this ?) > > Is there hope I can talk to the device with plain C using the NDK ? I'm > not fond of java (not at all). I plan to process inputs to outputs using > neon assembly so I don't want to lose time running the dalvik nonsense, > latency verified with a digital scope. > > Thanks... > > -- > You received this message because you are subscribed to the Google Groups > "ioio-users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/ioio-users. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "ioio-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/ioio-users. For more options, visit https://groups.google.com/d/optout.
