Hello,
I am currently working with the nRF52840 DK, and I have been having trouble printing RSSI values over termite.
Code:

Thanks,
Hello,
I am currently working with the nRF52840 DK, and I have been having trouble printing RSSI values over termite.
Code:
Hi Chris!
I suppose the reason that you get a large quantity of RSSI values is because you will get advertising reports whenever the cental device are scanning and detects an advertising packet.
Take a look at this thread, and see the comments from Jørgen.
if ( p_gap_evt->params.adv_report.scan_rsp )
I'm not sure why you are using the .scan_rsp. This will only print the RSSI for scan responses?
This exact topic is discussed in this thread:
https://devzone.nordicsemi.com/f/nordic-q-a/27453/read-rssi-value
Take a look at the threads above, and let me know if they are helpful.
Please let me know if you have any further questions.
Best regards,
Joakim.
hello Chris can you please tell me where should I write this code
hello Chris can you please tell me where should I write this code