Hi,
I've been working with the nrf52840 DK which connects to a custom BLE sensor that we built.
The DK receives the sensor data over BLE. I'm using this sensor data to publish it to a private server.
I've connected the DK to a QUECTEL BG96 and want to send AT Commands to the BG96 over UART.
I'm fairly new to the nrf52840 and looking at the NRF connect SDK and the samples I'm able to send over the AT commands to the module over UART pins P0.06 and P0.08,
But I'm not able to receive anything back from the module to the DK.
Can anyone please help me through this if there is any code using the NRF Connect SDK.