Xcode IOS Bluetooth Arduino Connect

hello,

I am currenty working on an engineering project for school. My project is a phone charger that turns on and off when the phone reaches a certain battery percentage. The way that the charger turns on and off is by an app on the iphone sending a signal through bluetooth to a bluetooth arduino telling it to start or stop the charge. The bluetooth arduino that I am using is a Adafruit Feather 32u4. Can anyone help me with this code. I am pretty new to programming and this is my first time using xcode. Anything will help. Thank you in advamce.

Classic Bluetooth or Bluetooth LE?

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"

It is Bluetooth LE.

It is Bluetooth LE.

Well, that’s good news. iOS has a comprehensive Bluetooth LE API, namely, Core Bluetooth. If you have questions about that framework, you should ask them over in the Core OS > Bluetooth topic area.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"
Xcode IOS Bluetooth Arduino Connect
 
 
Q