There are many ways to control a microcontroller from an Android device,
with various levels of complexity and different pros and cons.

Some of the easier options:

   - Implement all your custom functionality on a microcontroller of your
   choice, make it controllable via UART, I2C or SPI and use the IOIO as a
   bridge between the Android and your controller.
   - Implement your functionality on the IOIO microcontroller (PIC24) as an
   extension to the existing firmware, then extend the IOIO protocol to
   provide access to that functionality and make the necessary changes to the
   firmware and IOIOLib to support those changes.


On Wed, Jan 21, 2015 at 2:20 PM, Vincent Nadon <[email protected]>
wrote:

> Hi,
>
> I created some functions in my microcontroler to automate some tasks.
> Instead of calling the pins on the microcontroler directly from Android,
> I'd like to call the functions I created.
>
> I saw another post about using the microcontroler (IOIO) as a slave device
> and Android as a host with USB OTG. That might do the trick?
>
> Any help appreciated! I am quite new to all this IOIO/Android world and I
> need to work on custom hardware for research.
>
> 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.

Reply via email to