Closed Timm27 closed 7 years ago
I've not tried to use a static network config on an ESP yet, so I can't comment on that. However, looking at your code snippet, you seem to have '255.0' instead of '255,0'. Maybe thats it?
There should be no difference between boots of the device. Each time it starts a fresh and everything should be the same, unless you have something very odd with your circuit. That leaves external things like: Your wireless network; The power supply; A faulty WeMos.
Does anything come up on the serial monitor on the boot that fails?
Thank you for your answer. with the .255 was unfortunately a little typo, sorry The problem is solved, I have taken another port for the transmitter and now it works perfectly Irsend irsend (4);
Thank you /Tim
Hello, I use IRremote ESP8266: IRServer and it works well, thank you very much. The only problem is that my WeMos-D1-mini with two IR-LEDs and transistor loses after a reboot the WLAN connection and is no longer available. I tried to enter the IP address permanently:
WiFi.config (ip, gateway, subnet);
But that did not help. what am I doing wrong ? I would be very grateful for any help! /Tim