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

The connection of NRF52832 individual mobile phone models is not stable

  • Nrf52832 chip is used, and the software package is the “nRF5_SDK_16.0.0_98a08e2” version.

  • According to customer feedback, Bluetooth connection is generally unstable at present, which is mainly manifested as follows: on the following specific mobile phone models, if we use our app to connect Bluetooth, it will be disconnected after 1-5 minutes of successful connection, while other models of mobile phones are normal。
    Mobile phones with unstable connection: SDK在iPhone X, iPhone 11, Samsung Galaxy S9
Parents Reply
  • Hi,

    I do not see anything obvious in the sniffer trace. 

    LuBei said:
    We use the development board plus test routines in the SDK,Chain breaks can also occur.

    So you see this also when testing on the nRF52840 DK? What if you test with an unmodified ble_app_uart example?

    One typical problem that could cause this behavior is clock inaccuracies. What is the 32 kHz clock source you are testing with? Can you try to increase the margin by changing NRF_SDH_CLOCK_LF_ACCURACY in sdk_config.h to 1 (500 ppm)? Does that have any effect?

Children
Related