Hi, I’m working with an nRF52840 DK and trying to use two UARTs simultaneously. I’ve configured UART1
for debugging (console and shell output) and want to use the default UART0
pins for communicating with a CO₂, temp, and humidity sensor. I want to send a Q
command every ~5 seconds and receive the sensor’s response back. I’ve verified my hardware setup with an FTDI cable — I can see the Q
being printed at one point, and I can talk back and forth with the MCU, but now the Q
doesn’t appear on the pins anymore. I suspect there may be a conflict with the UART configuration or a mismatch in the baud rate. I’ve attached my full zip file— could you please help me identify what might be wrong with my multi-UART setup or any recommended settings to ensure reliable TX/RX on UART0
for the sensor?
TX- P0.06
RX- P0.08
Overlay-