hi,
I want to use an ESB to scan beacons. How do I configure that?
Regards,
Ellison
hi,
I want to use an ESB to scan beacons. How do I configure that?
Regards,
Ellison
What's an "ESB" in this context ?
I use the ESB_PRX routine in proprietary_RF.
So "Enhanced ShockBurst", then:
https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.0.2/group__nrf__esb.html
https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.0.2/examples_esb.html
Sorry - I know nothing about that.
What type of "Beacons" are you referring to - also ESB, or are they BLE beacons ?
BLE beacons
Hi,
You cannot use EB_PRX in that case. You need to use something that supports the BLE protocol. I suggest you look at a BLE central example from the nRF5 SDK. All of those implements scanning, and you can strip away what you don't need as described in this post.
hi
ok, thank you.