Monitoring individual cell voltages (Smart BMS, Balance charger)

I think the LTT bms has all those smart features you mentioned on IOS too, it’s just a paid service (I paid around 6€ to unlock those, although the app itself is free.


I agree that the UI looks way better than on this than the android version.

7 Likes

This is probably an updated version. Looks cool. I’ll take a better look at it and update the info in the initial post.

1 Like

i wish the dev would port this version back to android. i would happily pay some money for a paid version that is better than the normal android one.

3 Likes

I’m thinking about writing a driver for this BMS for the unity and route data through to the app. Could easily use the same code for Vesc as well. The question is can I ever find the time… I think it’d be worth it probably though the BMS is so damn large.

19 Likes

Have you seen the ant BMS’s? They seem to be a more configurable smart bms compared to the LTT and the footprint has come way down compared to the earlier models. Took some pictures and put them up over here 200a smart BMS - ANT

It’s got a really nice form factor for a discharge bms compared to the LTT ones and supports a wide array of voltages.

1 Like

This would be game over.

2 Likes

Wow so many good options!

That balancing port. :thinking:
Exterior BMS is cool, then you can use a high powered large one but not have to integrate it.

Just me or is anyone getting an error about a missing ‘Billing Phone’ in the checkout for the smart bms?
There’s no way to fill it in afaik

image

1 Like

FYI a high-powered BMS for external is not needed. The balancing current will be the same. You only need to make sure your BMS is rated for your chargers amps.

4 Likes

This field, no? From https://www.lithiumbatterypcb.com/checkout/

1 Like

That worked thanks!

1 Like

Spill the beans Jan, I ordered one of these bad boys along with a pc connector. Idea being to configure with the pc dongle and perhaps monitor with the DaveGA, is that an awesome charge model your pic shows?

At least I think I ordered the right type, but it’s hard to tell on such a monolithic website.

smart BMS with Bluetooth function UART communication 20A

1 Like

Here’s some messy code that works with the open source DAVEGA module:

You can also make it work with Arduio Nano + ILI9225 display. Here’s the diagram.

Ignore the buttons. You connect the BMS to the UART port instead of the VESC.

The gotcha is that you cannot feed the DAVEGA/Arduino from the 5V on the BMS. It’s unable to provide enough current. You need another power source.

On my custom charger, I power it directly from the battery pack using a buck converter, which is a bit clunky but it works.

4 Likes

BTW, the ultimate charging solution that I hope I’ll eventually make happen is:

  • add CAN to DAVEGA X
  • integrate DAVEGA X with DieBieMS (and FlexiBMS when available)

Then I can view the all the BMS info on the DAVEGA while charging.

If DAVEGA has CAN then it’s not even necessary to have the VESC on while charging since DAVEGA would be able to retrieve the info from the BMS directly.

Without CAN, it’s still possible to retrieve the BMS data via VESC but then that requires the VESC to be on while charging, which is not ideal.

7 Likes

For the LLT Power Smart BMS, does the discharge ampere rating matter if you are bypassing for charging only? And is it better to bypass?
Controlling cells through an app sounds like a dream. Hopefully this is a legit bms.

1 Like

It doesn’t.

1 Like

this bms could potentially change the game. :pray:

1 Like

Got a link to the bms?

The pcb is double sided.

The lowest discharge amp ones have fets on only one side. So there’s a metal plate over one side, and the bottom is just covered with fish paper.

At I think 40a (not sure), fets appear on the bottom as well, and a metal plate on the bottom to heat sink the fets.

So the single sided boards are thinner but more delicate. The double sided boards are thicker but more mechanically protected.

Electrically, if bypassed for discharge, amp ratings make no difference.

1 Like

Works like a charm. It isn’t that useful for everyday use, you might use it to check the battery percentage, but other than that, you won’t do much on it.
Sometimes I also check the temp sensors in my board, placed above my battery to see battery temp, if you consider that useful.

2 Likes