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

Conversation

rofiqcp
Copy link

@rofiqcp rofiqcp commented Oct 15, 2022

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

varnerac and others added 28 commits May 11, 2020 17:33
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
@1zun4secondary
Copy link

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.
Check out the SmartESC project: https://github.com/Koxx3/SmartESC_STM32_v2
It is a custom VESC firmware made for the M365 and G30 board.

@1zun4secondary 1zun4secondary deleted the flipsky_75100 branch March 14, 2023 17:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants