Hello,
I'd like to ask what needs to be configured to enable communication between two boards: nrF7002-DK and nRF5340-DK via another UART (e.g. UART1).
Please provide necessary updated files.
Thank you
Hello,
I'd like to ask what needs to be configured to enable communication between two boards: nrF7002-DK and nRF5340-DK via another UART (e.g. UART1).
Please provide necessary updated files.
Thank you
Hi,
First you would need to define the DTS overlay file for both boards, i.e. if you are using UART1, then define the UART1 in both the board's overlay file.
Then update your prj.conf to enable UART and logging etc.
After this you need to make sure that you have connected both the boards physically together, TX or one to the RX of another and vice versa, something similar to this: https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/cellular/slm_shell/README.html#requirements
Please also take a look at the following ticket: How to Separate Logging and Serial Communication on Different VCOMs (nRF5340)
-Priyanka
Hi,
First you would need to define the DTS overlay file for both boards, i.e. if you are using UART1, then define the UART1 in both the board's overlay file.
Then update your prj.conf to enable UART and logging etc.
After this you need to make sure that you have connected both the boards physically together, TX or one to the RX of another and vice versa, something similar to this: https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/cellular/slm_shell/README.html#requirements
Please also take a look at the following ticket: How to Separate Logging and Serial Communication on Different VCOMs (nRF5340)
-Priyanka
Hello, I'm using HTTP server sample:HTTP Server on nRF7002-DK, and I'd like to send received messages via UART to nRF5340 running Bluetooth: Peripheral UART, but no communication is on pins P1.00 and P1.01 but I see log in serial monitor, could you please help me with this specific sample - parts of code needs to be replaced? Thanks