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

There seems to be a problem connecting BLE.

Hello

I'm testing the firmware using the BLE.
When I upload, I can see that the board is working.
Also, I don't think there's a problem with running each line of debugger.

However, if connect the BLE in the nrf connect app, nothing comes out as shown in the picture below and it doesn't connect either.

                       

There was no problem with this firmware code until the day before yesterday. Last time I tested with other cell phones, there was a problem that couldn't be connected. Maybe the connection hasn't been good since.

I've never had a problem like this before, can you tell me the cause?
Thank you.

========================================================================

The connection was successful again after repeated the program build...   The connection seems too unstable.

Parents
  • Hi

    What does the debug log on the nRF side say? Seeing as the connection is terminated by the peer (nRF device) you should get an idea of what is happening by looking at the nRF debug log. If you don't see anything useful, make sure you've set DEBUG in your preprocessor definitions to go into debug mode. If you're still struggling, please tell me which IDE you're using for development and some details as to what your device is supposed to do.

    Best regards,

    Simon

Reply
  • Hi

    What does the debug log on the nRF side say? Seeing as the connection is terminated by the peer (nRF device) you should get an idea of what is happening by looking at the nRF debug log. If you don't see anything useful, make sure you've set DEBUG in your preprocessor definitions to go into debug mode. If you're still struggling, please tell me which IDE you're using for development and some details as to what your device is supposed to do.

    Best regards,

    Simon

Children
No Data
Related