This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

NRF_LOG_INFO func and migrating from arduino to SES NRF52832 questions

Hello,

I've recently properly started programming my nrf52832 DK with segger embeded studio playing a little with the debuging tool break points modifing example ect...

and I came across this function NRF_LOG_INFO(); which I guess is for outputing the info according to the parameters it takes. Now the question is where can you see them?

other questions are is there anywhere you can find a good API website for all the functions with explanations?

Also how hard would it be to convert an arduino library to be used with the SES IDE?

I have this I2C OLED display I used to control with two arduino libraries from adafruit one was for graphics handling and one for display control and I don't feel like reCoding all the algorithms there sins it's a minor and complex part of the project.

and last question is there a blog type chat where you can discuss this topic specific to SES for small questions?

It doesn't look right for me to post 1000 threads over here.

Thanks for helping.

Related