Results 132 comments of TMRh20

Yeah, that is still ugly to add to a bunch of examples unless they are Pico specific imho. I'd rather add a note somewhere since this is an issue specific...

Your comment about the ESP8266 got me thinking, there is a spot in RF24Ethernet where yield() is called for the 8266, so I added it for the Pico, removed the...

Nope, she has been running steady since that change, want to run it a bit longer though to make sure, but I think it’s good. > On Aug 12, 2022,...

The RX_ADDR_P0-1 address is fine, not sure what the problem would be. The SLIP examples never worked very well, really just a proof of concept, it’s recommended to use a...

I can't seem to recreate the issue, even after leaving the devices inactive for a good while, so I would have to suggest a hardware issue, loose wire etc... something...

> it is not the hardware Are you sure? I'm unable to replicate the problem of it failing after a few minutes and the PA + LNA modules are notorious...

Heh, sounds like a plan. I mostly have questions about the best approach, but limited knowledge, so I'll just throw out some random info here: With RF24Ethernet, there are 2...

You would need to edit the following lines and change 1600000 to 800000, change 800000 to 400000 https://github.com/nRF24/RF24Audio/blob/master/RF24Audio.cpp#L121 https://github.com/nRF24/RF24Audio/blob/master/RF24Audio.cpp#L347 https://github.com/nRF24/RF24Audio/blob/master/RF24Audio.cpp#L349 https://github.com/nRF24/RF24Audio/blob/master/RF24Audio.cpp#L569 I think that's about it, but I have no...

I just updated the code to auto adjust the timers, so you can just re-install/update the library to test it out instead of modifying the files manually.

This seems like it would be interesting, so I'll take a good look at as soon as I get a chance.