Hello,
I want to use the nRF52832 as native transceiver 2.4GHz and I'm looking at examples of the latest SDK.
I'm using Segger Embedded Studio.
I found some examples in the folders
"\nRF5SDK160098a08e2\examples\peripheral\radio\transmitter"
"\nRF5SDK160098a08e2\examples\peripheral\radio\receiver"
But I also see some relevant examples in "\nRF5SDK160098a08e2\examples\proprietary_rf"
What is the difference between them?
Also, is there any documentation that explains what every example does? Well, I know some of them are ridiculously descriptive but a simple piece of documentation of about how every example works and what it does or a simple guide that would help you to go through it wouldn't hurt anyone.
Anyways, my goal is to transmit and receive simple packets over 2.4GHz. I was planning on using the nRF24l01+ and a host mcu of my choice but I also read somewhere online (I think it was on this DevZone) that nRF52 SoCs can also do that. So what example would be a good start to begin with?