ble app uart

Hi:

I use nrf52832 to connect to the sensor module through uart. When the sensor device is turned off, I can repeat the pairing and unpairing of the Ble module through the nRF Connect app. But after the Ble module pairing is completed and the sensor is turned on, when I cancel the Ble pairing and want to re-pair, I cannot scan the Ble device and cannot pair. How can I solve it

Parents Reply
  • Hi Karl:

      I restarted an unmodified uart_app_ble project and used bebug Treminal. The information I received when I want to re-pair the device is as follows

    <info> app_timer: RTC: initialized.
    <info> app: Debug logging for UART over RTT started.
    <info> app: Connected                                 
    <info> app: Data len is set to 0xB6(182)
    <info> app: Disconnected
    <info> app: Connected                       <========When I want to re-pair
    <info> app: Data len is set to 0xB6(182)
    <error> app: Fatal error

Children
Related