arduino-frskysp
arduino-frskysp copied to clipboard
sniffer - buffer overflow
Hi, I am using R9m (smartport + GND) connected to arduino pin10 + GND
I have the same issue, did you manage to solve it?
I sometimes also have this issue. For me, simply unplugging and replugging the device does the job, even though this is not a satisfying solution. I'll probably look deeper into it in the upcoming weeks and will let you know if I find anything.
I looked into the issue and found out that once the buffer overflow error occurs, it gets stuck because the buffer never gets cleared, and therefore you're stuck in the else if. I fixed the issue by throwing away all the wrong bits if the error occurred #7.