Skip to content

Resistor Selection #262

Discussion options

You must be logged in to vote

DSC operates at 12.6V, Arduino at 5V, and ESP at 3.3V.
The resistors act as a voltage divider.
Vout = Vin R2 / (R1+R2).
So with 10k and 15k we get:
Vout = 12.6 * 10 / 25 = 5.06 good for Arduino
And with 10k and 33k:
Vout = 12.6 * 10 / 43 = 2.93 good for ESP

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by taligentx
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #258 on December 23, 2021 16:13.