I'm trying to create an app which powers an external accessory but I am not sure how to do it. Any hints or ideas?

All i plan on doing right now is have a UIView app that sends power to an external accessory.

link|improve this question

48% accept rate
feedback

2 Answers

Is this something that you would even code?

I would have thought that you just have a small amount of power to the device, regardless of the software running on the iphone/ipad/itouch.

link|improve this answer
feedback

That's going to be tricky and probably not in the scope of coding. First, you'd probably need to be a member of the Apple Made For iPhone (MFi) program and have to build your device to work in those specs.

Then you'd need to have the iOS device become the master USB device and your device become a slave (if I remember my USB controller configurations correctly - it's been 6 years).

But your first step is to get into the MFi program.

http://developer.apple.com/programs/mfi/

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.