Page 1 of 1

ESP32 Ble Scan

Posted: Wed Mar 27, 2019 12:27 pm
by Vaccaro
Hello, i'm making a project where the ESP32 scans every 5sec for ble beacons on range and send their mac address and rssi to the clould. For me is better that the scan is made more frequently, but if i down the scan time the ble cannot found every ble beacon on range.

My questions are:
1. Can I use classic bluetooth on esp32 to find more beacons with less scan time? (the classic bluetooth also communicates with ble?).
2. I'm programming my esp32 in arduino ide and using the lib "ESP32_BLE_Arduino". Does this lib have some configuring for me to find more devices in less time?

Any tips are welcome also.

Thanks.