-
Notifications
You must be signed in to change notification settings - Fork 355
home
The IOIO is a board that provides a host machine the capability of interfacing with external hardware over a variety of commonly used protocols. The original IOIO board has been specifically designed to work with Android devices. The newer IOIO-OTG ("on the go") boards work with both Android devices and PC's (details here). The IOIO board can be connected to its host over USB or Bluetooth, and provides a high-level Java API on the host side for using its I/O functions as if they were an integral part of the client.
You can purchase a IOIO board online from Sparkfun Electronics, Jaycon Systems, IOIOMint version from Adafruit or the Droidalyzer IOIO board from Seeedstudio. Droidalyzer IOIO has some additional features: onboard LiPO, header pins, USB power option, Bluetooth dongle, alcohol sensor and app, and laser cut mint tin case.
You can get answers to questions and get news about IOIO on the ioio-users discussion group.
The IOIO Gallery lists various IOIO projects to give you some ideas of what you can do with IOIO.
And this is the blog of Ytai, the inventor of IOIO, where new developments are normally announced. Specifically, this introductory post provides a good overview of this technology.
- Read This Before Connecting - a really short must-read for the impatient to avoid damaging the board.
- IOIO Beginner's Guide - a "getting started" step-by-step tutorial for building your first IOIO application.
- Getting To Know The Board - information about the board and the I/O pins.
- Power Supply - how to power the board, power considerations.
Android:
PC (only for IOIO-OTG):
- IOIOLib Basics - overview of IOIOLib.
-
IOIOLib Core API - introduction to the
IOIO
interface. - IOIOLib Application Framework - an important set of utilities that simplify IOIO-based application authoring.
- Digital I/O - get those 0's and 1's in and out.
- Analog Input - measure voltage.
- PWM Output - generate pulse width modulation signals.
- Pulse Input - measure pulse width and frequency.
- UART - communicate with serial devices.
- SPI - control SPI devices as a host.
- TWI - control I²C and SMBus devices as a host.
- Downloads - this page has links to download all the software and firmware you'll need for development.
- Release Notes - change log of the various versions of the software and firmware.
- Supported Devices - a list of all tested devices.
- Supported Bluetooth Dongles - a list of all tested bluetooth dongles.
- IOIO-OTG Bootloader and IOIODude - a guide on using the IOIODude application that lets you upgrade the firmware on your IOIO-OTG board.
- The IOIO Manager Application - a guide on using the Android application that lets you upgrade the firmware on your IOIO v1 board.
Most users shouldn't care about this section. This is only relevant if you want to take part in developing IOIO or interested in hacking the underlying IOIO software.
If you're interested in taking part in IOIO development, please apply for membership in the ioio-dev discussion group.