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

I can not connect with BLE(nrf52832)

Hello

I am now using nrf52832 and BLE communication with an Android terminal.

BLE communication is a beginner.

I am using nRF_SDK_15.0.0_a53641.


Since I programmed the application of android for the time being, I want to make BLE communication with nrf 52832 and confirm that I am connected.

Which of the many SDKs is the most basic program?

I thought that example / ble_peripheral / ble_app_gatts_c is a basic one I wrote to nrf 52832 and executed it, but it was not connected.

Do not you just rewrite LBS_UUID_BASE and LBS_UUID_SERVICE?
If there are other points to be corrected from the initial state and what to do, please point out.

I thought that it might be a problem with the Android application that I created and tried it with an existing nrfConnect application, but it never got connected.

Thankyou!

Parents
  • Which of the many SDKs is the most basic program?

    For this, I suggest you read this: nRF5_SDK_15.3.0_59ac345\examples\ble_peripheral\ble_app_beacon

    and then this: nRF5_SDK_15.3.0_59ac345\examples\ble_peripheral\ble_app_hts

    For the LBS, it is LED Button Service. Another suggestion is that reading the example description: from here

    The nRFConnect application works quite well, I haven't seen any major bug from it so far. 

Reply
  • Which of the many SDKs is the most basic program?

    For this, I suggest you read this: nRF5_SDK_15.3.0_59ac345\examples\ble_peripheral\ble_app_beacon

    and then this: nRF5_SDK_15.3.0_59ac345\examples\ble_peripheral\ble_app_hts

    For the LBS, it is LED Button Service. Another suggestion is that reading the example description: from here

    The nRFConnect application works quite well, I haven't seen any major bug from it so far. 

Children
Related