Hello,
Can anyone please share some reference example for implementation code for central device which scan for available device.
I am using nrf52840.
Thank you
Hello,
Can anyone please share some reference example for implementation code for central device which scan for available device.
I am using nrf52840.
Thank you
Hello,
Could you elaborate more on what you are trying to achieve? Would you like to scan for a specific device using the device name, or an advertised UUID, for example?
You could use the Scanning Module for this. Unfortunately, we do not have any specific example which just scans for any device, but we do have examples of centrals scanning for specific devices (scanning with filters).
You can see this demonstrated in most of the BLE Central examples in the SDK. They scan for specific devices (filtering for different parameters in the advertisings), and then connect when a device matches their filters.
Best regards,
Karl
Hello,
Could you elaborate more on what you are trying to achieve? Would you like to scan for a specific device using the device name, or an advertised UUID, for example?
You could use the Scanning Module for this. Unfortunately, we do not have any specific example which just scans for any device, but we do have examples of centrals scanning for specific devices (scanning with filters).
You can see this demonstrated in most of the BLE Central examples in the SDK. They scan for specific devices (filtering for different parameters in the advertisings), and then connect when a device matches their filters.
Best regards,
Karl