Giter VIP home page Giter VIP logo

Comments (16)

Kamsta99 avatar Kamsta99 commented on June 11, 2024 1

WOAH 32A charging working and percentage goes up. Grab my generous donate.

from twizy-virtual-bms.

dexterbg avatar dexterbg commented on June 11, 2024

That sounds pretty confused. You normally cannot simply switch the software without understanding how they each work and what they need.

SimpleBMS uses a voltage reading to derive SOC, and the SOC to derive the allowed charge current. So if the voltage reading isn't configured correctly or doesn't work, both SOC and charge current will likely also not work. BlazejBMS is tailored to a 4 "cell" lead acid configuration, and KlausBMS to a 16 cell LFP setup.

All example implementations do extensive logging via serial. My suggestions are:
a) describe your setup
b) provide the debug log

from twizy-virtual-bms.

Kamsta99 avatar Kamsta99 commented on June 11, 2024

At first i want to thank you for reply, i done battery using Li-Ion batteries LEV40 14cellsx3. Everything except charging works fine (driving no errors).
20190930_223108
I did case for batteries.
20190930_223216
Also using oryginal sockets
69564446_428234047824613_1407412494581891072_n
No errors on LCD

from twizy-virtual-bms.

Kamsta99 avatar Kamsta99 commented on June 11, 2024

Also i got these debugs when charging
Screenshot_20191006-212037
We are using buildin charger
71693504_387887638789330_3866996856043077632_n

from twizy-virtual-bms.

dexterbg avatar dexterbg commented on June 11, 2024

Nice images, but without any substantial info on your actual setup.

a) Do you use a real BMS or the Arduino as the BMS?
b) How do you read the battery sensors, which sensors do you have?
c) Your log only shows the VirtualBMS core debug output, where are the debug outputs of the BMS model chosen?
d) And which one is that now? And how is it configured / modified for your hardware?

from twizy-virtual-bms.

Kamsta99 avatar Kamsta99 commented on June 11, 2024

a) Im using Arduino Nano as BMS
b) We did voltage divider from 60V ->4,5V like note in code also made check did vcore show same result like voltage meter
c) I got log only in idle state Vcore, soc and temp looking at code i should have more ...
d) I had most success on SimpleBMS, there files, i changed battery voltage
SimpleBMS.zip

from twizy-virtual-bms.

dexterbg avatar dexterbg commented on June 11, 2024

OK, that gets us one step further. Now I need the actual full log output of a charge attempt.
The SimpleBMS log should show the measurements and data derived from the measurements once per second from bmsTicker().

from twizy-virtual-bms.

Kamsta99 avatar Kamsta99 commented on June 11, 2024

There is everything i got via log
https://www.youtube.com/watch?v=UT8BhkOUG44&list=LLmkOltXakQK5IzsuK87Dk0A&index=2

from twizy-virtual-bms.

dexterbg avatar dexterbg commented on June 11, 2024

OK, there's a bug in the SimpleBMS bmsTicker function.
In SimpleBMS.ino, please change the ticker line 107 from…

  if (twizy.inState(Off) && (clockCnt % 100 == 0)) {

…to…

  if (!twizy.inState(Off) && (clockCnt % 100 == 0)) {

…then get another log.

from twizy-virtual-bms.

dexterbg avatar dexterbg commented on June 11, 2024

As the whole ticker did only run in state "Off", that may have been the cause for your issue with SimpleBMS as well.

But that bug is only present in SimpleBMS, not in BlazejBMS or KlausBMS, so let's see where you get now.

from twizy-virtual-bms.

dexterbg avatar dexterbg commented on June 11, 2024

You're welcome. Please send images of the build process and final result if you'd like me to include your build as another showcase.

from twizy-virtual-bms.

Kamsta99 avatar Kamsta99 commented on June 11, 2024

History:
zdj
Trying to understand how arduino works
zdj1
also some hardware problems we cant get GO light at first

from twizy-virtual-bms.

dexterbg avatar dexterbg commented on June 11, 2024

Please collect everything as a ZIP and send me that by email for the inclusion. Thanks!

from twizy-virtual-bms.

abdurauf16 avatar abdurauf16 commented on June 11, 2024

hello, I have a twizy on the ride, the light is off, the go light is on, stop can, or you will send a sketch for acid batteries for a renault twisi

from twizy-virtual-bms.

Abdurauf1234 avatar Abdurauf1234 commented on June 11, 2024

pleas help how to do virtual bms

from twizy-virtual-bms.

Abdurauf1234 avatar Abdurauf1234 commented on June 11, 2024

I bought a Renault Tweezy without BMS and for 4 years I can’t make a virtual BMS, I can make a video on how to make your first virtual BMS based on acid batteries, I would buy a Renault Twizy accumulator, but I need to bring it from Korea if it will cost about 2000 to bring it from Korea to our country $ 3000 and in our country on average they earn $ 200 help please make a virtual BMS from acid batteries, you can throw off the connection diagram of the components

from twizy-virtual-bms.

Related Issues (10)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.