This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

from nrf24 to nrf52

Hi,
I am using nrf24L01 for my application. I have to question:

- Is it possible to bypass SB protocol (I take into account possible error in exchanged packets without preamble byte and crc )?

- Is it possible to upgrade my application adopting some of nrf52 versions to extend up to 255bytes the lenght of the payoad (can you suggest me some complete mbedded module)?

Thanks

  • Hi Cennamo, 

    You can get to Shockburst, meaning removing any ACK or retransmission of ESB, but you can't get lower that that. 

    The preamble and address are obligated. Otherwise the chip will catch any noise in the air. CRC is optional. 

    2. Yes you can use nRF52, but your communication with the host MCU will be different, you will have to rewrite that. We have example to use the nRF52 as connectivity chip. 

Related