Xiao Seed BLE (nRF52840) Random disconnect and issues reconnecting #2776
Description
I'm trying to debug a connectivity issue that occurs randomly. I am using a split keyboard each with a nRF52840. A third nRF52840 connected to my computer acts as the controller. I am currently using tio
to view the output logs with only (Connected and Disconnected messages showing). Using the docs, I tried adding support for logging as per the last commits a06bb6a, but all builds have failed.
When a half, or both half fail, calling the &sys_reset
binding doesn't fix the issue. However connecting the keyboard to a power source is usually enough to get the problem fixed. Other times, a re-flashing of the keyboard half is required to get it to work again.
How can I enable the highest level of logging for my configuration to begin trying to pinpoint the issue?