Hi,
I am trying to send the data received over BLE from nrf5340 to ESP32 and then from ESP32 to nrf5340 using UART communication using below configuration.
nRF5340 esp32
P1.08 pin Rx-----> Tx 17pin
P1.09 pin Tx ------> Rx 16pin
I have tried to configure the peripheral_uart example but I i am not receiving any data from one board to another.
I am using nrf connect SDK V2.0.0.
Thanks