Specify exact BLE advert packet bits in SW

Hi,

I have been trying to use the radio_test example application to try and accomplish my goal but no success so far. My goal is to be able to compose an advertisement packet (Preamble + Access Code + PDU + CRC) pre-whitened and have it transmitted by the radio over the air exactly as is. i.e. no pre-pending of preamble + access address, appending a CRC nor whitening? Is this possible with the nrf52832 chip? If so, what is the best example application I can start with to help me accomplish this? If not, how close can I get to this. The most important thing for me is that the radio does not append CRC and does not perform whitening - i.e. SW will take care of both.

Thanks in advance for your help
Yohannes

Related