Search found 8 matches

by X19e
Tue Feb 25, 2025 2:00 pm
Forum: Battery Managment (BMS)
Topic: Simp BMS
Replies: 732
Views: 461103

Re: Simp BMS

tom91 wrote: Tue Feb 25, 2025 11:34 am Yes if you use the warning ones and not the alarm ones.
That was my approach. Maybe I should add LowTemperature for the Limit specification. But first: TEST.

Thank's a lot for your fast response, the complete definition for 0x35A and the corresponding code snippet.

Have a nice day!
Frank
by X19e
Tue Feb 25, 2025 9:53 am
Forum: Battery Managment (BMS)
Topic: Simp BMS
Replies: 732
Views: 461103

Re: Simp BMS

I'm interpreting CANbus data from my SimpBMS. The manual says that 0x35A Warning should send these Datas:
image.png
But in the TESLABMSV2.ino project I found a more complex definition, that maybe is related to a Victron system I didn't use:
msg.id = 0x35A;
msg.len = 8;
msg.buf[0] = alarm[0 ...
by X19e
Wed Oct 30, 2024 2:53 pm
Forum: Battery Managment (BMS)
Topic: Question about 12 Volt "starter" Battery (Please move if incorrect)
Replies: 28
Views: 13830

Re: Question about 12 Volt "starter" Battery (Please move if incorrect)

I do have a similar challenge with the weight as DVD3000 and had nearly the same idea as muehlpower to use a battery from the supplier in his link. But I do like the smaller 24Ah batterie much more. https://www.autobatterienbilliger.de/Accurat-Traction-T24-LFP-12V-LiFePO4-Lithium-Versorgungsbatterie ...
by X19e
Sun Oct 27, 2024 5:49 pm
Forum: Battery Managment (BMS)
Topic: Simp BMS
Replies: 732
Views: 461103

Re: Simp BMS


You need to change code so up to you how you do it.

You are right, if I want to do that, it is my responsibility.
Based on the code, the VEcan() function was added primary for the Victron Energy support and maybe that's why so many ID's are in use.
A Charger is enable via CAN broadcast message ...
by X19e
Sun Oct 27, 2024 4:20 pm
Forum: Battery Managment (BMS)
Topic: Simp BMS
Replies: 732
Views: 461103

Re: Simp BMS

tom91 wrote: Sun Oct 27, 2024 3:58 pm Not possible. You need to modify the code to add this message structure.
OK. Is it easier to add a new ID with this structure or modify one of the existing?
I do have an Elcon charger and DC/DC converter on the same Canbus. So I shouldn't interfere those communications.

Best regards
Frank
by X19e
Sun Oct 27, 2024 3:18 pm
Forum: Battery Managment (BMS)
Topic: Simp BMS
Replies: 732
Views: 461103

Re: Simp BMS

At the moment I'm configuring my Hyper9 system with the SME AC-X1 controller in combination with SimpBMS. They should exchange data via CAN network, but the configuration page of the TAU smartview software causes me problems.
I'm running TESLABMSV2.ino and this is the CAN output: https://up.picr.de ...
by X19e
Mon Oct 07, 2024 12:29 pm
Forum: Drive trains (motors and inverters)
Topic: New Simp Eco development - Charge Port Controller
Replies: 11
Views: 5662

Re: New Simp Eco development - Charge Port Controller

Do you still plan to finish this? I've got a SimpCharge in combination with SimpBMS. The lock mechanism is a TUEV requirement and I've already started with a DRV8871 to operate it. LED's would be an additional feature.
Let me know if the unit is available, please.

Best regards
Frank
by X19e
Thu Aug 18, 2022 1:58 pm
Forum: Battery Managment (BMS)
Topic: Simp BMS
Replies: 732
Views: 461103

Re: Simp BMS

i just received my SimpBMS board from Second Life EV Batteries Ltd and start to play around with it. Amazing thread with lots of information!
Just wondering: Did someone create a housing for this board and provides a step or stl file to print it?