How to Scaning Other Bluetooth Device Using nRF52833

Hi everyone,

I am new here. I wanna develope a module using nrf52833 for observing other bluetooth device like "nrf Connect For Desktop-> nrf connect for desktop bluetooth low energy standalone App" attached image. I have tried to run example projects(ble_app_uart_c_pca10100_s122 ) but i couldnt find i wanted. The codes waiting command from user as i understand. i am using nrf52 first time. Which example project is more similar to what I want? Many thanks.

Parents Reply
  • Hello,

    I am glad to read that you are progressing with your design!
    You will also need to remove the NUS connection functionality since this is not going to be used in your case.
    Additionally, you will need to modify the 'scan_evt_handler' to print the device ID of the scanned devices from the scan reports, you should then start to see scan reports about the different devices in the vicinity.

    Best regards,
    Karl

Children
Related