Can't get two rf24 to communicate

Hi
Can someone check /verify that the sketchs between rx an tx are correct and if they are correct why are they not communicating ? what do I need to change ?


SCX_receiver_mul_v1.ino (10.0 KB)
SCX_transmitter_AD.ino (3.0 KB)

I'm Attaching the sketchs for both and the readings from the monitor. Thanks for the help

Have you checked this tutorial out? Simple nRF24L01+ 2.4GHz transceiver demo

Read the forum guidelines to see how to properly post code. Use the IDE autoformat tool before posting code.

Post code here. Members do not like to download code.

+1 for Robin2's simple rf24 tutorial. Pay special attention to the part about powering the radios. There is a sketch to check the physical (wired) connection between the radio module and the processor. See reply #30.

+2 for Robin2's simple rf24 tutorial.

It is vital when troubleshooting RF modules to use the most basic programs possible to test the modules really are working ........ before you add lots of other stuff or sensors to the programs.

1 Like

Ok Thanks Will try to post using IDE. And will try the tutorial.

Please read the forum guidelines. Post your test code in code tags. Use the IDE autoformat tool (ctrl-t or Tools, Auto Format) to indent the code for readability before posting code.

Please go back and edit your posts to put the formatted code in code tags.

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.