Search found 3 matches
- Thu Jun 20, 2024 5:42 pm
- Forum: IR Protocols & Codes
- Topic: Sending RAW IR signal by bit
- Replies: 5
- Views: 6057
Re: Sending RAW IR signal by bit
The logic is correct, I printed them before to check and in theory I'm sending the right arrays. I even used them in sendRaw example to check if they were the same, and they worked fine. I think I have to track the delay that happens when I use the statements. From what I could see, the spaces are t...
- Tue Jun 18, 2024 5:48 pm
- Forum: IR Protocols & Codes
- Topic: Sending RAW IR signal by bit
- Replies: 5
- Views: 6057
Re: Sending RAW IR signal by bit
Hey, thanks for the reply. I tried to apply some changes to my code but still wasn't working. Could it be related with delays generated by the if statments I use? I used a second arduino to record the signals that I was sending to the AC, but it wasn't the right array, which, of course, explains why...
- Wed Jun 12, 2024 2:42 pm
- Forum: IR Protocols & Codes
- Topic: Sending RAW IR signal by bit
- Replies: 5
- Views: 6057
Sending RAW IR signal by bit
Hello, everyone. I'm trying to send IR signals to a Gree AC. My raw data is very long and arduino couldn't support all the data of temperatures, therefore I had to figure out how the arrays were changing depending on the temperature. I did that and I created a code that changes the binary version of...