external-accessory Questions
2
Solved
I have created a small program that needs to connect to an external accessory. I have been able to do so successfully with UIKit and the EA framework.
The problem I am having is that I have a Swift...
Plectrum asked 20/9, 2021 at 18:48
3
I need to communicate with an external device with PhoneGap on Android.
It is working by bluetooth with a PhoneGap plugin. Now I want to communicate by the USB port.
Is is possible with PhoneGap,...
Unexpected asked 18/9, 2013 at 18:55
3
I need to get the list of paired bluetooth devices(iOS Devices) as same as the list in 'Bluetooth' section in iOS settings as shown in below picture.
Is it possible?
Have you seen any apps doing...
Olives asked 4/1, 2016 at 13:23
4
I am developing an iOS application that talks to a lightning accessory. Now, when the accessory is attached, I cannot use the lightning port to debug my application in Xcode.
Is there a way to att...
Semiotic asked 24/2, 2015 at 19:45
2
Solved
Okay, I'm working on a fun project that has a hurdle where I need to enable Bluetooth audio support for my iOS app.
The hurdle I'm at is that I simply can't even begin to get a list of connected B...
Evers asked 3/1, 2014 at 4:25
4
After upgrading from Xcode 7.3 to Xcode 8, I'm getting an error:
Provisioning profile "iOS Team Provisioning Profile: *" doesn't
support the Wireless Accessory Configuration capability.
May I...
Hypotenuse asked 19/7, 2016 at 9:22
2
Solved
Anybody has a clue on how to use the ExternalAccessory API on Xamarin.iOS?
My Xamarin Studio version is 4.0.12(build 3), Xamarin.Android version 4.8.1, Xamarin.iOS version 6.4.5.0 and Xcode is Ver...
Adan asked 18/9, 2013 at 23:48
2
I am facing 2 problems related to regular Bluetooth.Here is my code.
- (void)viewDidLoad {
[super viewDidLoad];
[NSTimer scheduledTimerWithTimeInterval:3.0 target:self selector:@selector(showEle...
Rezzani asked 28/10, 2015 at 10:8
2
Solved
I am using external hardware device using Bluetooth i getting this error and I am unable to get the permission of Bluetooth it is working until iOS9 but I don't no why this change affect in iOS10 ?...
Inhibition asked 17/9, 2016 at 13:2
2
Solved
Apple provides the following two frameworks for communicating with nearby Bluetooth devices with iOS.
CoreBluetooth:
The Core Bluetooth framework provides the classes needed for your iOS and Ma...
Eudoca asked 12/12, 2016 at 0:23
1
I have a Bluetooth device enrolled in the MFi program. I am able to pair the device via Bluetooth in the iPhone settings, and then use Apple's EADemo example code to access the device via the Exter...
Canaan asked 21/9, 2016 at 8:45
5
I could not get these two notifications EAAccessoryDidConnectNotification and EAAccessoryDidDisconnectNotification after connecting Lightning kBD or Smart KBD with my APP.
But it worked on iOS9.3 w...
Itemize asked 19/8, 2016 at 3:33
1
Solved
I'm writing an iOS application for communicating with mini mPlay Drumi MP18B (a small Bluetooth loudspeaker). As far as I know, showBluetoothAccessoryPickerWithNameFilter displays only devices with...
Kym asked 29/1, 2016 at 10:7
1
I have a requirement to control USB CAM from any iOS device by sending command like take picture, zoom in, zoom out. Also the live video should be stream on iOS device so I can see the camera view ...
Proposal asked 24/6, 2015 at 7:25
2
Solved
This app promises to turn your iOS device into a second monitor and uses the standard USB cable to connect to the computer, as opposed to the network which all other similar apps use.
Back when I ...
Frydman asked 24/1, 2015 at 10:15
1
Solved
I'm looking at development of an iOS app that will communicate with Bluetooth classic devices using iOS Supported Bluetooth Profiles
As I understand, this should be possible using the External Acc...
Linell asked 8/2, 2015 at 18:50
2
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 ...
Ageratum asked 23/4, 2012 at 21:22
1
The input and output streams get opened all the time and the respective delegate methods get called with the correct NSStreamEvent code (NSStreamEventOpenCompleted). However, on some openSession at...
Gotthard asked 4/3, 2014 at 17:33
1
Solved
I want to display the list of all MFI passed apple devices which are not paired before from iOS settings.
I can list out the connected devices using below code:
NSArray *accessories = [[EAAccesso...
Yehudit asked 18/12, 2013 at 9:26
2
Solved
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 ba...
Barros asked 7/12, 2012 at 17:27
1
my question is to those who has experience with MFi and external-accessory framework.
If I work with external Bluetooth accessory, is there any way to issue connect request to a remote device? I m...
Subservient asked 13/8, 2013 at 9:20
1
It's for AppStore, so I don't want any private framework.
I want to get the list of the paired(even not connected).
There are Core Bluetooth and External Accessary frameworks in iOS.
I tried both...
Absorbing asked 10/6, 2013 at 9:59
2
Solved
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...
Gratify asked 28/2, 2013 at 21:33
1
Solved
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 hardwar...
Gynandry asked 20/8, 2012 at 15:38
2
I am using serial programming for get connected serial cable to my iPhone
my code is as under
#include <stdio.h> /* Standard input/output definitions */
#include <string.h> /* String ...
Thunderclap asked 30/9, 2011 at 8:46
1 Next >
© 2022 - 2024 — McMap. All rights reserved.