Hello,
I am studying the materials in Bluetooth Low Energy Fundamentals.
I cloned the codes from GitHub
https://github.com/NordicDeveloperAcademy/bt-fund
I tried to build and run(debug) the code and it seems working as I can see the BT device from mobile App.
However, I cannot see any UART debug output from those "LOG_INF" lines.
I tried to add some UART/ console related setting in prj.conf from those settings that I can see in other example codes, but still cannot see the output.
I tried to change "LOG_INF" to prink as well but still cannot see UART output.
I am working with a nrf52dk, PCA10040.
Do you have any idea?
Thank you!