Hello everybody,
after hours of experimenting I write this post, hoping that someone knows the solution…
I bought a Wemos D1 Mini to send IR Signals with ESPimatic.
(Thx to @leader21 for the tip in my Pollin Relay Post )
When I connect the LED to Gnd and 3.3V, it lights up (I can see this with an old backup camera).
ESPimatic is working properly and is configured that an IR LED is connected to GPIO 14 (D5).
To get the raw IR data for the esp, I used LIRC on my Raspi.
The command was: irrecord --force -d /dev/lirc0 ~/soundbartest.conf
Output config:
begin remote
name /home/pi/soundbartest.conf
flags RAW_CODES|CONST_LENGTH
eps 30
aeps 100
gap 107377
begin raw_codes
name KEY_POWER
2587 969 363 947 384 496
384 492 386 940 818 496
380 494 359 520 805 952
383 494 360 521 383 493
380 498 384 495 383 494
385 494 804 520 363 948
365 513 359
end raw_codes
end remote
That’s how I called the API in my browser:
http://esp-ip/api?action=ir&value=2587,969,363,947,384,496,384,492,386,940,818,496,383,494,360,521,383,493,380,498,384,495,383,494,385,494,804,520,363,948,365,513,359
But the IR LED doesn’t light up.
Does anyone have an idea and/or instruction how Io fix this?
Thank you in advance