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

connection between nRF52 and android bluetooth

I have an android smartphone of bluetooth version 4 and i am developing one application where i am using nRF52 (bluetooth version 5). Is it possible to write data from the custom app by using mobile's bluetooth to the nRF52 device? I am using the custom uuid to write data from the custom app to the bluetooth module but after connecting GATT service i cannot write data to the nRF52 bluetooth module. Please help me in this.

Parents
  • Hi Parita

    Bluetooth 5 is backwards compatible with Bluetooth 4.0, so it should be possible for your nRF52 device running the BT 5 stack to connect to your phone and exchange data over a proprietary service. 

    Have you tried to base your application on the Android-nRF-Blinky example?

    It sets up the proprietary Blinky service, and allows the app to talk to an nRF52 device running the ble_app_blinky example from the nRF5 SDK. 

    Best regards
    Torbjørn

Reply
  • Hi Parita

    Bluetooth 5 is backwards compatible with Bluetooth 4.0, so it should be possible for your nRF52 device running the BT 5 stack to connect to your phone and exchange data over a proprietary service. 

    Have you tried to base your application on the Android-nRF-Blinky example?

    It sets up the proprietary Blinky service, and allows the app to talk to an nRF52 device running the ble_app_blinky example from the nRF5 SDK. 

    Best regards
    Torbjørn

Children
Related