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.

59 lines
1.3 KiB

5 years ago
  1. The example resistors in the adjustable section are R1 always 3K
  2. and R2, varies. You can double R1 and double R2 and get the
  3. same output voltage.
  4. So I will use an R1 of 6.8K
  5. with a base resistor, and an adjustable of
  6. base
  7. (would be for 13.5-13.8 according to powerstream sla page) volts)
  8. so let's do the math
  9. for 13.65 float voltage.
  10. 6k( /(13.65/1.23) - 1 )
  11. 13.65 / 1.23 - 1 == 10.09756
  12. 6k / 10.09756 == 594.31
  13. There is a 590 resistor in e24 or something. Let's do that.
  14. That is base.
  15. For lowest voltage of 1.2volts (single nicad charged by sun)
  16. though nicads probably have memory issues, but they are cheap
  17. so who cares... (I think nimh might be better?)
  18. 1.2 = 1.23( 6k/??? + 1)
  19. So solve for R2 which is unknown
  20. However my earlier math is wrong, since I need a 5900 resistor
  21. 13.65 / 1.23 - 1 == 10.09756
  22. 5900 / 10.09756 == 584.29
  23. So still a 590 resistor... Close as we can get. Well,
  24. there is a 583 on my chart, so
  25. 5900
  26. 583
  27. Base is 583, 5900 is R1
  28. Now what is the adjustable.
  29. Solve for R2, and remember you need the difference
  30. And can't go below reference...
  31. R2 == 5900 / (1.3/1.23 - 1)
  32. 1.3/1.23 - 1 == 0.0569
  33. 5900 / 0.0569 == 103690
  34. Quite a difference. We need to jump from 100K to 583.
  35. So I would add a 100K and that should get me close to 1.4 volts.
  36. Hopefully close enough. Done.