serial-drivers-esp32

Install ESP32 USB to Serial Drivers

You may need to install a driver from Silicon Labs for the CP210X USB to UART bridge

Some newer boards may require the CH9102 (CH340/CH341) Driver.

      <Icon icon="mdi:tux" height="1.5rem" style={{ marginRight: "0.25rem" }} /> Linux
    </>
  ),
  value: "linux",
},
{
  label: (
    <>
      <Icon icon="mdi:apple" height="1.5rem" style={{ marginRight: "0.25rem" }} /> macOS
    </>
  ),
  value: "macos",
},
{
  label: (
    <>
      <Icon icon="mdi:microsoft" height="1.5rem" style={{ marginRight: "0.25rem" }} /> Windows
    </>
  ),
  value: "windows",
},

]}>

Linux

macOS

Windows

:::important

After installing the driver, make sure to reboot your computer to finish the installation process.

You can also test your serial driver installation at this step if required.

:::

Flash Firmware

After installing the serial drivers, you can now flash the Meshtastic firmware onto your device. To proceed, select the appropriate device type for your device.

Flash ESP32 Firmware