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

Impl of bissc encoder (new PR for V6) #536

Merged
merged 1 commit into from
Oct 6, 2022

Conversation

manoukianv
Copy link
Contributor

@manoukianv manoukianv commented Oct 2, 2022

Hello,

i had implemented a new interface encoder : BISSC to be compatible with a lot of industrial encoder.
A quick video here to explain how to : https://youtu.be/G4rkW7bhovg

i use the same implementation than TS5700N8501 and MT6816 : it uses COMM port to wires the encoder.
i push also a PR for the vesc tools. Both come together to synchronize MCCONF signature.

This encoder uses RS422, si it has be connected to the COMM port for high speed communication. A RS422-transceiver such as the MAX490 is required, where CLK and MISO are used as click and data input lines. To use this encoder, you have to make sure that no app uses UART or ADC1. The ABI resolution field is used to setted the BISSC encoder accuracy : 2^(BissC Resolution)

I Hope this can help community and increase motor compatibility.

Best regards
Vincent

Update the motor signature for VescTools.
@vedderb vedderb merged commit c41da62 into vedderb:master Oct 6, 2022
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.

2 participants