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
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
merging the UART example from the nRF_SDK with the log_callback_stdout() in the Mesh
thst Hi !
Can you please be more elaborate on how to merge the UART example in SDK with log_callback_stdout in mesh.
Thanks and Regards,
Vibhu.
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.