What capacitors work with NRF24L01?

Try with a ceramic capacitor 16V/10uF if you can or use the “25V/10uF”. Also if this is an “ESP8266” or other similar type module, you need to connect all power supplies to filter capacitors (4 in parallel of 10uF or 100uF per power pin, depending on the application).

Do you need a capacitor for NRF24L01?

nRF24L01+ module fixed about as well as it can be, by adding an appropriate capacitor on the PCB antenna, and a 1.0 uF capacitor across the power pins for good measure. For reasons likely related to the PCB antenna, each radio required adding a capacitor in a value usually somewhere between 1.0 pF and 2.2 pF.

How much current does NRF24L01 use?

The current consumption for the nRF24L01+ is extremely low – under the transmitter mode, when the transmitting power is 0dBm, the current consumption is only 11.3mA; under the receiving mode, it is 13.5mA; under the power down and idle mode, the consumption is even lower.

How do you increase the range of NRF24L01?

To improve the range with the NRF24L01 in particular, you can also:

  1. use a high channel number, this way you will operate outside of the 2.4 GHz WiFi/bluetooth band.
  2. choose a lower bitrate (I used the lowest – 250 kbps)
  3. shield the powered module (see below)

How do I know if nRF24L01 is working?

Connect one NRF24L01 to Uno R3 and the other to Mega2560. The nRF24L01 module on the UNO constantly sends data, and that on the Mega2560 receives data. Open the IDE and then Serial Monitor for the two boards respectively, and then compare the data sent and received to test whether it succeeds.

What is nRF module?

NRF24L01 is basically a wireless transceiver, which is used to send and receive data by using radio waves. It is a single chip transceiver module. It uses SPI protocol for transmitting data. Its data transmission speed is up to 2Mbps. NRF24L01 is normally used in industrial devices and projects for data transmission.

How connect nRF to Arduino?

To start with, connect VCC pin on the module to 3.3V on the Arduino and GND pin to ground. The pins CSN and CE can be connected to any digital pin on the Arduino. In our case, it’s connected to digital pin#8 and #9 respectively. Now we are remaining with the pins that are used for SPI communication.