Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VESC implementation on Ninebot Max Controller #543

Open
wants to merge 32 commits into
base: master
Choose a base branch
from

Commits on May 11, 2020

  1. Add CI workflow

    varnerac committed May 11, 2020
    Configuration menu
    Copy the full SHA
    ae3fec5 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2022

  1. Configuration menu
    Copy the full SHA
    99c1d3b View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2022

  1. Configuration menu
    Copy the full SHA
    a30f1fe View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2022

  1. Configuration menu
    Copy the full SHA
    1a723ad View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

  1. Configuration menu
    Copy the full SHA
    33dabbc View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2022

  1. Improved voltage accuracy

    Read about it on:
    https://forum.esk8.news/t/how-to-update-firmware-on-the-flipsky-75100-foc-esc/61819/165?u=1zuna
    
    ------- Maths -------
    VESC reports with V_REG 3.37: 53.0v
    BMS reports: 53,687v
    
    ((3.37 / 4095.0) * x * ((56000 + 2200) / 2200) = 53v
    x = 2434.4
    
    ((x / 4095.0) * 2434.4 * ((56000 + 2200) / 2200) = 53.687
    x = 3.4137
    
    Now we have exactly:
    ((3.4137 / 4095.0) * 2434.4 * ((56000 + 2200) / 2200)) = 53.68632661738261
    
    ------------------------------------
    
    VESC reports with V_REG 3.37: 54,50v
    BMS reports: 55.112v
    
    ((3.37 / 4095.0) * x * ((56000 + 2200) / 2200) = 54.40
    x = 2498.7
    
    ((x / 4095.0) * 2498.7 * ((56000 + 2200) / 2200) = 55.112
    x = 3.4142
    1zun4 committed Jul 30, 2022
    Configuration menu
    Copy the full SHA
    b2f30c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf36d53 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2 from varnerac/ci

    Add CI workflow
    1zun4 authored Jul 30, 2022
    Configuration menu
    Copy the full SHA
    8c3237d View commit details
    Browse the repository at this point in the history
  4. Revert "Add CI workflow"

    1zun4 authored Jul 30, 2022
    Configuration menu
    Copy the full SHA
    8e0ac0a View commit details
    Browse the repository at this point in the history
  5. Merge pull request #3 from m365fw/revert-2-ci

    Revert "Add CI workflow"
    1zun4 authored Jul 30, 2022
    Configuration menu
    Copy the full SHA
    435094d View commit details
    Browse the repository at this point in the history
  6. added github workflow

    1zun4 committed Jul 30, 2022
    Configuration menu
    Copy the full SHA
    9cfba88 View commit details
    Browse the repository at this point in the history
  7. seperated artifacts

    1zun4 committed Jul 30, 2022
    Configuration menu
    Copy the full SHA
    0473fc7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b2bc107 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. Configuration menu
    Copy the full SHA
    587d0c0 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2022

  1. Configuration menu
    Copy the full SHA
    dd77b3c View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2022

  1. Configuration menu
    Copy the full SHA
    2ff8863 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2022

  1. Configuration menu
    Copy the full SHA
    95794da View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2022

  1. Configuration menu
    Copy the full SHA
    549d252 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2022

  1. Configuration menu
    Copy the full SHA
    eed05e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    410cf5f View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2022

  1. Configuration menu
    Copy the full SHA
    cc9ef55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8f21cf View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2022

  1. Configuration menu
    Copy the full SHA
    dcfc3d0 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2022

  1. Configuration menu
    Copy the full SHA
    3da5d51 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2022

  1. Configuration menu
    Copy the full SHA
    bbe2d5d View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

  1. Configuration menu
    Copy the full SHA
    ae0ce96 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2022

  1. Configuration menu
    Copy the full SHA
    215b488 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2022

  1. Configuration menu
    Copy the full SHA
    1cde855 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. Configuration menu
    Copy the full SHA
    eedc0bc View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2022

  1. Configuration menu
    Copy the full SHA
    8e147e3 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

  1. Configuration menu
    Copy the full SHA
    95deb98 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2022

  1. Removed duplicated hwconf files for Flipsky 75100

    jaykup has now uploaded offical hw config files to the bldc repository
    1zun4 committed Dec 10, 2022
    Configuration menu
    Copy the full SHA
    3b1fd76 View commit details
    Browse the repository at this point in the history