Update README.md
This commit is contained in:
37
README.md
37
README.md
@@ -1,18 +1,39 @@
|
|||||||
# VESC2X3Bridge
|
# 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
|
## How to create a PCB from the files
|
||||||
2. Use the "Fabrication Outputs" option to generate the required files for your PCB manufacturer.
|
|
||||||
|
|
||||||
<img src="https://media.discordapp.net/attachments/1484589733932830810/1484589753570693221/image.png?ex=69bec773&is=69bd75f3&hm=8f9db0c190a1125b79901996c782525d298798a685708147448ac20ca4147bc0&=&format=webp&quality=lossless" alt="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.
|
<img src="https://media.discordapp.net/attachments/1484589733932830810/1484589753570693221/image.png?ex=69bec773&is=69bd75f3&hm=8f9db0c190a1125b79901996c782525d298798a685708147448ac20ca4147bc0&=&format=webp&quality=lossless" alt="PCB preview">
|
||||||
4. After you received your PCB, the development can begin :)
|
|
||||||
|
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
|
# License
|
||||||
This PCB design is released under the [CC BY-NC-SA 4.0 License](https://creativecommons.org/licenses/by-nc-sa/4.0/).
|
This PCB design is released under the [CC BY-NC-SA 4.0 License](https://creativecommons.org/licenses/by-nc-sa/4.0/).
|
||||||
|
|||||||
Reference in New Issue
Block a user