Hi:
Use the nordic official nRF52832 development board , The software is SDK15.3(example: ble_app_uart ),
Find that there will be a continuous reset. What is the problem ?
the follow image:
Hi:
Use the nordic official nRF52832 development board , The software is SDK15.3(example: ble_app_uart ),
Find that there will be a continuous reset. What is the problem ?
the follow image:
Have you done any changes to the application? If you have, could you do the following: Download a new untouched SDK and run the ble_app_uart project, and check if that works as expected. Then one by one, add your changes to that project and figure out exactly what is causing the reset. There may be other reasons for the reset, but by following this approach, you'll figure out if any of your modifications are the cause.
Best regards,
Simon
Hi:
I checked it again, The discovery was caused by a broadcast timeout.