NodeMCU 1.0 (ESP-12E Module) 80 MHz, 4M(1M SPIFFS) V2 Lower Memory, Serial, WiFi, only sketch 115200 on Com10
NodeMCU 1.0 (ESP-12E Module) 80 MHz, 4M(1M SPIFFS) V2 Lower Memory, Serial, WiFi, only sketch 115200 on Com10
Explore... Chat... Share...
1) I could not find Setup on any of the menu items, so I couldn't load ESP.eraseConfig(); in Setup.
void setup()
{
Serial.begin(115200);
Serial.println();
ESP.eraseConfig(); // PUT IT HERE
WiFi.begin("network-name", "pass-to-network");
Serial.print("Connecting");
while (WiFi.status() != WL_CONNECTED)
{
delay(500);
Serial.print(".");
}
Serial.println();
Serial.print("Connected, IP address: ");
Serial.println(WiFi.localIP());
}
It takes about 20-25 seconds for home assistant c[…]
I tried to upgrade tof my sonoff basic R2 with the[…]
a problem Perhaps you want to define "Probl[…]
Rebooting your router will not give you a faster I[…]
There are no other notifications from esptool.py i[…]
Using the Arduino IDE, you'll learn how to set up […]
In this project, you will post to Twitter using an[…]
In this project, we will build a water level contr[…]
I guess I'm late, but I had the same problem and f[…]
Last night I received my first D1 Minis for a lear[…]
Although I am aware that this is an old post, I fe[…]