Range improved with delay
-
Hello,
I use an arduino pro mini 3V 8mhz and a nrf24l01+ to send temperature with a DALAS sensor.
I notice that when i add a delay(1) or a wait(1) before sending the value the range is much better.Am i the only one who needed to do this ? if y use sleep(1) it doesn't work.
-
@snyfir could it be that you're affected by the same problem discussed in https://forum.mysensors.org/topic/9655/delay-after-tsf-tri-tsb/14 ?
If so, there is a fix in the development version of MySensors.
-
@mfalkvidd
I don't know i will try when the next release will get out