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 Reply
  • Hi 

    Are you using the Nordic Android BLE library underneath, or doing everything on top of the core API's?

    I would strongly suggest using our libraries, as they handle a lot of the busy work of setting up and accessing BLE devices in your application. 

    Best regards
    Torbjørn

Children