hello,ESP32 ble scanner is not scanning my custom made beacon (nrf52832),I have programmed ble_app_beacon apllication in tag and ESP32 is scanning all ibeacon except our custom board tag.please help.thanks.
hello,ESP32 ble scanner is not scanning my custom made beacon (nrf52832),I have programmed ble_app_beacon apllication in tag and ESP32 is scanning all ibeacon except our custom board tag.please help.thanks.
That's just repeating what you've already said - you haven't answered any of the questions; you haven't provided any more information!
It's your project - so you need to be making the key effort in debugging it!
https://www.avrfreaks.net/comment/2418156#comment-2418156
That means your are in the wrong forum, because the problem is obviously on the ESP32. Non-NordicSemi chips are off topic.
ok ,thanks.
Hi Kiranj,
Have you tried to compare the advertisement data on the custom beacon that does not work, with the advertisement data sent from the ibeacon that does work. I guess you are filtering for some UUID or other information that you are missing (or have misconfigured) in the custom beacon.
yes,i have uploaded same firmware on both boards(nrf52832dk and custom made nrf52832 board) but dk board get scanned in esp32 and our board did not....but it is scanning in nrf52832 dk scanner and nrf connect app.but not in esp32.I have compared the raw data packet also it is exactly same for both boards.