Can you update the nRF24L01P EVKIT to add 250K, 1M & 2M data rate selection? Our test house requires we test all 3 rates for the Receiver Blocking tests in EN300328.
Can you update the nRF24L01P EVKIT to add 250K, 1M & 2M data rate selection? Our test house requires we test all 3 rates for the Receiver Blocking tests in EN300328.
Hello,
Unfortunately there is no plans to update the nRF24L tools. So you need to write code for your MCU to setup the required radio test modes.
What you need to do is to first include the hal_nrf.h and hal_nrf_l01.c in your third party MCU, I presume you might have done so already if you have created a product using the nRF24L01. The hal_nrf_l01.c depend on a simple hal_nrf_hw.c to be ported to your MCU to handle the SPI transfer. The following application note describe how to setup the nRF24L in various radio modes, and also describe the porting required to third party MCU if you have not done this already previously:
https://infocenter.nordicsemi.com/topic/struct_appnotes/struct/appnotes_nan24-12.html
Best regards,
Kenneth
Hello,
Unfortunately there is no plans to update the nRF24L tools. So you need to write code for your MCU to setup the required radio test modes.
What you need to do is to first include the hal_nrf.h and hal_nrf_l01.c in your third party MCU, I presume you might have done so already if you have created a product using the nRF24L01. The hal_nrf_l01.c depend on a simple hal_nrf_hw.c to be ported to your MCU to handle the SPI transfer. The following application note describe how to setup the nRF24L in various radio modes, and also describe the porting required to third party MCU if you have not done this already previously:
https://infocenter.nordicsemi.com/topic/struct_appnotes/struct/appnotes_nan24-12.html
Best regards,
Kenneth