diff --git a/README.md b/README.md index 08a1ad8..8db43dd 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,39 @@ # VESC2X3Bridge -The VESC2X3Bridge is a Project I started at the end of 2025. It tries to integrate the X3 Scooter Series from Ninebot into the world of VESC, an open source project from Benjamin Vedder. +The VESC2X3Bridge is a project I started at the end of 2025. It aims to integrate the X3 Scooter Series from Ninebot into the world of VESC, an open-source project by Benjamin Vedder. -This Repo provides the PCB files for the board of the VESC2X3Bridge. It allows almost plug and play installation with minimal configuration required on the VESC and Bridge side. +This repository provides the PCB files for the VESC2X3Bridge board. It allows an almost plug-and-play installation, with minimal configuration required on both the VESC and Bridge sides. -## How do I create a PCB with the files? +--- -1. Clone this repository and open it with KiCAD -2. Use the "Fabrication Outputs" option to generate the required files for your PCB manufacturer. +## How to create a PCB from the files -Failed to load image +1. Clone this repository and open it with KiCad. +2. Use the **"Fabrication Outputs"** option to generate the required files for your PCB manufacturer. -3. Upload the files to (for example) JLCPCB and choose 2 Layer PCB board. -4. After you received your PCB, the development can begin :) +PCB preview + +3. Upload the files to a PCB manufacturer (for example, JLCPCB) and choose a 2-layer PCB board. +4. Once you receive your PCB, development can begin. :) + +--- + +## Firmware flashing + +1. The board uses an **ESP32-S3-WROOM-1** chip, which has exposed USB D+, D-, and GND pins on the PCB. +2. Use these pins to connect a USB cable to your computer and flash your firmware. + +--- + +## Flashing Service + +We offer a PCB flashing service for those who prefer a ready-to-use board: + +- **Cost:** Listed on our [shop page](https://shop.com) +- **Includes:** Lifetime free firmware updates +- **How it works:** Simply order the service, and we will program your PCB with the latest firmware and ship it to you ready to use. + +This service is optional — you can still build and flash the PCB yourself if you prefer. # License This PCB design is released under the [CC BY-NC-SA 4.0 License](https://creativecommons.org/licenses/by-nc-sa/4.0/).