-
Notifications
You must be signed in to change notification settings - Fork 4
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
CV and CLK in #53
Labels
board2.0
hardware development for v2.0
Comments
CV and some gates can exceed 10V up to 12V (?), so the MCP3008 is not enough as it has a max input of 7.6V. We have to use another ADC or decrease the voltage though some additional circuits |
Yess I think we should first try out adding a simple op amp circuit to map
the eurorack range to MCP range.
daviderovell0 <notifications@github.com> ezt írta (időpont: 2020. szept.
2., Sze, 16:24):
… CV and some gates can exceed 10V up to 12V (?), so the MCP3008 is not
enough as it has a max input of 7.6V. We have to use another ADC or
decrease the voltage though some additional circuits
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub
<#53 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALHQBKB3AIECEEKKTSE5463SDZIQ7ANCNFSM4MV4IDXA>
.
|
Ill try model it in LTSpice
Marcell Illyés <300000persec@gmail.com> ezt írta (időpont: 2020. szept. 2.,
Sze, 16:33):
… Yess I think we should first try out adding a simple op amp circuit to map
the eurorack range to MCP range.
daviderovell0 ***@***.***> ezt írta (időpont: 2020. szept.
2., Sze, 16:24):
> CV and some gates can exceed 10V up to 12V (?), so the MCP3008 is not
> enough as it has a max input of 7.6V. We have to use another ADC or
> decrease the voltage though some additional circuits
>
> —
> You are receiving this because you were assigned.
> Reply to this email directly, view it on GitHub
> <#53 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/ALHQBKB3AIECEEKKTSE5463SDZIQ7ANCNFSM4MV4IDXA>
> .
>
|
Sounds good. We can check also ADCs that take higher voltages so we can avoid making extra circuit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Implement 4 (?) CV in and 1 clock in. With 4 knobs a single MCP3008 ADC might be enough but in the end might need two of them.
Both hardware and software implementation required.
The text was updated successfully, but these errors were encountered: