schreibfaul1 / ESP32-MiniWebRadio

Internetradio with ESP32, I2S DAC and SPI TFT Display with Touchpad
https://www.youtube.com/watch?v=6QbPee2583o
331 stars 82 forks source link

different IR remote conflict !!! #468

Closed clear-sky closed 2 months ago

clear-sky commented 3 months ago

hi dear wolle! i tested irmp(https://github.com/IRMP-org/IRMP) it says my ir remote address is 0xFD01 but your irlib says my ir remote address is 0X01!!! but this is not all my problem i have several nec ir remote and i was testing them on your radio and found odd problems!!! as a said my first ir remote address was 0xfd01 my second ir remote address is 0x03 my third ir remote address is 0x04 when i set your radio with my first remote can see conflict with my other remotes for example if key 1 is set with address 0x01(0xfd01) and command 0x11 if my other remotes have a key with command 0x11 (with diffetrnt address)can trigger key 1 !!!

schreibfaul1 commented 3 months ago

The address and the command are each transmitted as 4 bytes. The first two bytes are the actual information and bytes 3 and 4 are their negation (0->F, 1->E, 2->D,...., F->0). Thus 0x00 is transmitted as 0x00FF and 0x16 as 0x16E9. Only the first two bytes are displayed.

Example: Address 0x40, command 0x01 is transmitted as 0x40BF01FE image

github-actions[bot] commented 2 months ago

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] commented 2 months ago

This issue was closed because it has been inactive for 14 days since being marked as stale.