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,

       In your sceen shot, your are getting AT+BINREQ, AT+BINREQACK. But I'm not getting because I'm using codeless sdk i.e., in enter in to Binary mode on connection. so I'm not getting AT+BINREQ and also AT+BINREQACK. and also if I close the renesas console app in middle (with out using disconnection option) then I'm getting "+++" continoulsy for every 2seconds. if I send AT command then I'm not getting any response from DA14531 but "+++" is stopped

Children