I want to measure each battery voltage in the BMS, how should I configure the voltage sensor?

Hello

I'm trying to charge 18650 batteries using a BMS module.

I wanted to know how the voltage of each battery changes while charging, so I installed a voltage sensor.

First, here's a picture of when only the BMS is connected to the 18650.

It's not the BMS I have, but it's configured like this.

Power is supplied to P+, P- from the DC supply, and

The most negative part of the 18650 battery connected in series is connected to B-, and the most positive part of the 18650 battery connected in series goes to B+.

I have two voltage sensor configurations in mind. Is one of them correct? Or are they both wrong?

The voltage sensor is configured with the voltage sensor in the link below.

Method 1.

Connect all GND of the voltage sensor to the B- side and connect each VCC to the + side of each 18650 battery.

Method 2 is to connect the VCC and GND of the voltage sensor to both ends of each battery.

I had a problem when I connected it to the 2nd line. The wire suddenly turned almost 50 degrees, so I thought something was wrong and immediately disconnected it.

image

If I want to measure the voltage of each battery, which method should I use, 1 or 2?
Or is there another way?
I want to record how the voltage changes each second. I have a multimeter, but it doesn't connect to the computer, so I don't know which method would be best.

Only method 1, method 2 is good way to make disaster.
Are you aware that your voltage "sensor" is nothing else than two resistors aka voltage divider.

As @kmin pointed out only method 1 will work
Depending on what you want to know, the voltage resolution may be somewhat poor with that sensor module.

That is NOT a BMS, it's just a charger board. I see no high temp, low temp, over/under voltage, over current, short circuit protection and where is the shut off relay(solid state)?

As @sonofcy said, this module is not a BMS but a battery protection module.

If you have experience in electronics, you can analyze the figures attached below.

They are the "internal" of the chip used in this module and the schematic suggested by the manufacturer.
See in the figure marked in red that B+ and B- are not at the same level as P+ and P-.
Ref: datasheet: https://www.ablic.com/en/doc/datasheet/battery_protection/S8254A_E.pdf

The BMS diagram I showed you was a picture I found to show you an example of the connection.
The BMS I used are these two types.
Does this model's BMS also have this function?
I used the BMS because I wanted to observe cell balancing.

I can't find a voltage sensor that I can use with Arduino, perhaps because my search skills are lacking.
Is there any model that can measure voltage?
Can I only measure voltage with an analog pin within the 0~5V range of Arduino?

Even though the voltage resolution is somewhat low, I wanted to see the trend first.
When I bought it, it said it was a sensor on the page, so I bought it.

I think the problem is that the BMS photo I used as an example is not of the model I am using.

I have attached a picture and specs of the BMS I am using. Does this model appear to have cell balancing? What parts of the circuit should I check to see if it does the desired function?

You may not see anything. A BMS can make very small changes to the charge current on each battery in order to make things "Balance" but there is no harm in looking.

I am not sure what you are driving at. As a thought exercise ONLY, drop a steel screwdriver across the battery + and battery -. Does the battery shut down with no ill affects? If the answer is yes then it's most likely a BMS, if the answer is NO then it is 100% NOT a BMS.
Another test is to take the temperature lead from the BMS and immerse it in a glass of water with melting ice cubes. Again, the battery should disconnect. Of course if there is NO temperature lead, then it is 100% sure NOT a BMS.

There are NO English language google hits for that device. DMLP-4S8A but the spec sheet appears to have all the specs (but 1) for a BMS. What I do not see is the temperature probe that attaches to the battery itself as Lithium cells have specific to chemistry values that cause explosions (hot) or battery destruction (cold)

Exactly what battery will you be using?

Cell balancing is just one function of a BMS and is actually the least important function.
Is this 'BMS' going to be permanently attached to the batteries?

If this is a permanent connection, you’ll also need a way to disconnect each battery sensor, as they will drain your batteries over time.

The first one you show does do cell balancing, the second apparently does not.

What parts of the circuit should I check to see if it does the desired function?

For the balance function, you need to accurately measure the voltage of each cell. If at the end of charge each battery is 4.20V +/-25mV then the balancing worked.

What I wanted to see was how the voltage of each battery changes when the BMS's cell balancing function is activated.

I wanted to check how the BMS's cell balancing function works, and I wanted to try my own cell balancing experiment with active or passive cell balancing functions.

I think the battery I used is a shenzhen longyan sheng 18650 battery.
I couldn't find the exact sales link, but this is the 18650 picture.

See post #11 and #17

That's what your "sensor" does. Lowering with voltage divider the battery voltage to level that arduino ADC can sense.
The question is, do you really need them? Your BMS should take care of the balancing.
There are few negative aspects using them, like small extra battery drain and potentially harmful current draw through arduino analog pin if you disconnect VCC from arduino.

Edit: If the purpose is just experimental, go on. I have doubts you "see" a lot if your BMS is working like expexted.