Created
March 23, 2015 19:59
-
-
Save tomhartley/90f7361cd0995a39bc7f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
OK, datasheet says: | |
2.35V at 34 mA for the heater | |
So assuming you want to power it off 5V, you want the voltage drop across the resistor to be 2.65V (5-2.35). The current through the resistor will be the same as through the heater since they're in series so: | |
V=IR | |
2.65=0.034*R | |
R = 2.65/0.034 = 78 Ohms | |
The resistor for sensing can be anything above 1k, I reccomend starting with about 10K. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment