Measuring network signal level (NRF24L01+)
-
I have some strange issues with connection between node(s) and gateway. All NRF24L01+ based.
To analyse this I plan to create a device to measure signal level. Is there any ready-to-use sketch for this?
Thanks
-
If there's no ready-to-use sketch, then which field I need to track to understand RX level?
-
@Alexander-Ivanov The nrf doesn't provide a good way to get signal level. Some more info in https://forum.mysensors.org/topic/1022/nrf24l01-signal-strength-request
The best approximation is to use the PingPong example.