Hi,
I am working on an FCC cert of our product which is nRF52811 based. We are currently on SDK 2.0.0. I have copied from the nrf samples bluetooth area the projects peripheral_uart and direct_test_mode and have been trying (in vain) to get them to send LOG_INF output to the RTT display. Our main FW on nRF52811 sends the data fine but for some reason I can't get the other two test projects to do that.
I really need the direct_test_mode project to work that so I can test out the 52811 before we go to the RF Lab to check it out. The peripheral_uart sample seems to be where our current pre-production FW originated from, so I have been trying to use that one to get the RTT display working. I had to basically lobotomize it as far as BT is concerned since the 52811 is such a small SOC.
Here's the proj.conf from peripheral_uart: