Today we discovered Apple's response to Google's ADK, and while it's still inside a crunchy MFi wrapper, the program is now a bit gooey in the middle, as today saw the release of the Serial Cable for iOS from Redpark.
The cable is a fully MFi approved external accessory that allows home-hobbiests to talk to external hardware, no jailbreak required. On one end of the cable is a dock connector that plugs directly into your iOS device. On the other, is an RS-232 serial port that you can easily connect to anything that speaks a serial protocol.
Suddenly connecting your iPhone to the real world became a lot easier, easier in fact than using Google's ADK.
I've been working with the pre-release version of the cable for a couple of months now and I've put up some sample code to get you started. Including a rather nifty Universal application for the iPhone and iPad which will let you directly control an Arduino board. I've dubbed it the "Paduino."

- Paduino Xcode Project for iOS (470KB)
- Arduino Sketch for Arduino (1KB)

- Xcode Project for iOS (250KB)
- Arduino Sketch for Arduino (1KB)
Finally if you're at OSCON next week I'll be talking about the cable and how to use it on Thursday. We're hoping to have an early-release copy of the book ready by then.
I can't wait to see what people can do with this...
Wow, great news! Looking forward to trying it out soon.
ReplyDeleteDo you think Apple will allow you to use this in the App store? It would be very valuable if Apple would for Educational purposes (o.a. I'm a high school teacher and course designer for teachers).
ReplyDeleteCan the iPhone/iPad simulators still be used for testing? Any way to pipe arduino serial I/O into the simulator through a macbook's USB port, maybe with a serial/usb converter?
ReplyDeleteYou must be jailbroken for this to work?
ReplyDeleteThanks
No, no jailbreak necessary.
ReplyDeleteDo I need to get the SDK and compile the xcode myself to try out the paduino app?
ReplyDeleteThanks