Was hoping someone could provide some suggestions on what to look at. Current setup:
Nano ESP32 - acts as the IR sender
Nano 33 IoT - acts as the IR receiver (for testing purposes)
have an actual lego power functions receiver listening
I have tried both the Legoino and PowerFunctions libraries to try to send IR signal to a Lego power functions device. I have an TSAL6200 IR emitter connected to the ESP32. I know it works as I have a receiver module connected to a Nano33 IoT device that can see the signals when I run the SimpleSender.ino sketch from the IRremote examples. I'm even able to see the original Lego controller signals on the receiver.
When I try to run either library I see nothing on the receiver side. Basically, nothing appears to be sending an IR signal out. I know the ports are defined for port 12 on all sketches. And i've tried all 4 channels. Any ideas on what to check for?
2 posts - 2 participants