bldcMortar-tools is a configuration and testing tool for bldcMortar-drive firmware and bldcMortar-hardware board. The bldcMortar package delivers a standalone BLDC motors driver with Bluetooth Low Energy communication. It is aimed for hobbyist and educational usage.
- PySide6
- bleak
- The custom bldc-Mortar board
or
- a nRF52840-based board plus TI DRV10983 driver boards
Install PySide6 and bleak modules.
pip install pyside6 bleak qasync
Clone and run the script:
git clone https://github.com/kwahoo2/bldcMortar-tools
cd bldcMortar-tools
python bldcMortar_tools.py
Check LICENSE for details.