bldc-tool
bldc-tool copied to clipboard
A Qt program to control and debug my BLDC-controller
Hello, i am looking for VESC_encoder.bin firmware file. (as Vedder has used in one of the YouTube video titled FOC control with VESC) I am running a ROS application where...
Linux is OK, but for us Windows (and Mac) users it is not very convenient to hunt down precompiled executables of the GUI Tool. Especially for newcomers. Some versions are...
The latest version of BLDC tool is only compatible with FW2.17 and FW2.18. On the FW side, it seems like updates are pushed frequently. What remains before a tool compatible...
after that I get "E: Unable to locate package qt-sdk" when I try to run step 2. I've tried doing it while in the root directory and while in ~/BLDC_Tool...
Changing name of operation mode from BLDC to DTC since DTC is a industry name used for driving motor with square wave. If you got any question hit me up...
Can't get to the site linked for the windows and os x builds. Not sure what to tell the noobs :smile:
Hi, I am using servo-out enabled firmware. Can you help me to understand how to take care of the centering of the signal that go to the servo ? my...
- define M_PI macro (not in math.h on windows) - workaround for dynamic array allocation (g++ extension, not in c++ standard) Tested on Windows 10 Qt Creator 4.3.1 Based on...
fixed 4 instances of new[] allocated pointers being freed by delete instead of delete[] --- This change is [](https://reviewable.io/reviews/vedderb/bldc-tool/18)