I'm using "nrf5_SDK_for_Mesh_v0.9.2-Alpha".
How can I debug print out to UART print at printf, not RTT ?
I'm using "nrf5_SDK_for_Mesh_v0.9.2-Alpha".
How can I debug print out to UART print at printf, not RTT ?
I'm sorry I forgot that mesh got the SDK label. The UART example is in examples/peripherals of the nrf5 SDK (nRF5_SDK)
Debug print over UART is not implemented in the Mesh SDK.
Support can be added by merging the UART example from the nRF_SDK with the log_callback_stdout() in the Mesh.
-Tom
Tom-
What is the reason UART is unavailable for Mesh? Is this because of the Serial Interface support?
If Serial Interface is not needed for Mesh products, how can we get UART back? Will this be possible?
Thanks.
Tom-
What is the reason UART is unavailable for Mesh? Is this because of the Serial Interface support?
If Serial Interface is not needed for Mesh products, how can we get UART back? Will this be possible?
Thanks.