Has anyone managed to use the IRremote library with an nRF52 chip (e.g. Arduino Nano)? I’m a beginner, and I’m not sure it’s possible. I have created a very simple sketch
But when I send the pulse and I check with the oscilloscope, instead of seeing the expected pulse, I see just two 9us pulses, 900us apart. Any thoughts?
I currently have a red LED instead of the IR to see it blink. The pulses I described above where measured connecting the oscilloscope probe to the orange jumper.
Not sure what you mean sorry. But in the IRremote example SimpleSender/PinDefinitionsAndMore.h they do define stuff for the NRF51 but can’t see anything for NRF52, so it might not be supported.
Sorry I don't think all this is relevant. I have managed to send IR commands using pulses generated manually with the setup described above. I believe the issue is an incompatibility between IRremote and the nrf52.