-
Notifications
You must be signed in to change notification settings - Fork 138
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
Added DroneCAN support #36
Conversation
307521d
to
1b324be
Compare
@tridge now we have a bootloader for the B-G431B-ESC1, it should be possible to rebase this support onto that ESC. Can you review that task? If not I will be able to take a look later in the week. Note, I would need to setup a DroneCAN environment first.I have a suitable FC and I think I have an SLCAN device somewhere, need to dig it out and give it a try. |
Also, I have tonight run a motor using the ST MC Workbench FOC code, not AM32. Would be possible I think to extend that for DroneCAN support without much work. |
ec63204
to
2080584
Compare
fb19e0e
to
baa1fd1
Compare
0378139
to
b158759
Compare
b158759
to
6019706
Compare
50281e7
to
271a965
Compare
2 pole butterworth filter
and improve setting of default values for all parameters
and ability to disable DShot interrupts
thanks Huibean!
14ddde6
to
552bd97
Compare
@@ -0,0 +1,72 @@ | |||
/* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What does this have to do with DroneCAN? This shouldn't live here, if anything it should be something that can be optionally used by any ESC protocol, this just doesn't make sense.
This adds DroneCAN support to AM32 and enables it on the VIMDRONES_L431 ESC
Features working:
Remaining issues: