radio_test SW modifications

Good morning,

I work with the nRF52840DK board and the BC840E and I would need to make some changes to the SW of the "radio_test" application, but trying it out I find it a bit complicated at the moment.

What I would need to do is to set a single transmission channel (e.g. 40) from the code, and start transmission from the board once the code has been loaded, without the use of serial commands to start transmission or select the channel.

As far as the transmission part is concerned, I tried this:
I tried editing the main.c file by entering config->type == TX_SWEEP but unfortunately it does not see this parameter.
I have tried entering config->type == TX_SWEEP at the beginning of the file radio_test.c but it tells me that that value is then not used anyway.

Could you please help me?
Thanks in advance!

Parents Reply Children
No Data
Related