git ssb

0+

dinoworm 🐛 / solarmonk



Commit 4c47595a9ac5a6e354f04570b54d29d64e4cfc3e

separate charge reader from discharger

Michael Williams committed on 1/18/2018, 11:40:02 AM
Parent: a388d960bbe77180d06a7f967848702eae863283

Files changed

README.mdchanged
README.mdView
@@ -57,9 +57,9 @@
5757 20% | 11.58 | 1.93
5858 10% | 11.31 | 1.89
5959 0 | 10.50 | 1.75
6060
61-### load (discharge) controller
61 +### battery charge reader
6262
6363 - BTE14-04 betamcu.cn Arduino Uno R3 Compatible
6464 - "DF Robot" LCD Keypad Shield
6565 - R1 resistor = 10k ohms
@@ -80,10 +80,18 @@
8080 GND GND
8181
8282 ```
8383
84 +### battery discharge controller
85 +
86 +to ensure the battery is never over-discharged, we should cut off extra power when the battery reaches a low enough voltage.
87 +
8488 TODO
8589
90 +what we need is something like [this](http://nz.element14.com/infineon/bts500801teaauma1/power-load-sw-high-side-30v-to/dp/2480567)
91 +
92 +given time constraints, i wonder if [this](https://www.jaycar.co.nz/solid-state-relay-4-32vdc-input-30vdc-100a-switching/p/SY4086) works?
93 +
8694 ### 12v to 5v step-down (buck) converter
8795
8896 [step down dc-dc 9A converter (constant volts or constant amps), 5~40v input & 1.5~35v out](https://www.trademe.co.nz/Browse/Listing.aspx?id=1521227419)
8997

Built with git-ssb-web