Has anyone programmed one of these ESP_IR_TR all-in-one modules successfully? I’ve connected it to my USB to Serial board (PL2303HX chip) but it will not communicate with the device (using Chrome, which has worked fine before). I have previously programmed individual ESP01M modules for relays but with a different board. This all-in-one module uses 5V which my serial board provides (validated with meter) and I’ve reversed the TX/RX pins. I’ve also kept the jumper on when trying to program (and tried it without, disconnecting power each time).
Easy solution to this is to add a micro usb board (for power anyhow) and 3d print a case for both. This is what I’m doing, just have to shorten my jumpers. Since it’s updating over the air, no need to do more.
I have it working, yes. It’s been a long time, so I can’t remember the physical connections I made, but here’s the code. It does show the pin I use to send and receive.
Yes, they work well. You can use the module and code I put above to receive your remote codes and then use those to remotely control anything supported by adding the code below:
remote_transmitter:
pin: GPIO4
carrier_duty_percent: 50%
# Example to turn on/off a Hisense TV
button:
- platform: template
name: "On/Off Pioneer"
on_press:
- remote_transmitter.transmit_pioneer:
rc_code_1: 0x2008