Releases: dciliberti/simple-BLDC-model
v1.1.0-beta
New feature
Added the possibility to match the motor with an APC propeller with the performance data provided by the manufacturer. Such feature requires the preliminary download of the data file from the APC Propellers website. The script performing the coupling with the APC propeller data is propMatchAPC.m, while the coupling with a custom propeller (where performance data have to be written by the user in a .csv file) is made in propMatchCustom.m.
To enable the new feature, this repository contains a dependency to another repository of mine: read-APC-prop-perfo-data. Such dependency is addressed as a submodule, which basically is a sub-folder containing data imported from another repository. In this way, the submodule is updated independently and duplicates are avoided.
If you work with GitHub and you clone this beta release into your machine, you may need to explicitly tell Git to download the contents of read-APC-prop-perfo-data by typing:
git submodule update --init --recursive
If you downloaded the source code archive file, unzip the apc-submodule.zip file into the extracted simple-BLDC-model-1.1.0-beta folder to manually add the submodule files.
What's Changed
- Merging "import-repo" into "master" by @dciliberti in #3
Full Changelog: v1.0.3...v1.1.0-beta
Simple BLDC model
Changes with respect to v1.0.2
- Improved the motor map efficiency isolines with data normalization
- Simplified some code lines when building the motor map (data interpolation no longer required)
- Renamed
propMatch.mtopropMatchCustom.m
Simple BLDC model
Changes with respect v1.0.1
- Minor text editing in MATLAB live script and PDF example file
Simple BLDC model
Changes with respect to v1.0.0
- Edited theory (text) in MATLAB live script and PDF file
- First chart with both electric and shaft power on the same y axis and same scale
Details of v1.0.0
First working release with basic features:
- possibility to add motor max current (and limit the charts x-axis range)
- motor data as function of current
First release
First working release with basic features:
- possibility to add motor max current (and limit the charts x-axis range)
- motor data as function of current
