So you're a Noob? Post your questions here until you graduate! Don't be shy.

User avatar
By JensiJedermann
#59573 hi there,

i just started using my nodemcu ESP8266 by flashing espruino on it.
setting up the http server to control my Onkyo A/V receivers over the network with the tutorials was quite easy. but now i got stuck with the IR Blaster for my TV, cause its only controllable via network after i turned it on via IR. so heres my problem:
receiving the IR-information works fine so far with the IRReceivermodule

require("IRReceiver").connect(D5, function(code) {
console.log(code);
});

but now i got stuck and have no idea how to reproduce it with the IR-LED...
its wired to NodeMCU.D2 respectivly D4
it even wont flash up with digitalPulse(D4,10,times) or digitalWrite(D4,1)

i hope im at the right place to ask :D
thx for your help