I would like to read out infrared remote controls, that also works quite well with TV remote control, only the LED remote controls multicolor that I want to read, I only get ffffffff, I found this forum entry, but it didn't get me anywhere.
irrecv.resume();
Serial.println("...ffffffff");
The result is:
-> ...ffffffff
The questions now are:
Can I not read this LED remote control multicolor at all?
Do I need a different library?
Ich verwende die IDE 2.2.1 mit einem ESP32 und einem VS18388 IR Sensor und dem Code den auch groundFungus verwendet hat plus meine Ă„nderung.
Why did I do this?
I would like to use the LED remote controls multicolor that I have available for the LED control in WLED, at the moment the correct colors are not reproduced.
If anyone has another idea how I can solve the problem with the LED remote controls multicolor in WLED, I would also be very interested!
Ir-remote controls use different carrier-frequencies
some 36 kHz, some 38 kHz, some 40 kHz.
The datasheet of the VS1838 mentions 38 kHz
If your LED remote uses a different carrier-frequency it does not work.
You might be able to analyse this with a photodiode or a photo-transistor
though I don't have a schematic at hand what other components are required.
Another option is to by IR-receivers with different carrier-frequencies