-
Notifications
You must be signed in to change notification settings - Fork 225
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
diyBMS cooperation with the 160S high-voltage battery #175
Comments
Hi, how are you with compiling code? Using vscode? I suggest that we could use the diybms alongside the existing BMS, particularly if you just want monitoring and reporting features. Which diybms cell modules do you have? |
I count on the author's help to change the code in BMS. I'm not good at programming. |
What cell chemistry is it? What voltage range per cell? I was suggesting using 2 BMS whilst this is tested and proven reliable, rather than risk damage or worst |
Li-lion |
Great, you fitted the 4.5V reference in the modules? |
yes |
Ok, give me a day or two to review the code. Might be worth while connecting up at least 1 of the modules to a bank for testing. |
ok, I'll wait, thanks for your help, I'll take your suggestion |
Thank you very much and I'll start testing. |
You can also send beer tokens via Paypal - https://paypal.me/stuart2222 How are you going to control over current limits? The DIYBMS doesn't include any current breakers that are often found in the Chinese BMS boards (MOSFETs) the reason is that the BMS can support very small and very large deployments, so didn't want to limit the flexibility. The idea is that you would use a current shunt trip (via a controller relay) to trigger an external breaker. Additionally, are you planning to use the current shunt/monitor? That has an absolute voltage maximum of 85V input, so you would have to do something creative (resistor divider?) to use that. |
This is exactly my plan, the BMS controls a relay to a high voltage contactor that disconnects the battery.
For this set I will use a shunt developed by the user from this thread: |
I have another question about programming the V490-AllInOne Module,
|
You can't program the V490 boards directly from the controller - they use the STM32 chip not the ATMEL ones found on the older boards. All the pre-compiled code is in the release section. If you are NOT using the DIYBMS current sensor/monitor then you will also not be able to use the CANBUS integration (Pylontech/Victorn) if that is on your plan. |
The calibration settings has no affect on the v490 module, there shouldn't be any need for calibration as the design uses higher accuracy parts. Why are your voltage levels so different? |
I have a li-ion battery from an electric car (car floor). Currently, this battery works with a Chinese BMS and a HYD 20 KTL-3PH inverter.
It works well but lacks features available in diyBMS.
I have built a PCB to run diyBMS with such a battery, but the problem is that diyBMS only supports batteries up to 128S.
Please change the program code for 160S or more batteries. I will be happy to share my knowledge and present my project.
I understand the difficulties with high voltage batteries. I know they are dangerous.
I have the appropriate qualifications to work with high voltage.
thank you for your support
The text was updated successfully, but these errors were encountered: