Hi
I am currently using a nRF52833 DK. I am working with the direction finding feature of the nRF52833 DK. I have managed to send and receive CTE packets and I am getting solid values for the I and Q samples.
As of now I am only displaying these values on my debug terminal. I want to make a graphical interpretation of these values in the form of an angle pointer or whatever.
I had two main questions.
1. Is there a GUI I can use to represent these values? Of course I will first convert the I/Q samples into meaningful angle values before putting through the display. I saw that segger has emWin GUI. Could I use this as I am currently using the Segger Embedded studio IDE for this project?
2. If not what is the best way to display these values in a graphical representation? I would like to not pay for this as this is just for my learning.
Thanks in advance