Skip to content

Instantly share code, notes, and snippets.

@tomhartley
Created March 23, 2015 19:59
Show Gist options
  • Save tomhartley/90f7361cd0995a39bc7f to your computer and use it in GitHub Desktop.
Save tomhartley/90f7361cd0995a39bc7f to your computer and use it in GitHub Desktop.
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