Electronic – arduino – When powering a Nrf24L01 hooked up to an arduino by external battery does ground still go to the Arduino ground

arduinointegrated-circuitradio

So as mentioned in this article, the radio chip might have power problems and an external power source is recommended:

http://arduino-info.wikispaces.com/Nrf24L01-2.4GHz-HowTo

My question is for the ground connection, Should I connect this to the ground pin of the Arduino board? Or, since the power is seperate from the Arduino, does the GND and VCC go to the black and red external leads of the battery directly ?

chip

Best Answer

The GND of the battery and the Arduino shoud be anyway connected together so it does not matter. Connect it that way and the Arduino to the battery (Vcc to 3.3V the data-pins are 5V tolerant): enter image description here

An example pin-connection would be (but this depends on your code):

An example pin-connection woud be:

For the Nano this might help:

connection for arduino nano