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
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
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
Thank you. I will proceed in using it then.