Hi!
I've been playing around with the SDK and nrf9160 dk for a week now, and it's a lot of fun.
In the beginning the UART example worked perfectly, and I managed to add a second UART which also worked. Now, after playing around with mqtt, trying to merge some of the projects etc. it seems something broke.
When i try to run the UART feedback example (using printk with LTE link monitor), it doesn't work. The monitor shows: "UART feedback loop" as supposed, but nothing can be written to it.
When running the "at_client" example, I can write as many commands as I'd like (at least after restarting the monitor if UART example was previously tried).
Any suggestions?
My prj.conf:
main.c:
The solution might be obvious as I am probably having a big case of tunnel visions.
Any suggestions?