So I have a OSEPP Uno R3 Plus and an Adafruit Pro Trinket 3v both hooked up to separate NRF24l01+ and they just don't seem to be communicating. I followed the Simple NRF24l01+ 2.4GHz transceiver demo by Robin2 and still could not get the things to do anything. So just for troubleshooting I also followed Robin2's CheckConnection.ino test and the Arduinos don't seem to be communicating with the NRF24l01+ and I'm hoping someone can shed some light on the issue. Seriously, I've tried almost everything for the past 4 days all with the same results and that seems like a lot to me.
Admittedly, I don't have the correct capacitor and power supply recommended in the tutorials and I'm totally open to this being the issue. However I figured I'd at least get a flicker from the COM if everything was hooked up right. I even "wiggled the wires" so to speak. But nothing seems to be happening.
Things I've tried:
1). trying different NRF24l01's but the results have all been the same
2). double and triple checking I have the correct pins wired.
3). checking my Arduino pins to see if they are outputting power or reading pins, they are.
4). I'm pretty sure my boards are good cause I was running a OLED on them with its library.
5). connecting speaker to the NRF24l01 pins while connected to the powered up Uno to
"hear activity." Result: lots of activity on the CSN pin of the Receiver and Transmitter boards
but no activity on the CE pin of either. Also MISO and MOSI pins mimic Transmitter's CSN
pattern but the Receiver's MOSI pin is the only one that mimics. The Receiver is also the one
reading out "Data Received" at a fast rate on the COM.
6). I've also tried the RF 433mhz transmitter and receivers with similar results.
(In this case the Receiver did receive signal from Transmitter but the arduino
didn't recognize it for some reason. An AnalogRead() read back various numbers however)
I'm starting to think Arduino just isn't my strong suit and just uninstall it and walk away.
However I also play Elden Ring so I keep coming back cause I like to fail I guess lol jk.
Thanks for your help in advance.
The capacitor I'm using, I have a bigger one. buts a 470uf 35v
Also in this case the capacitor has not made a noticeable difference.
This is the result of the NRF24l01 being externally powered by the Lithium cell.
The 2xAAA's seem to behave just like unplugging the NRF24l01 from the uno.
This is the result of the NRF24l01 being plugged into the Uno
Uploading: NRF24l01_plugged_in.png...
This is the result of the NRF24l01 not wired up to the Uno
The Lithium cell seems to do something verses the 2xAAA's
this is how I'm wiring the NRF24l01 to the Uno.