NRF24

Hello everybody,

I have a problem with the Nrf24 antenna. There is no communication between the antennas. Can you help me?

Thanks in advance

Here you can see the two Arduinos:

https://www.mediafire.com/view/pc5rgyry65ubjj7/20200329_113437.jpg/file

Code:

https://www.mediafire.com/file/a61v5d4lthho67o/Empf_nger.ino/file

https://www.mediafire.com/file/6t0wmv4aeyua1oi/Sender.ino/file

I despair slowly
:o

Hi,
Welcome to the forum.

Please read the post at the start of any forum , entitled "How to use this Forum".
OR
http://forum.arduino.cc/index.php/topic,148850.0.html.
Then look down to item #7 about how to post your code.
It will be formatted in a scrolling window that makes it easier to read.

Can you please post a copy of your circuit, in CAD or a picture of a hand drawn circuit in jpg, png?

Thanks.. Tom... :slight_smile:

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

There is also a connection test program to check that the Arduino can talk to the nRF24 it is connected to.

A common problem with nRF24 modules is insufficient 3.3v current from the Arduino 3.3v pin. The high-power nRF24s (with the external antenna) will definitely need an external power supply. At least for testing try powering the nRF24 with a pair of AA alkaline cells (3v) with the battery GND connected to the Arduino GND.

If you need more help please include your code in your next Reply and make your images visible in your Posts - See this Simple Image Posting Guide

...R