-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not working on iOS (iphone) #58
Comments
@samlochner I'm not sure you can use any USB device on iOS if it doesn't contain an MFI chip from Apple. |
@samlochner you need a "Camera Connection Kit" for iOS devices. And your board package needs to set the power to 20mA... otherwise, it will never work. I am doing that for my product. Our pull request allows setting the power this is in the core for a long time. Here is the commit which I asked Andreas to do: arduino/ArduinoCore-avr@6ad770e#diff-6b60095446038cceeb7e4f1b556ea2b6 Here is my board package as an example: https://github.com/dadamachines/automat/blob/master/software/arduino/hardware/dadmachines-automat/samd/boards.txt#L44 |
I found that if I connect the arduino usb port to a usb hub and then from the hub to the camera adapter, I don't get a power error on the iphone. But it still doesn't seem to work in garageband. Would I really get a different result if I instead changed the power instead? I'm quite new to all this, what would I do with that pull request/commit, @nevvkid? Is that some kind of firmware that has to be flashed over? I'm using Leonardo and later a Due, btw. |
@samlochner Garageband doesn't work for MIDI for me at all. But not also with other products. Garageband doesn't even have MIDI anymore as far as I know. So just use Ableton to test stuff. And the USB Hub won't help either. You have to implement the setup properly and it will work. For Leonardo, there was this project with iPhone/iPad support: https://github.com/rkistner/arcore But the code is quite old now I think. Better move to a SAMD21 or SAMD51 board. |
iOS garageband works for me only when I'm using a 5 pin midi connector via a midi to usb cable (usb side plugs into camera adapter then to iphone). But, @nevvkid, you have been able to get midi to work over usb without 5pin connection in other iOS apps such as? And you do this by using the change? arduino/ArduinoCore-avr@6ad770e#diff-6b60095446038cceeb7e4f1b556ea2b6 Is that firmware that has to be flashed or something? How would I go about that? |
I've got it working on a windows PC, but doesn't seem to work on iOS for me (iphone via usb to lightning adapter).
Would you expect this to work on iOS?
The text was updated successfully, but these errors were encountered: