I would like to implement Bluetooth. I have taken given example "blufi".
in the menuconfig check bluetooth enabled , yes it is enabled, compiled the code ,
flashed to my ESP WROOM 32.
Device name given in the program , mobile able to display same name.
trying to pair , not able pair .
guide me how to test this .
any point to remember before start testing .
BLE implementation
-
- Posts: 15
- Joined: Wed Apr 12, 2017 8:30 pm
Re: BLE implementation
Instead of pairing, try just connecting.
To check if it is working (independent of your program): if you have Android, try using something like https://play.google.com/store/apps/deta ... scan&hl=en to scan for the esp32, look at the service and its attributes.
To check if it is working (independent of your program): if you have Android, try using something like https://play.google.com/store/apps/deta ... scan&hl=en to scan for the esp32, look at the service and its attributes.
Re: BLE implementation
thank you for your prompt response, this is working for me .
Now i would like to implement the bluetooth for iphone.
do you have any sample code for this , and detail of app which can be used to connect iphone and esp woorm32
Now i would like to implement the bluetooth for iphone.
do you have any sample code for this , and detail of app which can be used to connect iphone and esp woorm32
Re: BLE implementation
On iOS you can use the Lightblue Explorer app https://itunes.apple.com/us/app/lightbl ... 28110?mt=8
To code your own app in iOS you use CoreBluetooth framework, maybe see this tutorial to get an idea how (ignore the Arduino side, that would be done in the ESP32): https://www.raywenderlich.com/85900/ard ... -ios-swift
To code your own app in iOS you use CoreBluetooth framework, maybe see this tutorial to get an idea how (ignore the Arduino side, that would be done in the ESP32): https://www.raywenderlich.com/85900/ard ... -ios-swift
Who is online
Users browsing this forum: No registered users and 130 guests