EUR
USD
VESC Duet
From: €399.99 ex VAT
The VESC Duet is a 100V (22S) dual motor controller capable of 140A continuous current or 200A burst current
The VESC Duet is a high-power dual brushless motor controller which can provide a total of up to 8 kW of continuous electrical power across two motors when cooled appropriately.
An on-board STM32F405 microcontroller running open-source VESC Software enables precise real-time and fully independent control of two motors alongside the configuration of custom applications to control them.
The open-source firmware supports current, speed, duty cycle and position control over CAN-bus, UART and USB. Throttle configuration using analog or PPM input for common electric vehicle applications can also be done directly from VESC Tool without the need for writing code. It’s breadth of external communication interfaces enables easy integration with many different systems.
The VESC Duet has an ESP32-C3 Wi-Fi and Bluetooth-module that allows wireless connections from VESC Tool.
An integrated 4 GB memory chip allows logging data directly to the device. Reading and analysing the logs can be done over USB, Wi-Fi or Bluetooth from the desktop-version of VESC Tool. If a GNSS-receiver, such as the BE-220 module is connected to the UART-port the logs can also collect position-information. VESC Tool allows viewing this position-information on a map synchronized to the other data in the log.
Both the main STM32F4 microcontroller and the ESP32-C3 support the LBM scripting language that can be used to develop and debug advanced custom applications directly from VESC Tool, using all inputs, outputs and communication interfaces available on the VESC Duet.
The VESC Duet supports both sensorless and sensored brushless motor applications with full sinusoidal Field-Oriented-Control enabling quiet, precise, and powerful motor dynamics. Advanced High Frequency Injection (HFI) allows using many types of motors with full torque without position sensors from standstill, eliminating the need for sensitive position sensors in harsh applications even when full performance from zero RPM is required.
The following items are included:
1x VESC Duet
1x VESC RGB Momentary Power Button – JST-PH
6x 5.5mm Bullet Connector – Male
Made in Sweden
24 month limited warranty
- Dual fully independent Field-Oriented-Control for brushless motors.
- Maximum input voltage: 100V (recommended usage: 6–22S battery)
- Continuous current: 140A with adequate cooling (per motor)
- Pulsed current: 200A (up to 60 seconds) with adequate cooling (per motor)
- Single XT90 input connector for convenient wiring to the BMS or battery
- 8WG 135mm phase cables with 5.5mm bullet connectors allows for higher current
- Supports multitude of control modes including current, duty cycle, speed and position control
- Open-Source firmware/scripting supports coding of custom applications that can run on the onboard STM32F405 MCU.
- 6 low-side shunts and amplifiers with careful signal processing for precise phase current measurements
- Configurable sensor input ports compatible with hall sensors
- Broad range of communication interfaces including USB, Bluetooth, Wi-Fi, CAN, SPI, I2C, UART, PWM, and ADC inputs
- Integrated IMU with 3-Axis Accelerometer and 3-axis Gyroscope
- Fully configurable sleep modes with ultra low sleep current to support under-voltage-lockout, and auto power-up and shutdown
- Integrated temperature sensors automatically protect the system during high power draw
- Easy setup with VESC TOOL Desktop and Phone applications for fast integration alongside the possibility for deep customization
- Integrated ESP32-C3 supports both station and access-point Wi-Fi connections alongside BLE 5 Integrated local storage supports data-logging and optional GPS module can be added for geo-tracking
- Switched 12V and Bus Voltage outputs for auxiliary system devices
| Specification | Values |
|---|---|
| Rated Input Voltage* | 15 – 100V |
| Rated Battery Series (Li-Ion) | 6 – 22S |
| Continuous Current (per motor) | 140A |
| Burst Current (per motor)(up to 1 minute) | 200A |
| Length | 134mm |
| Width | 70mm |
| Height | 24mm |
| Weight | 418g |
| *Voltage spikes must not exceed these limits. Refer to the datasheet for full details. | |
What is the maximum regeneration current?
The regeneration (or braking) current can reach the same continuous and burst current ratings as the controller. However, the actual limit depends on your BMS and, more specifically, your battery cells, which determine how much current can safely flow back into the battery.
Additionally, the values for motor current, motor brake current, battery current, and battery regeneration current can all be individually configured using VESC Tool to suit your specific application, hardware or performance requirements.
Using the reverse function in APP ADC
The Maxim and Pronto controllers have the UART-pins shared with the hall sensor pins, so when using sensors the reverse and cruise control functions in the ADC app cannot be used at the same time as hall sensors or encoders. It is possible to use a simple lisp-script to simulate these functions with other pins depending on which pins you have available. The following example activates the reverse-button when the ACD2-input goes above 1V.
(app-adc-detach 2 1)
(loopwhile t {
(app-adc-override 2 (if (> (get-adc 1) 1.0) 1.0 0.0))
(sleep 0.01)
})
You can read more about those extensions here
https://github.com/vedderb/bldc/blob/master/lispBM/README.md#app-adc-detach
https://github.com/vedderb/bldc/blob/master/lispBM/README.md#app-adc-override
Maxim & Pronto: Hall sensor or encoder problems
On the Maxim and Pronto controllers the motor sensors and UART share the same pins, so the UART app must be disabled when using sensors. This will affect the Hall 2 input as that is where UART TX is. In Firmware 7+ this should be done automatically, but on older firmware the UART-app must be disabled manually.
Pronto: ABI encoder does not work
All Pronto-controllers shipped until 2026-xx have a hardware bug for the ABI encoder input, where the A and I signals are swapped. This can be resolved by swapping the A and I cables on the encoder.
Maxim & Pronto: The controller stays on even when disconnecting EN-pin
The shutdown behavior can be configured using the shutdown-mode in the app settings. By default it is set to ALWAYS ON, which makes the controller stay on until power is removed. Changing the shutdown mode to ALWAYS OFF means that it will turn off after disconnecting the EN-pin.
Duet and Duet XS: No Encoder Support
Our dual motor controllers (Duet and Duet XS) only support hall sensors on the sensor ports. Some encoders might work on Motor 1, but Motor 2 only works with hall sensors or sensorless. HFI works on both motors for motors that are suited for HFI.
CAN-bus: Where can I find documentation about the CAN-bus commands?
You can find CAN-bus documentation here
https://github.com/vedderb/bldc/blob/master/documentation/comm_can.md
Maxim+ why is the fuse rating only 350A
The controller current rating is for the phase current and the input current will always be lower than the phase current. You can read about that in our article here
However, if you are driving a low inductance motor close to full duty cycle it is possible that the input current will exceed the rating of the fuse and blow it, especially if you are using liquid cooling. In that case you have to use an external fuse and bypass the fuse on the controller with a bus bar. Unfortunately we have not found fuses in this size rated for more than 350A.
Do you offer discounts for bulk or B2B orders?
Yes, we offer a discount when ordering 3+ and 10+ units which can be seen on the website. For order quantities over 50 units please send your business details and order requirements to info@vesclabs.com, and our team will provide a customized quote and lead time.
Do you offer OEM or customized solutions?
Yes, we do. Please contact us at info@vesclabs.com with your project requirements and specifications, and our team will assist you with tailored OEM or custom solutions.
Do you offer discounts or sponsorships for students, projects, or educational institutions?
Yes, we do. Please send the details of your project and institution to info@vesclabs.com, and our team will review your request.
Do you offer paid integration, setup and tuning support?
Our partner Oliver, also known as Electricfox, offers paid consulting services for BMS and motor controller integration, setup, tuning and load testing. His website is
At the bottom of the page you can find different options to contact Oliver





























Reviews
There are no reviews yet.