I'm working on building a scientific measurement device for teaching using an arduino and an iPad. The general overview is:
1) Arduino reads sensor values (possibly from Vernier probes)
2) Arduino transmits data to iPad using usb-midi
3) iPad displays sensor data
I was able to install the hiduino firmware on the 8u2 to allow the arduino to show up as a usb-midi device and confirmed that it could send midi events to a linux computer using gmidimonitor and alsa command line tools. However, I'm running into problems using iOS.
I installed midimonitor on ios and connected the arduino using the camera connector. When I start up midimonitor the devices section says loading, briefly shows the hiduino available, displays a few midi notes (I'm using the first hiduino example sketch) and then crashes.
Has anyone experienced this problem before (midimonitor crashing using hiduino)?
It seems like a neat way to connect an arduino to an ipad and I would very much like any input on the project.

