This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

[nRF52811] UART connection

Hello,

I am working with an nRF52811 and I am trying to get it to send data via UART with a USB connection. I tried using the USB CDC ACM module, but it appears to only work for the nrf52840 model. What is the best way to achieve this and is there any documentation on the subject?

Best regards,
David

  • I have the same configuration.
    Actually, the nRF52811 is connected to an nRF52840 that is used as a bridge (for flashing the code and reading data), which is turn is connected to the PC via a usb cable. When I plug the usb cable, a serial port is opened and I am reading that port.

  • So the nRF52811 will be transmitting the logs on Pin 6. Is this pin connected to the nRF52840 and is that relayed onwards to your PC?

    It would be best if you could measure directly on the TX pin and verify if you can see data being sent or not.

Related