SparkFun Transceiver Breakout - nRF24L01+ vs other nRF24L01 boards

Hello. I have purchased 5 of these boards below

https://www.sparkfun.com/products/691

I have a few questions please:

  1. are these in backorder because they have an issue, or the board work perfectly fine ?

  2. I have ordered the above boards because I would like to avoid to use other NRF24L01+ wireless transceiver Modules that require soldering on them a capacitor and mounting on them a voltage regulator as explained here:

https://www.youtube.com/watch?v=Qn2YLSYz3WM

My question is if these 5 sparkfun boards I bought would require me to solder any capacitor or mount any voltage regulator or else, or if these boards would just work on a nano or on an uno without need of any other part

Thanks!

Hello,

You shouldn’t need all those other components, unless you’re trying to achieve something outside of our Hookup Guide. You can find the wiring here: https://learn.sparkfun.com/tutorials/nr … are-hookup

Hi, my system is based on 5 nodes.

Node #1: based on an arduino uno mounting the sparkfun NRF24L01 wireless transceiver Module + two pressure sensors + one accelerometer adafruit bno055

Node #2: based on an arduino uno mounting the sparkfun NRF24L01 wireless transceiver Module + two pressure sensors + one accelerometer adafruit bno055

Node #3: based on an arduino uno mounting the sparkfun NRF24L01 wireless transceiver Module + one altimeter sensor + one accelerometer adafruit bno055

Node #4: based on an arduino uno mounting the sparkfun NRF24L01 wireless transceiver Module + shield with potentiometer

Node #5: based on an arduino uno mounting the sparkfun NRF24L01 wireless transceiver Module + shield with potentiometer

Do you think I would need one separate power supply for each SparkFun Transceiver Breakout - nRF24L01+ board used on each node ?

Thanks!

That largely depends on how much current is being pulled by the other modules in each node. If you start to get brown-out behavior, trouble reading/writing transmissions, or power LED flickering then it would be safe to assume that too much power is being drawn that the UNO can’t supply. Other than that, the voltages should all work out.

Hello. I have a question about radio transmission delay.

Please see below schematic and attached codes for ewach of hte 5 nodes. I am experiencing about 1 sec of delay, from the moment I move the sensors, to the moment the signal arrives to the hand module and reach the controller via potentiometer.

Is there any setting that would help decreasing the delay or do you see anythning in the codes for the radio part, that would create the delay?

https://ibb.co/9Y9QBPn

http://www.mediafire.com/file/ja8tqmxlb … e.txt/file

http://www.mediafire.com/file/mcakgafqz … e.txt/file

http://www.mediafire.com/file/64adc5e6t … d.txt/file

http://www.mediafire.com/file/56z5twvho … t.txt/file

http://www.mediafire.com/file/8yswq6pqz … d.txt/file

Thanks