Are there any consequences of running fast mode (other than that RU takes 40us instead of 140us)?
Are there any consequences of running fast mode (other than that RU takes 40us instead of 140us)?
Higher current consumtion? You might want to expand your question with some details, I have no idea what you are asking about...
I'm asking about what all the consequences are by running in fast mode instead of the default... If I'd knew about the details, I would not need to ask the general question...
Higher power consupmtion may be one of them - is it? What else?
Hi Michael
There are no ill consequences of using the fast mode, other than the fact that the radio timing is now different from earlier radio implementations (like the one in the nRF51 series).
As an example the ESB implementation uses the slow startup time to time the transmission of the acknowledge packet, and if an nRF52 device was sending an ACK to an nRF51 device using the fast startup the nRF51 device would not be able to receive it.
The power consumption will be the same. When using 'slow' mode on the nRF52 the radio is essentially just running a delay function under the hood, and delaying startup to match the older radios.
Best regards
Torbjørn
Thanks Torbjörn, that helps a lot