This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nRF52840 dongle UART application only works on "older" batch of dongles.

Dear Nordic Team,

I recently ported the BLE UART example project for the PCA10056 to the PCA10059 dongle (SoftDevice 113). I added some minor changes like RX/TX pins, GPIO config for an additional button and some special character escaping to trigger LEDs.

Everything works as expected with my "old" dongle:

  • Revision: 1.2.0
  • Date: 2020.7

I flashed the exact same binary to the "new" dongle I recently ordered.

  • Revision1.2.0
  • Date: 2020.19

Here the application shows an erratic behavior: Data received via BLE RX is not forwarded to UART TX, and data received by UART RX is not forwared to BLE TX.
Instead, everything received by UART RX is directly "looped back" to UART TX.

I'm really lost here, since I cannot debug the application on the dongle. Plus I would expect the same binary to behave the same on a device with the same Revision.

Many thanks for your help!

Marc

Parents Reply Children
Related