Cant Flash ESP32-T8-C3

Hello, i cant Flash the ESP-C3 Vers. T8-C3 V1.0

I use an RPi 4 with HA OS.
I use the USB C Connection.

What is wrong?

Greetings from Germany

You can’t access your serial port. Not ha or esphome issue.

What can i do to fix it?

Doesnt work. Is there an Tutorial so i can check the right way?

Try the web flasher, and press the button (if there is one) while inserting


Now he is connecting, but more not.

There is 2 Buttons.

Normally it is the button labeled ‘boot’

To flash: Press and hold BOOT, then press and release Reset, then release BOOT

Connect and bevor “Install”?

Press and Hold Boot…

Now i can Flash. Bus is no Connection to ESPHome.
The Green LED is out.

T8-C3 v1.0
ESP-C3 Risc-V

esphome:
  name: esp-c3
  friendly_name: ESP-C3

esp32:
  board: esp32-c3-devkitm-1
  framework:
    type: arduino

# Enable logging
logger:

# Enable Home Assistant API
api:
  encryption:
    key: "******************************************************"

ota:
  - platform: esphome
    password: "************************************"

wifi:
  ssid: !secret wifi_ssid
  password: !secret wifi_password

  # Enable fallback hotspot (captive portal) in case wifi connection fails
  ap:
    ssid: "Esp-C3 Fallback Hotspot"
    password: "**********"

captive_portal:
    

@Breacher If you try my method you won’t have to hold Boot for ages while it flashes which is why I suggested it.

Why are you using the Arduino framework? It is not what is recommended. Read the fine manual!

Where can i find it?

esphome.io of course.

Specifically ESPHome Docs — ESPHome