Flash ESP32 C3 Pro Mini

Hey Guys,

its my first time to use ESPhome :slight_smile:

i tried do install my esp32 via web and get the following error.

than i tried to install it via usb and no errors but i have no connection no wifi no fallback etc any ideas?

esphome:
  name: wlan-testgeraet
  friendly_name: WLAN Testgerät

esp32:
  board: esp32-c3-devkitm-1
  framework:
    type: esp-idf
  variant: ESP32C3

# WLAN-Konfiguration
wifi:
  ssid: "ssid"
  password: "password"

  # Optional: Fallback-AP (löschen, wenn du das nicht willst)
  ap:
    ssid: "fallback-ap"
    password: "fallbackpass"

# Optional: Webserver zur Kontrolle im Browser
web_server:
  port: 80

# Optional: OTA-Updates über WLAN
ota:
  platform: esphome

# Optional: API (für Home Assistant Integration)
api:

# Optional: Logger über UART (seriell)
logger:

# Optional: Captive Portal für Fallback-AP
captive_portal:

Do your actual wifi credentials look like that?

Check the logs of the ESP through USB

thanks guys, i found now the problem :slight_smile:
After the Web-Flash i need to reboot the device and than i can set the wifi setting succesfully

Should be the first the first step with any device having issues.

The main thing is to put in their two cents without actually contributing anything.
A normal reboot — meaning unplugging and plugging it back in — doesn’t work thats the point, so your post doesn’t help