cancel
Showing results for 
Search instead for 
Did you mean: 

I want to interface NRF24L01+ with STM32 G030C6. Which library out of all the libraries that are available is most reliable and can be scaled easily ? I've tried some, but they don't seem to be working and I'm not being able to debug. Please help.

GSaw
Associate II

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.

31 REPLIES 31

Hello GSaw,

are you able to complete your project.

any update.

GSaw
Associate II

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.