Search found 6 matches

by MLL
Thu May 02, 2024 9:03 pm
Forum: Battery Managment (BMS)
Topic: Switched ADC BMS
Replies: 185
Views: 55785

Re: Switched ADC BMS

Dont we love it when the reaction to an announcement is yet another request :? You're welcome... I've added a workflow that builds binaries on every commit https://github.com/jsphuebner/FlyingAdcBms/actions I see you have made additional can cards after all, it's very cool. Will there be bin, hex f...
by MLL
Thu May 02, 2024 6:41 pm
Forum: Battery Managment (BMS)
Topic: Switched ADC BMS
Replies: 185
Views: 55785

Re: Switched ADC BMS

Check it out: https://github.com/jsphuebner/FlyingAdcBms/commit/b5b29ad5f781ebc15b5e3b20690fc1330e883082 There is now separate maps for internal and external use. That way you can map your own messages without disturbing operation. Of course the already used CAN Ids mustn't be reused in the user ma...
by MLL
Mon Mar 04, 2024 10:49 pm
Forum: Battery Managment (BMS)
Topic: Switched ADC BMS
Replies: 185
Views: 55785

Re: Switched ADC BMS

[/quote] The project is open source, isn't it? So instead of blaming, the preferred way is to dig into, discuss your proposals for improvement, and in best case create a pull request to share your work with the community. Thanks :-) You probably misunderstood me, I did not criticize in any way, this...
by MLL
Mon Mar 04, 2024 10:41 pm
Forum: Battery Managment (BMS)
Topic: Switched ADC BMS
Replies: 185
Views: 55785

Re: Switched ADC BMS

thanks a lot for the hint, after a while I was able to get the soc readings. experiment: I add in parallel in the soc interface to another ID, and it works fine for 2 bytes, so it's much more convenient to distribute the information, for me and maybe for someone else, but after turning off the bms c...
by MLL
Sat Mar 02, 2024 9:39 am
Forum: Battery Managment (BMS)
Topic: Switched ADC BMS
Replies: 185
Views: 55785

Re: Switched ADC BMS

It's a shame that you can't add new cards to your IDs. Please tell me, I do not understand how I can get soc data that is not in the whole byte from 0, 8, 10, 0. But in 22, 10, 10, 0. 1f4(u max, u min, uavg, tempmin, temmax) I received the data and there are no problems with them, but 12c has some p...
by MLL
Sat Mar 02, 2024 12:03 am
Forum: Battery Managment (BMS)
Topic: Switched ADC BMS
Replies: 185
Views: 55785

Re: Switched ADC BMS

Hello, tell me how to get the data on the can bus. soc, power, idc, delta, some of them are missing, in bms can cards. And why couldn't the soc be put in 301 ID 0, 8, 1.0?