ESP32 BLE.gap_scan cannot see nrf51822

All ESP32 boards running MicroPython.
Target audience: MicroPython users with an ESP32 board.
Post Reply
sugarfree90
Posts: 1
Joined: Wed Jan 05, 2022 12:25 am

ESP32 BLE.gap_scan cannot see nrf51822

Post by sugarfree90 » Wed Jan 05, 2022 12:30 am

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

Post Reply