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.
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.
hello esp32 ble scanner means its acting as a ble scanner in my case(ESP32 has bluetooth+wifi).and there is no any signal diffrences between them.hope you will get me.
Yes - but what is it?
Remember: we can't read your mind, and we can't see what you have on your desk!
esp32 is third party product,on a chip microcontrollers with integrated Wi-Fi and dual-mode Bluetooth.
So nothing to with Nordic, then.
Remember that this is Nordic's own forum!
As Turbo Jsaid earlier:
https://devzone.nordicsemi.com/f/nordic-q-a/40576/esp32-nrf52832/157830#157830
I have to say I agree with Awneil, that this is an ESP32 issue. I would guess you are doing some sort of filtering or whitelist not compatible with the custom beacon.
More unlikely, There is also a possibility there is something wrong with your HW that makes it incompatible with the ESP32 but still works with nRF connect. But this is unlikely.
I have to say I agree with Awneil, that this is an ESP32 issue. I would guess you are doing some sort of filtering or whitelist not compatible with the custom beacon.
More unlikely, There is also a possibility there is something wrong with your HW that makes it incompatible with the ESP32 but still works with nRF connect. But this is unlikely.
this is an ESP32 issue
More specifically, it's most likely an issue with whatever software is running on the ESP32.
some sort of filtering or whitelist
Indeed - which would be a software thing.
As noted above, there might be a signal strength threshold ...
May also be affected by the hardware of the mystery "ble scanner" that kiranj seems so loathe to describe.
Again, none of those things has anything to do with Nordic.
There is also a possibility there is something wrong with your HW that makes it incompatible with the ESP32 but still works with nRF connect. But this is unlikely
Indeed.
So an obvious next step should be for kiranj to try another scanner (or scanners) - there are plenty of apps available to do that.
If other scanners "see" the custom beacon, the conclusion should be obvious...
thanks for your suggestions.I'm also thinking that ESP32 is not compatible with these tags.
I'm also (sic) thinking that ESP32 is not compatible with these tags
Nobody else is saying that.
Clearly your unit - which you have still not identified - is compatible, because it manages to see one of your tags!
So you need to investigate your ESP32 code to see where & why it is filtering-out the other tag.
But that, again, has nothing to do with Nordic.
You still haven't answered the question about signal levels.
what do you mean by signal levels??
Seriously?
RSSI - the Received Signal Strength Indication.
It's how "loud" the RF signal is - if it's not "loud" enough, then a receiver won't be able to "hear" it.