From c328df998012542e819cfde1833e2204416567ad Mon Sep 17 00:00:00 2001 From: Foster Irwin Date: Mon, 28 Feb 2022 11:56:17 -0700 Subject: [PATCH] add data cable warning to meshtastic flasher --- docs/getting-started/meshtastic-flasher.md | 40 ++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/docs/getting-started/meshtastic-flasher.md b/docs/getting-started/meshtastic-flasher.md index bb0b5b4c..1622f521 100644 --- a/docs/getting-started/meshtastic-flasher.md +++ b/docs/getting-started/meshtastic-flasher.md @@ -14,6 +14,46 @@ Meshtastic Flasher is a graphical user interface for flashing [supported devices Install Meshtastic Flasher by either [downloading the executable file](https://github.com/meshtastic/Meshtastic-gui-installer/releases) or installing using `pip`. The following operating systems are: Windows, Mac, and Ubuntu. +### Check Data Cable + +Plug your device into your computer using a USB cable and then do the following: +:::important +You may need to install a driver from Silicon Labs for the [CP210X USB to UART bridge](https://www.silabs.com/products/development-tools/software/usb-to-uart-bridge-vcp-drivers) + +Some newer boards may require the drivers for the [CH9102 Windows](http://www.wch.cn/downloads/CH343SER_ZIP.html) or [Direct Download](https://github.com/Xinyuan-LilyGO/CH9102_Driver) for Windows 7. For [CH9102 Mac](http://www.wch.cn/downloads/CH34XSER_MAC_ZIP.html). Click the big blue button with the down arrow. Be sure to open up the application and click "Install" after the package is installed. Also, reboot. +::: + + + + +Connect your Meshtastic device to your USB port, open a `Terminal` and enter the following command: + +```bash +lsusb +``` + +You should see something like: `ID 10c4:ea60 Silicon Labs CP210x UART Bridge` for CP210X or `ID 1a86:55d4 QinHeng Electronics USB Single Serial` for CH9102 + + + + +Navigate to `Apple Menu  > About This Mac > System Report... > Hardware > USB`. You should see something like `CP210X USB to UART Bridge Controller`. If not download the appropriate drivers + + + + +Navigate to `Device Manager > Ports (COM & LPT)`. You should see something like `Silicon Labs CP210X USB to UART Bridge (COM5)`. If not download the appropriate drivers + + + + ### Install using `pip`