Skip to content

Releases: dciliberti/simple-BLDC-model

v1.1.0-beta

11 May 07:07
3fc4320

Choose a tag to compare

v1.1.0-beta Pre-release
Pre-release

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.

image

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

Full Changelog: v1.0.3...v1.1.0-beta

Simple BLDC model

15 Apr 10:44
585ed70

Choose a tag to compare

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.m to propMatchCustom.m

Simple BLDC model

25 May 15:43

Choose a tag to compare

Changes with respect v1.0.1

  • Minor text editing in MATLAB live script and PDF example file

Simple BLDC model

11 Aug 17:17

Choose a tag to compare

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

04 Aug 08:12
86e3caf

Choose a tag to compare

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