Replies: 4 comments 1 reply
|
I would recommend reading the FAQ once more. |
|
Hello, I have already read a lot on github and other forums about IRrecvDUMPV2. As far as I know the input pin is connected correctly. He also reacts to my remote control. The values themselves are actually quite plausible. I compare this to a Saleae logic analyzer. The times are pretty good, but the evaluation.....? |
|
The timings looks of based on how IR signals usually look. In regards to the FAQ, here: https://github.com/crankyoldgit/IRremoteESP8266/wiki/Frequently-Asked-Questions#user-content-My_remotes_signal_is_being_reported_as_an_Unknown_code_What_does_that_mean_How_do_I_send_an_Unknown_code |
|
Hello, I found it. The error was due to the wrong IR module. It must definitely be a PCM-suitable module. Only they have fast enough flank changes. Now the names, commands, etc. are recognized directly! I would especially like to thank Crankyoldkit for the tips! I am happy. |
Uh oh!
There was an error while loading. Please reload this page.
I use IRrecvDUMPV2 with the remote and a TSMP58000.
Unfortunately, the program does not recognize the codes and constantly throws out codes that are unfortunately non-repeating, like these:
17:29:00.434 -> uint16_t rawData[1827] = {26, 6, 18, 8, 18, 6, 18, 6, 20, 8, 16, 10, 16, 8, 16, 10, 16, 8, 18, 8, 16, 8, 20, 8, 18, 8, 18, 8, 18, 10, 16, 10, 14, 10, 16, 10, 18, 8, 18, 6, 18, 8, 18, 10, 16, 8, 18, 6, 18, 6, 18, 10, 14, 10, 16, 8, 18, 6, 18, 10, 16, 10, 14, 10, 20, 8, 16, 8, 18, 6, 18, 6, 18, 10, 16, 8, 18, 6, 18, 10, 16, 10, 14, 10, 16, 10, 18, 8, 18, 8, 16, 8, 20, 8, 18, 8, 18, 8, 18, 8, 18, 10, 18, 6, 18, 6, 20, 10, 14, 10, 16, 8, 16, 10, 18, 8, 18, 8, 18, 8, 20, 6, 18, 6, 18, 6, 18, 8, 18, 8, 16, ... eingekürzt 24, 26, 8, 20, 26, 24, 28, 6, 18, 6, 18, 24, 6, 22, 4, 22, 24, 26, 26, 24, 6, 18, 4, 20, 8, 20, 24, 6, 1720, 6, 20, 6, 20, 26, 26, 6, 20, 26, 26, 8, 18, 6, 20, 24, 26, 6, 18, 6, 20, 26, 26, 6, 18, 6, 22, 24, 6, 18, 6, 22, 24, 582, 6, 20, 26, 8, 18, 6, 20, 26, 6, 18, 6, 20, 26, 24, 6, 18, 6, 22, 24, 26, 6, 18, 24, 6, 22, 26, 24, 6, 20, 4, 20, 30, 582, 4, 20, 26, 4, 22, 26, 6, 18, 24, 6, 22, 6, 18, 4, 22, 26, 26, 8, 18, 6, 20, 24, 26, 6, 20, 26, 24, 6, 22, 26, 26, 1726, 8, 18, 6, 20, 26, 26, 6, 18, 6, 20, 24, 8, 20, 24, 6, 18, 6, 20, 6, 20, 4, 20, 30, 22, 8, 18, 6, 20, 26, 26, 6, 22, 26, 1726, 26, 24, 26, 28, 26, 26, 26, 26, 6, 20, 24, 26, 6, 20, 26, 24, 6, 20, 6, 20, 26, 26, 26, 6, 18, 6, 20, 1726, 8, 18, 6, 20, 6, 18, 10, 18, 26, 4, 22, 24, 10, 18, 24, 6, 20, 4, 20, 8, 22, 24, 6, 20, 26, 6, 20, 4, 20, 6, 18, 10, 18, 26, 4, 22, 1724, 8, 20, 24, 4, 22, 26, 24, 6, 22, 26, 26, 6, 18, 26, 6, 18, 8, 20, 24, 4, 22, 24, 8, 20, 24, 26, 26, 6, 20, 4, 20}; // UNKNOWN 104AEAFE
I tried changing the timing, all to no avail.
What can I do?
All reactions