-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] Voltage Regulator #939
Comments
Heh, seems fun enough. Worth noting that the 78xx and 79xx series of voltage regulators are generally LDO Linear regulators, which behave very similarly to a large rheostats and voltage probe on the output side. It's literally a resistor controlled feedback loop IRL. LDO Linear regulators require 1.5 to 2 volts more than their typical output voltage (otherwise the output voltage sags), and any voltage drop it creates multiplied by the current through the device immediately becomes heat! They are typically rated for 1.5A on the TO-220 form factor, but in my experience they tend to melt at that sort of current. There are also smaller versions that are rated for 150mA. Just to get an idea for the naming convention: LM7805: 5v regulator LM317: Variable positive output voltage LDO Regulator |
We are currently working on voltage regulators. 😄 |
That would be very good to have a voltage regulator as a single block.
GND - Ground Explanations on formula (to whoever want to go into technical details).
Current limits you want to have: Based on cable type (I_cable_max below):
Based on batteries (I_battery_max below, but watch out cable limits!):
So final formula for max amperage is: Tested myself with 800V batteries. There is little overshoot, but it works fine, both for charging and discharging. Examples of setups:
|
The development here has halted and been put into new efforts on eln2 which we hope to have completed within two years and will be a complete overhaul with tons of new mechanics and stuff. We're not updating this older version any more because it's too difficult to set up the development environment and you can't use modern versions of Kotlin with it. |
Issue description
I would like to request a module named LM7805 or voltage regulator especially to export voltage as consistent rate while input voltage is not consistent.
Datasheet
https://www.sparkfun.com/datasheets/Components/LM7805.pdf
Electrical Age version
Future Versions
The text was updated successfully, but these errors were encountered: