Hi guys. I wanted to hook a small ESP-01S board to the IKEA PM2.5 sensor. But after I flashed ESPHome to ESP-01S, it cannot connect to WiFi, or log anything through serial. Here’s my setup.
The flash was successful in ESPHome Dashboard. After rebooting ESP-01S with GPIO disconnected from GND, I can’t find any new device in my router’s IP page, nor was it shown as online in dashboard.
I tried to write a periodic Serial.println("Hello World"); in Arduino IDE and it worked fine. I can see the output from minicom.
Does anyone know what I was doing wrong here? Thanks!
I have the same problem when I flash over serial via the browser.
What works for me is to download the esphome .bin file and then use tasmotizer to flash it
Alternatively, upload tasmota minimal and then tasmota’s ota over the web server also worked for me. Once EspHome is flashed, then OTA also works for me
Yes, compiling with the web dashboard and flashing with esptool.py did solve the the problem. Though not knowing that happened, I think it’s the current solution. I’m going to file a bug report to ESPHome.
Sorry for the bump but this is where google pointed me. I hope it’s ok.
I’ve had the exact same problem. I could flash using an FT232 but then nothing happened. As it turns out the power supply was probably the issue. Now I wired it up “through” a “normal” esp8266 and the same device worked as intended. The FT232 was supplying power to flash but somehow not sufficient to run.
I’m using a 10k resistor that isn’t mentioned in the screenshot. Not sure it’s required. I spent and entire day on this. First it turned out the cables were broken. Then the power was sufficient to flash but not run… Maybe this will help somebody else.