I have a spare IR remote that I wanted to use with an ESP32 project, so I used an Arduino Uno (the ESP32 was hooked up to another circuit at the moment) to capture the signals. I wrote them down and left to work with them later. Today I wanted to finally use the remote, so I connected the receiver to an ESP32, and the results were COMPLETELY different, kinda seeming random at times. I've captured some images just now to show the inconsistencies.
The ESP32 pulse doesn't even resemble a signal and just spits out seemingly random zero's. How can I fix this? I need to use the ESP32, because the Arduino is way too slow for my uses.
Shall we assume an IR receiver? Which.
Are you using an IR library? Which w/ link.
What ESP32 module?
IDE settings for ESP32: freq, etc?
Code? Show.
Schematic of test hookup? Provide.