Hi, I am developing a system using nrf52832 SoC. I am using SDK_15.0.0. I am developing the hardware using ses project. Please help me how can I print the data which I am accepting through sensors. Or any kind of functional data.
Hi, I am developing a system using nrf52832 SoC. I am using SDK_15.0.0. I am developing the hardware using ses project. Please help me how can I print the data which I am accepting through sensors. Or any kind of functional data.
I am developing the hardware using ses project.
Errr ... SES is a software development tool - not hardware!
Most (all?) of the SDK examples illustrate using the NRF_LOG facilities to output data to the UART, or RTT - or both.
please read it carefully you will get the meaning
please read it carefully you will get the meaning
I'm not sure what you mean. The example shows you how to "print the data which I am accepting through sensors." You will need to be more specific if you mean something else.
Or you can look into NRF_LOG as awneil mentions. Please search the SDK documentation for more information, or have a look at similar cases on DevZone i.e. this case or this tutorial
I'm not sure what you mean
I think she/he is referring to my comment that SES is not a hardware tool.