iPhone + Arduino = iRoboDevices
Loading...
438
views
Loading...
Uploader Comments (docilio)
see all
All Comments (9)
-
@docilio ok thank you for the help! I will try to investigate into this....
-
@docilio or can you send the code for using the rx tx pins on the base of the ipod
-
@docilio thats super cool do you have any samples of how you controlled the pin outs on the iphone any thing or any package would help my email is 9rtzm@queensu.ca
- Loading comment...
Loading...
Looks cool! I was looking for ages for a way to interface my iphone with arduino using good old cable. I know that the 30 pin connector should somehow include a serial port. However, I thought it would be necessary to jailbreak in order to access it in objective-C code. You say you didn't jailbreak right? So do you have to link against "forbidden" libraries? I mean would you get this software into the App Store/Apple approved? And how did you do the physical interfacing on the connector? Thanks!
christiannaeger 2 months ago
@christiannaeger
Thanks =)
About the connector, you can search "ipod cabble pinout" in google, it's the first result... (youtube doesn't allow me to link sites)
About the SDK, now you can use "redpark" serial product, on that time, I've developed my own version of code...
docilio in reply to christiannaeger (Show the comment) 2 months ago
@docilio Thanks a lot for the quick answer! I had a look at the pinout and the redpark solutions. Redpark offers their own SDK and they say "Under current Apple policy this cable may not be used with apps sold on the App Store." Which basically means you have to jailbreak to redistribute the app to other peoples phones...How, did you "develop your own version of code"? I am a registered Apple developer, but the standard (legal/Apple approved) SDKs don't offer a way to talk to the Serial port.
christiannaeger in reply to docilio (Show the comment) 2 months ago
@christiannaeger
I didn't try to submit to Apple Store, but it didn't use a jailbreak device.
You can use the usb port on /dev/usb to send data using normal SDK from Apple
docilio in reply to christiannaeger (Show the comment) 2 months ago
did you have to jail break the phone to do this
RTZMackenzie 4 months ago
@RTZMackenzie No, It's programmed with Apple Software (XCode).
Any iDevice (iPod, iPhone, iPad) will work
docilio in reply to RTZMackenzie (Show the comment) 4 months ago