-
Notifications
You must be signed in to change notification settings - Fork 17
Add MFi #708
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
base: release_candidate
Are you sure you want to change the base?
Add MFi #708
Conversation
Excellent work! It's not compiling for me yet:
Also, the additional BT radio state BLUETOOTH_RADIO_SPP_ACCESSORY_MODE is not needed and requires the user to proactively configure the RTK device to work with an iPhone. IMO, this is bad. I don't think it's needed and could be removed. This is how:
What do you think? |
Are the compiler errors caused by I think |
@nseidle : I think you might be asking for the impossible... With
I'm open to suggestions, but currently I think we do need |
Compiling again! Thanks for the reminder. I forgot to patch my Arduino-CLI. I think the trick is to start Bluetooth in Slave mode + SDP advertising of UUID. If an ACL event is detected, then switch to Bluetooth Master mode and initiate connection. I'll create a branch that demos this. |
No description provided.