I'm a newbie.
I have an app that works on the nRF52840 DK and wish to move it to the dongle. It sends and receives serial data over UART1 (mapped to P0.02 and P1.10).
I would like to minimize the number of wires soldered to the dongle.
- Can I safely use the dongle's USB connector to provide power and ground without changing anything in the app?
- Instead of using P0.02 and P1.10 can I send/receive the serial data over the dongle's USB connector? If so,
- What node (uart0?)?
- What other changes will need to be made?
- Are there negative implacations (for example: can't reprogram the dongle)?
Thanks