You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I came across your website when looking up how to use iOS with ESP32. I want to use the BluetoothSerial to have a way to connect to UART devices with my iPhone but it doesn't work. I saw you mentioned using BLE with BluetoothSerial, have you got a working example? I saw some code on https://github.com/beegee-tokyo/ESP32-Weatherstation/blob/master/src/ble_bt.cpp but am lost.
I just am trying to use my iPhone with my electronics modules. Could you please help?
The text was updated successfully, but these errors were encountered:
Hi, Here are multiple examples for Bluetooth Serial for ESP32 BluetoothSerial.
And here is another example RAK11200 BLE UART. The RAK11200 is based on ESP32.
The first one uses Bluetooth classic but iOS needs BLE, and the second one doesn't act as a bridge, how would I do it? Thanks for your help
Hi, I came across your website when looking up how to use iOS with ESP32. I want to use the BluetoothSerial to have a way to connect to UART devices with my iPhone but it doesn't work. I saw you mentioned using BLE with BluetoothSerial, have you got a working example? I saw some code on https://github.com/beegee-tokyo/ESP32-Weatherstation/blob/master/src/ble_bt.cpp but am lost.
I just am trying to use my iPhone with my electronics modules. Could you please help?
The text was updated successfully, but these errors were encountered: