Darryl-Scott / ESP32-RMT-Library-IR-code-RAW

31 stars 12 forks source link

Some electronics not working. #5

Open keesus opened 5 years ago

keesus commented 5 years ago

Hi Thanks to this library I could easily build universial IR device.

However, It doesn't work for some electronics when dumping IR signals and retransmit it. (TCL air-conditioner) I have tested with other IR product to do same thing and it worked fine.

Which options I can try ?

keesus commented 5 years ago

Hope @Darryl-Scott look up this issue table.

veitk commented 5 years ago

one post is notification enough. to get help describe your setup more. do you get data output with your air-conditioner remote?

my wild guess: you have a 38khz sensor and the air-conditioner remote uses 56khz.

keesus commented 5 years ago

@veitk

First, I apologize for notice. Yes I get raw datas from the air-con and I have tried different khz from 32 to 56 when transmit but nothing changed. It's TCL air-conditioner.

veitk commented 5 years ago

i changed the value when transmitting and it works perfect with 56khz... since we don't have air-conditioners in germany i can't help you ;-)

keesus commented 5 years ago

@veitk Thanks for your help :-0

For universal uses, how would you program if you have to perform both 38khz and 56khz ?