I need guidance in using the NRF24l01 pa+lna, the one with the antenna. I have been using them to connect a couple of arduino nano, but without success.
I read the NRF24 library in which i found out the example programme. After using it the problem has been the same with every module i tried from different shops “radio hardware is not responding”. That is supposed to happen due to wiring/connection problems (meaning that the module and the MCU are not “talking”), despite knowing this, check every single wire and use the multimeter to see if there was any shortcut, i could not see the problem.
Does anyone knows what might be happening? Is there anything else i can try?
After an attemp with the sketch in post #30, all of the numbers were 0x00. This confirms that the module and the arduino are not connected.
I will get the NRF24 without antenna, in order to check that my arduinos are fine and i am able to make them work. Is there any difference while using the NRF24L01 PA+LNA?
I will take a SWAG and say you are using the Arduino to power the NRF24 devices. This is a bad way of doing it, very iffy at best. You need to power them with an external power supply and be sure the antennas are at least a meter/yard apart. This might help:"
il's Crispy Critter Rules, they apply to processor hardware:
Rule #1. A Power Supply the Arduino is NOT!
Rule #2. Never Connect Anything Inductive to an Arduino!
Rule #3 Don't connecting or disconnecting wires with power on.
Rule #4 Do not apply power to any pin unless you know what you are doing.
LaryD's Corollary's
Coro #1 when first starting out, add a 220R resistor in series with both Input and Output pins.
Coro #2 buy a DMM (Digital Multi-meter) to measure voltages, currents and resistance. Violating these rules tends to make crispy critters out of Arduinos.
Hint: It is best to keep the wires under 25cm/10" for good performance.
Thank you again for your suggestion on trying that tutorial. I got some NRF24 modules without antenna for it. It was a success! At the beggining the modules connected to the Arduino as the sketch from the post#30 intended, and then i could connect a couple of modules.
However the problem is the same, the NRF24 with antennas, are not “talking” to the arduino. As far as i know, they are supposed to work in the same way (about software). Does it has something to do with the external supply?