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

Is nRF52 compatible with the demo Apps for Android

Hello,

I would like to develop a quick prototype with nRF51/52 however do not have experience in designing apps. I have seen the example apps and was wondering whether the bluetooth communication is compatible with nRF52?

Thank you

Parents
  • If you are able to run an application on nRF52 (say server) then the demo App on android should be able to detect it. This is because the demo APP does not know on which device (nRF51 or nRF52) your application is running. It just checks if the received data is BLE compliant and has relevant information.

    So the short Answer is Yes, Those apps are nRF52 compatible and I just verified that by using nrf tools uart on Android with ble_app_uart from nRf52_SDK0.9.1

Reply
  • If you are able to run an application on nRF52 (say server) then the demo App on android should be able to detect it. This is because the demo APP does not know on which device (nRF51 or nRF52) your application is running. It just checks if the received data is BLE compliant and has relevant information.

    So the short Answer is Yes, Those apps are nRF52 compatible and I just verified that by using nrf tools uart on Android with ble_app_uart from nRf52_SDK0.9.1

Children
Related