-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
rofiqcp
wants to merge
32
commits into
vedderb:master
Choose a base branch
from
m365fw:flipsky_75100
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
files from https://forum.esk8.news/t/how-to-update-firmware-on-the-flipsky-75100-foc-esc/61819 done by jaykup
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
Add CI workflow
Revert "Add CI workflow"
…y75100 into flipsky_75100
Hello. You have opend up a pull request from my https://github.com/m365fw/vesc_bldc/tree/flipsky_75100 into the bldc repository. Please close this pull request. About your question on how to use VESC firmware on G30 controller I can help you out. |
jaykup has now uploaded offical hw config files to the bldc repository
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hello master, thanks for your project sharing.
im very interesting with your project.
i want to ask to you.
can the program VESC programmed in Ninebot Max G30 Controller