I ordered some RF-Nanos from Aliexpress to replace a load of broken nRF24L01 modules. Does anyone have experience with them? I watched a few videos and read a few articles but there doesn't seem to be a lot of info out there. My questions are as follows:
Do these things just break out of nowhere like the nRF modules? How durable are they?
How much range can I get? I need only 30ft at most, but it needs to be able to pass through 1/2 inch polycarbonate plastic without any lag.
Are these just a drop-in replacement for an Arduino Nano or does something need to change?
Maybe the answer to your question is why to you have a load of broken nRF24L01s, that is not normal. Post your circuit maybe we can save you some money.
The nRF modules are in breakout boards and are connected as normal to Arduino UNOs.
I tested eight modules between two Arduinos and two breakouts and they all came back reading broken.
Search the forum. There's been a few discussions about them. Mostly revolving around the pins used for the CE & CSN signals. From memory, beyond that it's just a 328p and an nRF24L01 on the same board.
When you post the schematic please show all the power connections. The arduino a power supply it is NOT! powering the nRF24L01 with the Arduino is a shure shot to failure it cannot supply the power during transmit.
CE - 7
CSN - 8
SCK - 13
MOSI - 11
MISO - 12
VCC - 5V (this is through a breakout with a 3.3v regulator built in)
GND - GND
Also what you said about the Arduino not having enough power is just straight up wrong. The NRF consumes about 15ma during transmission, well under an UNO's max current draw.
RE my posts #8 & #12, there seems to be more than one RF-Nano design out there. Some have CSN on 9 and CE on 10, whilst others have CSN on 10 and CE on 9. I'd try both combinations with Robin's comms test sketch to see which one you have.