Results 132 comments of TMRh20

I don't really think I like that idea, it could cause data loss, where calling txStandby would ensure that data is sent.

All in all this looks like kind of a timing issue. It also seems to work if I set the Serial baud to 115200 on the receiver. I think the...

I think the issue will still happen when/if the receiver goes out of range. Either auto-ack should be disabled or call txStandBy() at some point in the code would be...

Yeah, we might want to add a comment about hitting `MAX_RT` if `AA` is enabled, and the need to call `txStandBy();`

@SuhaylZhao This should do the trick: ```cpp int res = radio.writeFast(&dataWrite, sizeof(dataWrite)); if (res) { Serial.print("1"); digitalWrite(led3Pin, HIGH); } else { radio.txStandBy(); //

You may have some sort of power supply issues or something going on if the normal write() isn't working. Do you have a 10-100uF capacitor connected between the VCC and...

The timing etc of the scanner example is dictated by the hardware mostly, as the device needs to listen for a bit. Providing the user with a channel range to...

I'm getting pretty consistent results between the C++ and Python scanner on my RPI4. My RPi Model B provides much more active output, and I'm not sure the reason, whether...

Hey, I just realized that testRPD(); will only catch signals >64dBm, but radio.available(); will catch signals