# bldc-tool **Repository Path**: frankxia2018_admin/bldc-tool ## Basic Information - **Project Name**: bldc-tool - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2021-12-07 - **Last Updated**: 2022-10-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README A Qt gui to control and debug my custom BLDC controller. A complete description and tutorial about how to use it can be found here: http://vedder.se/2015/01/vesc-open-source-esc/ Quick build instructions for Ubuntu: 1. `sudo apt-get install qtcreator qt-sdk libudev-dev libqt5serialport5-dev` 2. `qmake -qt=qt5` 3. `make clean && make` 4. Allow for serial access without using sudo: `sudo adduser $USER dialout` 5. Restart for access changes to take effect `sudo reboot now` 6. Start BLDC-tool from inside of the built repo `./BLDC_Tool` Windows and OS X builds available : https://bldc-tool.support