This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

NRF52 scanning problem

Hi,

In our project nrf52 device scans for nrf52 beacon device throughout the day. It scans number of beacons available and send it to esp32 device on serial. that is how its working. The problem is sometimes it stop scanning beacon and sends number of beacon 0 even if beacons are available it happens continue until restart.I have tested from hardware side and its okay but i think there is a problem from BLE Stack side.

please suggest some clues.

Parents
  • Hi Shubham,

    Your description is very generic, to get more help, I need to request you to provide some more information.

    I think the scanner in your device is stopping for some reason, and your application logic is designed in a way that if the scanner is not running, then the central part always transmits 0 beacons. I think your main problem is to find out why the scanner is stopping. Without more code snippets and more information on your device , it is very difficult to analyze. I would recommend you to debug this from application side as it is less likely to be a BLE stack side issue.

Reply
  • Hi Shubham,

    Your description is very generic, to get more help, I need to request you to provide some more information.

    I think the scanner in your device is stopping for some reason, and your application logic is designed in a way that if the scanner is not running, then the central part always transmits 0 beacons. I think your main problem is to find out why the scanner is stopping. Without more code snippets and more information on your device , it is very difficult to analyze. I would recommend you to debug this from application side as it is less likely to be a BLE stack side issue.

Children
No Data
Related