DA14531 is sending "+++" for every 2 seconds if I close the Renesas smart console APP in the middle

Hi,

I enabled the "CFG_ENTER_BINARY_MODE_ON_CONNECTION" in DA14531 sdk. I have interfaced Renesas RX111 microcontroller with DA14531 through UART (only rx & tx) and I'm using codeless sdk. I want to send data from APP to RX111 microcontroller through DA14531 and vice versa. first I'm testing with Renesas smart console APP. But the problem is that if I close the Renesas Smart Console app in the middle of the connection (without using disconnection option in the renesas smart console APP) then I'm getting "+++" for every two seconds from DA14531 to my microcontroller though Uart continously. what it indicates and also how to stop that incoming "+++" through uart from DA14531 to my controller.  

Parents Reply
  • Hi,

       I did three types as shown below i., I'm closing the renesas console APP in the middle after connecting with DA14531 without using disconnection option in the APP. after getting "+++" continously, I'm sending AT and AT+GAPSTATUS in different orders as you can observe in the below screen shots. after sending 1st command then If I send 2nd command then I'm getting the error. please observe in the below screen shots.

      

    If I send AT+GAPSTATUS first instead of AT then "+++" is not stopping as you can observe in the 1st screen shot

Children