Hi,
I have nRF52840 DK boards.
This is rather an informational question for my benefits.
In post: https://devzone.nordicsemi.com/f/nordic-q-a/9315/nrf52-802-15-4
"With BLE and with nrf5x chips the modulation scheme used is Gaussian frequency shift keying (GFSK)"
My understanding is modulation GFSK is implemented in nRF52 chips as hardware layer. It is not optional. But why in the radio test examples,
cmd_tx_carrier_start(nrf_cli_t const * p_cli, size_t argc, char ** argv) {
...
m_test_config.type = UNMODULATED_TX;
...
}
It includes a test configuration with UNMODULATED_TX?
Did I miss anything?
Thank you,
David Zhou