The External Accessory framework provides support for communicating with external hardware connected to an iOS-based device through the 30-pin dock connector or wirelessly using Bluetooth.

learn more… | top users | synonyms

0
votes
0answers
12 views

Not getting EA notification with bluetooth

I am able to get EA notification when connecting to an external device (MFi compliant) via USB but not via Bluetooth. Why is EA notification not being fired for Bluetooth connection, contrary to what ...
1
vote
0answers
59 views

Most efficient way to read from external accessory input stream and push to s3?

I am trying to read up to max 2MB from an external accessory via bluetooth and its taking a lot longer than expected. We are optimising on the external accessory side of things but I am looking also ...
1
vote
1answer
18 views

Disconnect external accessory without physically disconnecting

My app communicates with an external device via EA Framework. I would like to do a "soft disconnect", i.e. a software disconnect without actually physically disconnecting the device. The only way I ...
0
votes
0answers
6 views

Player volume of external audio accessory

My app plays an audio in an external accessory using AVAudioPlayer. How do I get the volume of it? Changing the volume in the external accessory doesn't seem to change the volume property of ...
0
votes
0answers
28 views

How can I make multiple sockets in the same bluetooth accessory connection?

We have an MFI bluetooth device for connection to iOS devices. On the device side, we want to open 3 sockets to handle different stuff. Does anyone know if there's a way to open more than one socket ...
0
votes
1answer
30 views

How can I get the EASession from NSStream?

We'd like to open 3 sockets via Bluetooth to one external accessory. To do this, I assume I should create 3 separate EASessions with the same openSessionForProtocol: method using the same protocol. ...
2
votes
1answer
73 views

Is there an alternative to setting UIApplication idleTimerDisabled for iOS 6.1 to simply signify that the user has actively done something?

I have an application which may, if it has the foreground, receive periodic updates from a hardware accessory. That hardware accessory has a physical hardware button on it. The user perceives this ...
0
votes
1answer
40 views

External Accessory with wifi

I want to create an app which connects to an external device via wifi signal. I am connected with the wifi to the external device when I start the app. In my app, i call: NSArray *accessories = ...
0
votes
1answer
143 views

Testing External Accessory Framework app

is there a way to write sample code (or run the EADemo app) without iAP hardware? As an example: - have the simulator emulate the hardware - using cheap a device of which I know the protocol string ...
1
vote
1answer
191 views

Audio Stream from Electric Guitar Into Android device

I'm looking for a way to connect electric guitar to my android device and capture audio as an input byte stream. For that purpose I need some device (call it converter) that will convert analog ...
-1
votes
2answers
203 views

Find out RSSI Value using External Accessory Framework iOS

Is it possible to get Bluetooth peripheral's RSSI value using External Accessory Framework to give support to iOS device without BLE 4.0 and whose OS version is <5..? Thanks Pranav
1
vote
1answer
59 views

iPhone accessory, accessory protocol empty

I am working on an app that has an external accessory, the phone shows that it has been authenticated and the device shows up in the General->About menu, but when I NSlog the accessory protocols, it ...
0
votes
0answers
80 views

External Accessort Framework - get MAC address of connected devices

i'm new in stackoverflow... this is a good moment to THANK YOU ALL for the great support! I've a problem... i need to get the MAC address of a connected EAAccessory. whit this trick i can take it: ...
1
vote
2answers
344 views

Apples external accessory (bluetooth) only for MFI devices?

Target of my bachelors thesis will be to connect optoserial devices via bluetooth adapter to an iPad. Currently I'm struggling with Apples restrictions. I read often in the web that I can use the ...
1
vote
1answer
294 views

RedPark unable to read Data from Serial port: UIViewController vs. UINavigationController

I am using the Redpark Serial SDK 1.4 r270 to help with i/o features for the iphone. One of the issues, that I am currently having is reading the data given using - (void) ...
2
votes
1answer
324 views

EAOutputStream write:maxLength: - 230 failed to write because stream does not have space available

I was using this. It was working well till I upgraded my iphone to IOS 6.1. [[session_ipos outputStream] write:ui8Buff maxLength:tot]; Now its giving an error message: ERROR - ...
0
votes
1answer
48 views

Is there a maximum size for input and output stream in external accessory framework?

Is there a maximum size for input and output stream in external accessory framework? If I am sending something big across, do I need to chunk it?
0
votes
0answers
51 views

Detect if button on an external earplug is pressed [closed]

By using C# on a pc (windows), how can one detect if a button on a earplug is pressed?
2
votes
1answer
89 views

External Device reports no Protocol

I have an app that I have been working on and I am now at the point that I want to integrate some interaction with an external device via the dock connector. The device that I am using (the iDive 300) ...
1
vote
1answer
67 views

UIEventSubtype missing elements

The enum UIEventSubtype (iOS UIKit Framework) contains events such as play, pause, next, seek, etc. However, the iPod Access protocol contains numerous other events, such as select, up, down and back ...
2
votes
0answers
128 views

ExternalAccessory streams delegate not always called in background

I am experiencing a bad issue with the EA framework. Everything is working when the app is in foreground, when the accessory, i open a session, retrieve the streams, set their delegate and schedule ...
0
votes
0answers
71 views

My data lost when reading using EADemo

Program is Apple's EADemo, normal with send and receive testing , but there is a problem, when send 1 kbytes data that EADemo every time can only received 410 bytes, I found: - (void) stream: ...
0
votes
0answers
74 views

BLE and non BLE ios

Have implemented bluetooth using EA framework and MDI for non BLE devices.How can i implement coreBluetooth framework with this code to support BLE?
0
votes
0answers
237 views

iPhone App rejected based on External Accessory Framework being linked

My iPhone app was rejected because an External Accessory Framework was linked and it references MFi. "The UISupportedExternalAccessoryProtocols key in the app's info.plist has the following value: ...
0
votes
0answers
277 views

Ios ExternalAccessory bluetooth problems

I am having some difficulties getting ExternalAccessory running for my ipod... I have a bluecove bluetooth listener running on my computer (mac, Mountain Lion) in java (Code for that here: ...
0
votes
1answer
121 views

How to send and received data from external accessory asynchronize

I am confused about send and received data from external accessory asynchronized way. I use MFi External Accessory, I checked EADemo, but seems that send and received data synchronized way. Any ...
1
vote
0answers
96 views

How can I get the friendly name of a MFi bluetooth device in an iOS app?

So EAAccessory provides a property to retrieve the name of a device. From the devices I have queried, this usually is not the same as the friendly name you see in the Settings > Bluetooth page. It ...
0
votes
0answers
38 views

Is it necessary to ensure data integrity for data transferred using EA Framework

I am using EA Framework for an MFI device to talk to my app and I am working the data exchange format. I am using JSON as the data exchange format. Is it necessary to define the typical frame header ...
0
votes
2answers
187 views

wireless HDD docking station [closed]

Would it be possible to make this HDD docking station wireless? It has USB 2.0 and eSATA connections, both cables are pretty short and I'm using laptop. So I thought that since there such things like ...
0
votes
2answers
1k views

MFI Apple Program/Certification

For a startup, what are the parameters that can make the certification request approved by Apple? I know there are 2 types of certification described in FAQs here they say: high-volume ...
1
vote
1answer
452 views

Using the Redpark SDK in MonoTouch

I am attempting to use MonoTouch with the Redpark SDK and replicate in C# a Redpark serial cable example program written in Objective-C found here (that I was able to run perfectly in Xcode): ...
4
votes
1answer
119 views

Is there endianness issue reading string data from NSInputStream

I am reading binary data from NSInputStream that is written from a third party source (e.g. hardware) through external accessory framework and convert it to string. Is there endianness issue that I ...
1
vote
1answer
106 views

How to tell when your iPhone audio is being rerouted to an external device?

I would like to be notified when my iPhone's audio is being re-routed to another device , say if I connect it to an external Hi-fi system (an MFi device). Put another way, how do I detect if the ...
1
vote
0answers
119 views

Guide to design protocol for external accessory

I am designing a protocol for my app to communicate with my external device via EA framework. Since things are communicating at the byte data level (using NSInputStream/NSOutputStream) I want to make ...
0
votes
2answers
197 views

How does iPhone discover an external accessory via Bluetooth?

How does an iPhone know to connect to an MFi device via Bluetooth automatically? Is the Bluetooth on iPhone constantly looking for a device to hook up to? What happens if there are a few MFi (all with ...
1
vote
1answer
92 views

What happen when you have multiple apps that support the same external accessory protocol?

What happen when you have multiple apps that support the same external accessory protocol? Which app will iOS launch?
5
votes
1answer
374 views

What hardware attributes can iOS device detect or obtain when connected to an MFI hardware?

I am dealing with External Accessories and MFI for a project and have this question: What 3rd party hardware attributes, if any, can be recognized after connecting an iOS device to the MFI hardware? ...
0
votes
1answer
64 views

A standard approach for disabling UI when application state changes

I have an iOS application that works with an external accessory connected through the dock connector. It is possible that the device may become disconnected during use of the application. We have a ...
0
votes
1answer
223 views

MonoTouch: ESSession for external accessories

I am porting coding from Objective C to MonoTouch to use an external accessory. It is super basic coding, however when I create The EASession and try to use the InputStream or OutputStream, they are ...
0
votes
0answers
67 views

Initial message when plugging in an external USB device on iOS

this might be a stupid question. But is it possible to show a message on the iPhone to the user when he/she is plugging in an external USB device (I will work closely to the people making the device)? ...
1
vote
2answers
161 views

Objective C - Store EAAccessory to NSUserDefaults

In a project I have to make, I am working with external accessories, and the framework ExternalAccessory. (I can connect to one and only one accessory). The connection is easy, sending data is not ...
0
votes
1answer
262 views

Re-post: iOS modify App auto launch when iPhone is connected to external accessory

I had asked this question earlier but was closed for unclear or insufficient details. Hopefully, I have explained it better. Here it goes. I am building an iOS application that communicates to the ...
0
votes
1answer
164 views

more outputstream problems…raw data and odd output. what did i do wrong?

I've opened the following input and output bluetooth streams using Apple's External Accessory Framework: session = [[EASession alloc] initWithAccessory:acc forProtocol:protocol]; if (session){ ...
0
votes
1answer
370 views

reading and writing data to streams as raw data?

I've opened the following input and output streams through the External Accessory Framework: session = [[EASession alloc] initWithAccessory:acc forProtocol:protocol]; if (session){ ...
0
votes
1answer
308 views

“supported external accessory protocols” and info.plist in xcode

I read through Apple's EADemo project. I then attempted my own. But when I made my own, there's no place to put the supported protocol string. In Apple's EADemo project, if you look at the project ...
1
vote
1answer
247 views

Check if external accessory is in 30-pin dock connector programatically?

So I've found answers on how to check if the iPhone is being charged, and at what level it is at. But what about just checking if the dock connector is being used up by any external accessory ...
1
vote
2answers
307 views

ExternalAcessory Framework for iOS: using the iphone as a usb device

I'm looking into the iOS sdk for examples of the ExternalAccessory framework to use the iphone/ipad as an USB device that can be plugged into a PC or Mac and present as external device (like a midi ...
0
votes
0answers
362 views

Modifying Apple's EADemo project to display bytes

I'm trying to understand how EADemo works and how the External Accessory Framework works. EADemo is available here: http://developer.apple.com/library/ios/#samplecode/EADemo/Introduction/Intro.html ...
3
votes
1answer
228 views

unexpected input from external device - iOS

I have my iPod Touch (4G, jailbroken, iOS 5.0) connected to a docking station (Made for iPod) that sends commands via the dock connector (most likely using the Apple Accessory Protocol) to the iPod, ...
3
votes
0answers
672 views

EASession Leaks

I have an app that connects to an accessory, and the EASession that I create in order to communicate with the accessory leaks when you disconnect the accessory. When the accessory connects, I get a ...

1 2