Hi, is there a way to receive messages from terminal to PCA10040 using the NRF_LOG module? How can I do it?
Thanks
Hi, is there a way to receive messages from terminal to PCA10040 using the NRF_LOG module? How can I do it?
Thanks
Hi,
In my opinion, the easiest way is to use nrf_cli module. You can either print logs or process input text.
Example:
sdk\sdk\nrf5\examples\peripheral\cli
Documentation:
Hi,
In my opinion, the easiest way is to use nrf_cli module. You can either print logs or process input text.
Example:
sdk\sdk\nrf5\examples\peripheral\cli
Documentation: