You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
496 B

5 years ago
  1. checking the given example:
  2. 41200 * (8.2 - 1.245) 286546
  3. 41200 * 0.000003 + 1.245 == 1.3605
  4. (1.3 - 1.245 ) * 12400 == 682
  5. (12400 * .000003 ) + 1.245 == 1.28
  6. 682 / 1.28 == 532
  7. so lowest resistor value must be 500 about...
  8. (4.2 - 1.245) * 12400 == 36642
  9. \ 1.28 == 28626 so 28700 (use 1%)
  10. (6 - 1.245) * 12400 == 58962
  11. / 1.28 == 46064
  12. EDIT: this should be let's say 6.9 as the float voltage. (13.8 / 2)
  13. so
  14. (6.9 - 1.245) * 12400 == 70122
  15. / 1.28 == 54782
  16. so 54.9K (is the closest E series)