• What is the right configuration of registers for NRF24L01P (TX mode and RX mode)

    After i test a lot of possible configurations for nrf24L01+ based on the documentation, i didn't come to the right setup for all the nRf24L01+ registers to send data from a module as an emitter and to receive as a receiver. here is the configurations…
  • nRF51 to 24L01P ESB duplicate packet

    Hello, I am currently testing the nRF51 series as a possible upgrade to our products that use the 24L01P. For testing I have the nRF51 dev board setup as the PRX and a custom board with an 24L01P as the PTX. I have quite a bit of experience with ESB…
  • How to setup nrf51(PTX) to nrf24L01+(PRX) ?

    I'm trying to set up communication between an nrf51422, and an nrf24l01+. The nrf51 is supposed to be the PTX device, and the nrf24 the PRX device. Communication from PRX to PTX should go through ack-payloads. On the nrf51 side I am using the code…
  • Multiple NRF24L01P single clock oscillator

    Hello, Our application board uses two NRF24L01P and two microcontrollers, so we have total four quartz generators on board. To simplify things we would like to use a single clock oscillator KXO-V97 by Geyer with the following characteristics: frequency…
  • nRF24L01P DK communicates with nRF2401E DK

    Recently, I try to programme nRF24L01P DK communicating with nRF2401e1 DK in shockBurst mode, transmitting and receiving,unfortunately,which does not success normally. first, the nRF24L01P DK as PTX transmitts messages to the nRF2401e1 DK continuely…