Tool/software:
Dear E2E Team,
I have already set up the device with a hardcoded configuration. Now, I would like to update it to perform environment scanning with a different starting frequency in each iteration.
For example, given a list of desired start frequencies:
float sFreq[10] = {60, 60.2, 60.4, 60.6, ... 62 }I would like the device to automatically scan sizeof(sFreq) times after initialization and send out the results after each iteration.
Could you please advise on how to implement this functionality?
Thank you in advance for your assistance.
Best regards,
Ramin