need Rx Tx Library and Sketch

Would you be able to recommend a reliable sketch and appropriate library for use with the 433MHn NRF24L01 rx tx module.

I have fiddled around with a few but seem to be getting nowhere.

If I could get advice on a reliable and working sketch and library maybe I can find out where I am going wrong.

Arduino Mega or Uno. Win 10.

Thank you

The nRF24L01+ module works at 2.4GHz and not at 433MHz.

If you are actually using an nRF24 then have a look at this Simple nRF24L01+ Tutorial.

Wireless problems can be very difficult to debug so get the wireless part working on its own before you start adding any other features.

The examples are as simple as I could make them and they have worked for other Forum members. If you get stuck it will be easier to help with code that I am familiar with. Start by getting the first example to work

...R

I had success with this library right out the box, using both Robin2's examples in the previous post, and the examples that came with the library.

Thank you. That should get me started