About 7,660 results
Open links in new tab
  1. Understanding NRF24L01 specifications - Arduino Stack Exchange

    Oct 4, 2020 · But the nRF24L01+ protocol uses addresses within that one chosen channel, so lots of devices can all be on the same channel to talk together, and each is distinct by its address. …

  2. programming - How to automatically reset the NRF24L01 module

    For my home-automation project I'm using several arduino nano's with each a NRF24L01+ module. Each module is able to both receive and transmit with one another. Everything …

  3. nrf24l01+ - Sending large structs via nrf24l01 leads to cliping of …

    Feb 8, 2015 · Then it works and I can receive and display counter, temp, hygro values. So it looks the nrf24l01+ sends a payload of either 8 or 32 bytes and when sending struct with INT, …

  4. NRF24l01 Channel switching - Arduino Stack Exchange

    Nov 20, 2020 · I have a NRF24L01 radio module. The description indicates that it can work in the ISM frequency range of 2.400 ... 2.525 GHz. The channel step is 1 MHz, and there are 125 …

  5. nRF24L01+ works unreliably on battery - Arduino Stack Exchange

    Both are fitted with nRF24L01+ modules with antennas. It works perfectly when the Arduino is powered from a wall socket, for instance using a 9V / 1A power supply. But when I try it with a …

  6. Using signal strength feature of nRF24L01 module - arduino uno

    But it is said that we can't use this with nRF24L01, but can use only with nRF24L01P (I don't know what is the difference). Test whether a signal (carrier or otherwise) greater than or equal to …

  7. nRF24L01+ radio not transmitting anything but says it is

    Jul 24, 2020 · I have a nRF24L01+ radio that was working like a charm for many months now, and a few days back, I was trying to send something and then receive it. The transmitter initialized …

  8. Not able to make my nRF24L01 work - Arduino Stack Exchange

    May 21, 2015 · If adding a 47uF capacitor between the 3.3V and GND is not enough to solve your problem, try to: power the NRF24 through a 3.3V voltage regulator (like a LM1117T-3.3) and …

  9. How to connect a nRF24L01 to a Wemos D1 R2? - arduino uno

    Apr 19, 2023 · I have troubles connecting a nRF24L01 transceiver to a Wemos D1 R2 board. I succeeded on an Arduino Uno. Does anyone know the pinout? I used (same as with Uno): …

  10. How to connect NodeMCU to NRF24L01 - Arduino Stack Exchange

    Nov 1, 2019 · I need to connect NodeMCU and NRF24L01. where I'm receiving data from another NRF24L01 Transmission. I managed to connect to a WiFi network but the data receiving is not …