Hi, We have a test setup where we do: connect (from PC), wait 4 seconds, disconnect, wait 4 seconds, loop..
After a while (could be an hour) it seems we cannot connect anymore. It seems the device (Nordic NRF5340) is not sending out advertisements anymore. Is it correct that advertisements are turned off when a new connection is made? After a connection is disconnected, we enable advertising again. I'm trying to debug this. My questions: - does the net-core (controller) send out advertisements autonomously or does the app-core send them? - What could be wrong? (how can I test that), Any help would be very welcome, Bas