2022-01-23 11:06 PM
I'm new to embedded programming and don't know how to deal with registers therefore I'm looking for a library that is readily available.
Thank you.
2022-02-11 06:49 AM
Hello GSaw,
are you able to complete your project.
any update.
2022-02-28 03:52 AM
Hey @NSing.5 very sorry for late reply.
I've been using https://github.com/elmot/nrf24l01-lib library since a few days now.
It has multiple options already built in like multi transmit and receive, transmit and receive with ack, etc.
I did work as it is given in the git but I edited it a little according to needs.
I'm able to achieve transmitting to multiple nrfs and then processing the received data as well as receivers also being able to transmit to multiple nrf (hope you understand what I mean).
Have gone ahead with my project using this.
Thanks for your support.