Hi everyone,
I implement nrf5_SDK_17.0.2 ble_app_uart example, but when I connect both GND wire and TX wire of the external device to my nRF52840 DK first, my nRF52840 DK cannot start advertising even the external device is off. So I have to turn my nRF52840 DK on first, and then I connect the external device.
The most important problem is that when I press the reset button on my nRF52840 DK I need to reconnect the common GND or TX wire, otherwise my nRF52840 DK cannot start advertising.
Note: the external device's logic level is +5V so I have to use a lever shifter.
Thanks.