An open source motor controller firmware tailor-made for the CUHK Robotics Team, based on v6.05 of Benjamin Vedder's bldc project.
Read more about Benjamin Vedder's project at https://vesc-project.com/.
Check the supported boards by typing make
[Firmware]
fw - Build firmware for default target
supported boards are: 100_250 100_250_no_limits 100_500...
The current main development target is 60.
For this project, development is done mainly on Linux. Thus, Windows & macOS instructions are removed as they are not actively tested. However, Windows & macOS are supported by Benjamin's original project, check out his project for more info.
- Tools:
git,wget,make - For Ubuntu:
sudo apt update sudo apt install git wget build-essential
git clone https://github.com/CUHK-Robocon/bldc.gitcd bldcmake arm_sdk_installmake 60(check available targets withmakeas described above)
Check build/60 for binaries.