Page 1 of 1

ESP32 BLE.gap_scan cannot see nrf51822

Posted: Wed Jan 05, 2022 12:30 am
by sugarfree90
Hello!

I am seeking for an advice, i have developed a quice nice BLE scanner on ESP32, it works great and discovers all my devices apart from nordic nrf51822 board that i have programmed with Arduino. My android phone is detecting the device without a problem on every setting but ESP32 seems to be blind on him....

My scan settings:
bt.gap_scan(0, 30000, 30000)

I have tried "active=True" but it have not solved my problem....

Any ideas?

Kind Regards,
Sugarfree90