From f667df3f179cb4b650960773a8c8b3a5e0b839a1 Mon Sep 17 00:00:00 2001 From: Logan G Date: Sat, 18 Feb 2023 23:22:31 -0700 Subject: [PATCH] Added README --- README.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..46ce1d2 --- /dev/null +++ b/README.md @@ -0,0 +1,28 @@ +# DCDCBuck + +A PCB I made to convert ~60V to 12-24V based on the Vishay SiC46x chip. + +## Specs + +### Electrical +|**Parameter**|**Value**| +|:-----------:|:-------:| +|Input Voltage|14-60V| +|Output Voltage|12-24V| +|Dropout Voltage|1.1\*Vin| +|Output Current(\<10s)|15A| +|Output Current(>10s)|10A| +|Quiescent Current|4mA| +|Standby Current|6uA| +|Efficiency|94-98%| + +### Limits +|**Parameter**|**Typical**|**Max**| +|:-----------:|:---------:|:-----:| +|Input Voltage|14-60V|0-66V| +|Output Current|10A|15A| +|Temperature (Ambient)|-40-85C|-40-105C| + + +## License +This repository is licensed under the [CC BY-SA 4.0 License](https://creativecommons.org/licenses/by-sa/4.0/).