IrSender.sendNEC doesn't work with Uno R4 Wifi #1156
Unanswered
DavidSimacek
asked this question in
Help
Replies: 1 comment 4 replies
-
Since I do not own a R4, I cannot support it well, but sending should work. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I use the library on the Uno R4. I took the latest commit as I noticed there is support now for the Uno R4.
The receiving part works absolutely fine. I run issue though when I try to transmit. I want to replicate my LG TV remote. So with the receiver I collected all the codes I needed and compared them with the reference online and all of them are as expected.
Then I sent one of the code through the IrSender.sendNEC, but the TV didn't react. I tried to make a loopback setup and listen whan is sent (although I'm not really sure it is supposed to work correctly) and I get unknown protocol codes, every time something else even though I sent always the same (IrSender.sendNEC(0x4, 0x3, 0);)
I have the ability to look at the transmit path with my scope, but before I go this way, I wanted to check if in general the Uno R4 is already supported.
Thank you
Beta Was this translation helpful? Give feedback.
All reactions