Hi,
I've got a question regarding the configuration I have to make in order to get the logs from the nrf9160 in the serial terminal using the hci_lpuart sample.
My setup is the following:
- the hci_lpuart sample is running on the nrf52840, built using v2.7.0 of the nordic SDK
- a modified version of the lte_ble_gateway is running on the nrf9160, built using v2.8.0 of the nordic SDK
- all DT-overlays and -configs are still from the original samples
- the above mentioned versions have been used in accordance with this ticket
I adapted the lte_ble_gateway in order to fit the needs for the project (do a BLE scan and transmit the data to a private MQTT), and got it successfully running on the nrf9160DK including all logs over serial monitor.
However, once I tried to flash it on to the thingy91, I can no longer see the thingy91 as a serial device nor get any logs from the application running on the nrf9160.
If my understanding is correct, the nrf52840 chip is responsbile for sending the logs via serial connection, but I can't seem to find any configuration options to enable it again.
I tried adapting the overlay and config based on the connectivity_bridge application, but I've not been successful.
Any help would be much appreciated!
Cheers