test-serial-driver-installation

Test Serial Driver Installation

You can verify that you have a proper data cable (rather than a charge-only type cable) and that the appropriate drivers for your system are installed by performing the following test:

      <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

  1. Connect your Meshtastic device to your USB port
  2. Open a Terminal and enter the following command:

shell lsusb

  1. You should see something like:

shell ID xxxx:xxxx Silicon Labs CP210x UART Bridge # or ID xxxx:xxxx QinHeng Electronics USB Single Serial # or ID xxxx:xxxx Adafruit WisCore RAK4631 Board

macOS

  1. Navigate to Apple Menu  > About This Mac > More Info > System Report... > Hardware > USB.
  2. You should see similar to one of the following entries:

  3. CP210X USB to UART Bridge Controller

  4. CH9102 USB to UART Bridge Controller
  5. WisCore RAK4631 Board
  6. USB Single Serial

Windows

  1. Navigate to Device Manager > Ports (COM & LPT)
  2. You should see similar to one of the following entries:

  3. Silicon Labs CP210X USB to UART Bridge (COM5)

  4. Silicon Labs CH9102 USB to UART Bridge (COM5)
  5. USB-Enhanced-SERIAL CH9102 (COM5)
  6. USB Serial Device (COM5)

:::info

If you are unable to see your device:

:::

Flash Firmware

After completing the previous steps, you can now flash the Meshtastic firmware onto your device. To proceed, select the appropriate device type for your device.

Flash ESP32 Firmware
Flash nRF52/RP2040 Firmware