-
Notifications
You must be signed in to change notification settings - Fork 139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invalid signal disables RC decoding ability permanently #22
Comments
I see a similar issue when I send a signal from my DENON remote RC1161 similar to Hazar, I am getting an endless stream of dump when triggering the effect. Decoded Unknown(0): Value:0 Adrs:0 (0 bits) 16:m400 s450 17:m350 s500 18:m350 s450 19:m400 s450 32:m400 s450 33:m400 s1300 34:m350 s450 35:m450 s400 48:m400 Decoded Unknown(0): Value:0 Adrs:0 (0 bits) 16:m19950 s22550 17:m17450 s25050 18:m17450 s22550 19:m19950 s22550 32:m19950 s22550 33:m19950 s-486 34:m17450 s22550 35:m22450 s20050 48:m19950 .... |
going down the buffer trail - however it would seem anything that floods the buffer when using IRLibRecv.h would be able to cause this - |
it seems it is IRLibRecv that struggles with any buffer overrun. IRLibRecvPCI does not show the same issue. |
Hi,
I'm using IRLib2 for RC6 (RC6-6-32 [MCE Remote] to be exact) decoding. When it works, it works beautifully, so first of all thanks for the hard work!
I have a CCFL desk lamp which have ability to break IR decoding. When it's first starting up, it can generate some garbage on my TSOP38238's output (checked with a scope). Sometimes, this garbage signal can completely break IRLib2's decoding ability. When this issue occurs, for the rest of the session I can't receive any IR commands; only a power cycle / reset restores functionality.
Test sketch:
Output when this issue happens:
Note that when this occurs, turning the said lamp off (or toggling) doesn't change/fix this situation. So this is not a simple interference issue. Also I checked that is no electrical / EMI interference issue which directly affects the AVR or other board-level components and when issue happens rest of the code works normally, only IR decoding is broken.
Can you provide some pointers where to look at? Thanks.
The text was updated successfully, but these errors were encountered: