Bluetooth Low Energy + Iphone

For CircuitPython issues, ask in the Adafruit CircuitPython forum.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
bickyb
 
Posts: 40
Joined: Tue Oct 08, 2013 6:10 pm

Bluetooth Low Energy + Iphone

Post by bickyb »

I would like to be able to connect an ESP32 with my iphone via BLE.
The end goal would be to be able to make my own Iphone phone finder where i can press a button on the ESP and have the phone play a sound. I would like to play a sound on the iphone even if it is in silent mode.
Devices such as the Tile finder are able to do this so I wanted to see if there is a way to do this via an ESP.
Guidance would be apprecited!

User avatar
adafruit_support_mike
 
Posts: 67485
Joined: Thu Feb 11, 2010 2:51 pm

Re: Bluetooth Low Energy + Iphone

Post by adafruit_support_mike »

The ESP32 isn't a great choice for BLE. It's much better at Wifi.

We suggest the nRF52832 or nRF5840 as BLE devices. The nRF52832 works well as a BLE peripheral, and the nRF52840 works well as a central.

For your application the iPhone will be the central, and the microcontroller will be the peripheral.

To make the iPhone play a sound, you'll need to study the iOS documentation to learn how to generate the appropriate signals. At a guess, it will be part of the Find My system.

Locked
Please be positive and constructive with your questions and comments.

Return to “Wireless: WiFi and Bluetooth”