This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

ble beacon mode and ble app hts codw

hi,

I want to develop a project based on ble beacon mode and ble app hts code. 

and I am using nrf52810. so will it work if I merge both codes and use for this project?

  

Parents
  • Hi,

    The nRF52810 chip can support the functionality of both these examples. The only limiting factor is the Flash/RAM size available in this chip. You may need to do some optimization of the application in order to fit them both into this chip, but that will depend on the size of the beacon part of the application. ble_app_hts already includes advertising, so it is just a matter of adding the beacon functionality.

    Best regards,
    Jørgen

  • Hi,

    thanks for your response. I want to use scan mode only from beacon mode.

    actually I am looking for code that can scan BLE devices in near filed and send the list to the connected device.

    is it possible to scan devices during connected mode? 

    any suggestion?

Reply Children
No Data
Related