NRF24L01 can't manage to send information

I have worked with a lot of nrf's and have faced numerous problems at times.
Simple NRf tutorial is like the master key for starting to solve the problem from root.

Your case looks a little complicated maybe because you are not able to get things done properly. Follow this tutorial and start from checking the connections and wiring.

Here are some advices from my experience:

  1. Utilise the builtin library functions for checking if Nrf is connected properly .(i.e. isChipConnected() ).
  2. Try to keep some distance between both nrf's .
  3. Keep connection wires short in length .
  4. Use Ack packet functionality to keep check on connection.
  5. Use a good power source (Uno and mega's built-in would do in some cases)
  6. Avoid silly mistakes in program( eg. different codes copied from internet give different response packets which newbies find hard to solve)
  7. Check for burnt modules .(check for heating and power consumption)
  8. First establish connection using basic code before moving to complex data transfer or tasks.
    Try the above and tell if that resolves.
1 Like