Check the last couple of posts on this thread: https://openinverter.org/forum/viewtopi ... 704#p81704
There is some can logs of a running AMI, let me know it fit works.
Search found 121 matches
- Fri Nov 21, 2025 2:32 pm
- Forum: General
- Topic: 48 volt options for HSG / citroen ami CAN
- Replies: 6
- Views: 171
- Wed Aug 20, 2025 11:40 am
- Forum: Getting Started
- Topic: Mild hybrid bmw m10 turbo + PMSM from Porsche Cayenne. Help)
- Replies: 11
- Views: 8461
Re: Mild hybrid bmw m10 turbo + PMSM from Porsche Cayenne. Help)
The e-booster is not a 3 phase machine, Its a switched reluctance motor as far as i can tell, It is possible to control it directly from CAN but anyone who has the logs has selfishly decided to keep that information for themselves with intent to release a product and then done nothing with it for ...
- Tue Jul 15, 2025 9:16 am
- Forum: Battery Managment (BMS)
- Topic: Simp BMS
- Replies: 751
- Views: 493626
Re: Simp BMS
I found the part thats been removed in the old commits.
case 0x350:
for (byte i = 0; i < 5; i++) {
for (byte i = 0; i < 6; i++) {
ChargerSerial = inMsg.buf;
Its not in the latest version meaning "EltekPC" charger wont operate as it requires login.
case 0x350:
for (byte i = 0; i < 5; i++) {
for (byte i = 0; i < 6; i++) {
ChargerSerial = inMsg.buf;
Its not in the latest version meaning "EltekPC" charger wont operate as it requires login.
- Mon Jul 14, 2025 7:42 pm
- Forum: Battery Managment (BMS)
- Topic: Simp BMS
- Replies: 751
- Views: 493626
Re: Simp BMS
OutlanderBMSv2.ino
#define EltekPC 7
requires a login on 0x351
byte ChargerSerial[6];
there is no longer any code to take the charger announce from the 0x350 and plug it into ChargerSerial
also can i add to the if statement of ESS mode to use the AC present to enable charging?
like this ...
#define EltekPC 7
requires a login on 0x351
byte ChargerSerial[6];
there is no longer any code to take the charger announce from the 0x350 and plug it into ChargerSerial
also can i add to the if statement of ESS mode to use the AC present to enable charging?
like this ...
- Mon Jul 14, 2025 6:31 pm
- Forum: Battery Managment (BMS)
- Topic: Simp BMS
- Replies: 751
- Views: 493626
Re: Simp BMS
I think the code may have changed which is why im confused, do i have to put the serial number in manually for eltekPC and then flash it?
There is no longer a message received in 0x350 that is entered into ChargerSerial that i can find in the code or am I mistaken?
There is no longer a message received in 0x350 that is entered into ChargerSerial that i can find in the code or am I mistaken?
- Mon Jul 14, 2025 4:58 pm
- Forum: Battery Managment (BMS)
- Topic: Simp BMS
- Replies: 751
- Views: 493626
Re: Simp BMS
sorry
does it turn off and on using the AC present pin like in EV mode?
that would be easier than using a relay to control AC mains to the charger
thanks again.
does it turn off and on using the AC present pin like in EV mode?
that would be easier than using a relay to control AC mains to the charger
thanks again.
- Mon Jul 14, 2025 4:49 pm
- Forum: Battery Managment (BMS)
- Topic: Simp BMS
- Replies: 751
- Views: 493626
- Mon Jul 14, 2025 3:13 pm
- Forum: Battery Managment (BMS)
- Topic: Simp BMS
- Replies: 751
- Views: 493626
Re: Simp BMS
I have an Eltek valere charger "eltek PC" I have used it successfully before in normal operation (ev)
Is it possible to charge in ESS mode using the AC present pin?
I want to use it in parallel to an inverter to charge at a higher rate.
thankyou
Is it possible to charge in ESS mode using the AC present pin?
I want to use it in parallel to an inverter to charge at a higher rate.
thankyou
- Fri Apr 18, 2025 2:37 pm
- Forum: Classifieds
- Topic: Shed cleanout (inverters, chargers, motors)
- Replies: 15
- Views: 5344
Re: Shed cleanout (inverters, chargers, motors)
I would very much like a EVBMW logic board for the Gen 3 Prius if your willing to take it out, good or bad, I am in the UK also so shipping the whole thing might be too much?
- Thu Apr 17, 2025 3:05 pm
- Forum: VW (VAG, Volkswagen, Audi, Porsche etc.)
- Topic: VW Mild Hybrid Starter Alternator
- Replies: 150
- Views: 108615
Re: VW Mild Hybrid Starter Alternator
Nice, im glad someone has made progress, there is always the problem of finding a can log from a working car. I have a Valeo one from a different model, i wonder if the message structure is the same. What does the unit transmit over CAN when powered?
the one i have sends these messages:
00000190 8 ...
the one i have sends these messages:
00000190 8 ...
- Thu Dec 12, 2024 5:04 pm
- Forum: Hyundai/Kia
- Topic: Kia Niro BMS
- Replies: 248
- Views: 151112
Re: Kia Niro BMS
Hello. It looks like you use the original board from Kefico? What have you added to the board? Is it possible to read the CAN with these additinal boards?
I have read the stock BMS with a elm327 and a smartphone app, but the Arduino i have crudely patched into the hardware disables the onboard ...
- Mon May 13, 2024 4:13 pm
- Forum: VW (VAG, Volkswagen, Audi, Porsche etc.)
- Topic: VW Mild Hybrid Starter Alternator
- Replies: 150
- Views: 108615
Re: VW Mild Hybrid Starter Alternator
Sure, i will see if I can dig them out, I could send you a board if you can populate it yourself.Kperformance wrote: ↑Sun May 12, 2024 8:31 pm Hi Bigmotherwhale,
Mind sharing the pcb/schematics?
I also suffered from the dead-alternator message today!
Would be great to see details and or find a working solution![]()
- Sun May 05, 2024 8:44 pm
- Forum: General
- Topic: Mercedes Benz 48V MHEV BSG - Help needed
- Replies: 13
- Views: 29233
Re: Mercedes Benz 48V MHEV BSG - Help needed
The current comes from shorting the winding which will then rise in voltage on release.
To do what you want you could pick up a Ebike controller or similar with regen and use that to charge the battery, you would have to make your own controller for the armature winding using a pwm of some kind and ...
To do what you want you could pick up a Ebike controller or similar with regen and use that to charge the battery, you would have to make your own controller for the armature winding using a pwm of some kind and ...
- Sat May 04, 2024 6:06 pm
- Forum: General
- Topic: Mercedes Benz 48V MHEV BSG - Help needed
- Replies: 13
- Views: 29233
Re: Mercedes Benz 48V MHEV BSG - Help needed
That sounds exactly right, the rectified output must always be below battery voltage to avoid charging while the battery is full, otherwise when you were revving the engine the diode bridge in the mosfets would be rectifying it into dc back into the battery whether it needed charge or not.
The ...
The ...
- Fri Nov 24, 2023 3:01 pm
- Forum: Battery Managment (BMS)
- Topic: LTO battery management
- Replies: 19
- Views: 22098
Re: LTO battery management
Thats the wrong type of Prius battery, you want 2015 onwards Li-ion, Using the nickel metal hydride cells is a pita as you rightly said.
- Thu Nov 23, 2023 5:33 pm
- Forum: Tesla
- Topic: Help identify Tesla gen3 charger DC voltage divider circuit
- Replies: 2
- Views: 4584
Re: Help identify Tesla gen3 charger DC voltage divider circuit
you should look up the IC's datasheets until you find something like a DC Voltage Isolation Sensor it will likely be connected to a long string of resistors, I can see several likely candidates on that board.
- Thu Nov 23, 2023 5:24 pm
- Forum: Battery Managment (BMS)
- Topic: LTO battery management
- Replies: 19
- Views: 22098
Re: LTO battery management
It makes sense now, you are building a hybrid so you want the highest C rate for both charging and discharging
You will always need a BMS, you cannot skip this part no matter what anyone says, its asking for problems.
There are a lot of hybrid packs out there, they are really cheap because no one ...
You will always need a BMS, you cannot skip this part no matter what anyone says, its asking for problems.
There are a lot of hybrid packs out there, they are really cheap because no one ...
- Thu Nov 23, 2023 3:44 pm
- Forum: Battery Managment (BMS)
- Topic: LTO battery management
- Replies: 19
- Views: 22098
Re: LTO battery management
as a rule of thumb as the cells get smaller the C rating gets higher and vice versa, with the slight exception of the new tesla cells which have different cell termination, this is why I think you see such low C rating for LFP chemistry because they are designed for energy storage, if you had a ...
- Thu Nov 23, 2023 3:13 pm
- Forum: General
- Topic: BMS questions
- Replies: 3
- Views: 4678
Re: BMS questions
Bexanders BMS should work with your pack have a look on the forum for it.
- Thu Nov 23, 2023 2:14 pm
- Forum: Battery Managment (BMS)
- Topic: LTO battery management
- Replies: 19
- Views: 22098
Re: LTO battery management
You explained it pretty well yourself, the LFP batteries that are sold with low C are designed for solar, generally LFP have high C rating compared with Li-Ion especially for charging, I may be wrong but i thought this was common knowledge?
What LTO cells are you comparing the C rate with? the ...
What LTO cells are you comparing the C rate with? the ...
- Wed Nov 22, 2023 7:09 pm
- Forum: Battery Managment (BMS)
- Topic: LTO battery management
- Replies: 19
- Views: 22098
Re: LTO battery management
with no LFP that I can find able to deliver 8-10C, I'm left with Lithium Ion, and LTO. Sure,
I am very surprised by that, LFP chemistries are well known for their high C rating, and you should be fine with the higher temps as long as your design is ok, they really struggle in low temperatures ...
- Wed Nov 22, 2023 2:05 pm
- Forum: Battery Managment (BMS)
- Topic: LTO battery management
- Replies: 19
- Views: 22098
Re: LTO battery management
The energy density of LTO is quite low, and I imagine the quality will vary quite a bit, would it not be just as easy to get LFP? You could probably find whole modules designed for EV conversions on there.
- Fri Nov 17, 2023 1:08 am
- Forum: Classifieds
- Topic: gone: 6x eltek charger, at least 1 working... + housing and cooling
- Replies: 7
- Views: 5400
Re: free: 6x eltek charger, at least 1 working... + housing and cooling
If these are like the eltek power chargers I have, they should be mounted to a cold plate (wc) or heat sink, do you have a model number for them?
- Thu Nov 16, 2023 4:15 pm
- Forum: News
- Topic: Electric cars catch fire in Florida after flooding
- Replies: 21
- Views: 34570
Re: Electric cars catch fire in Florida after flooding
These are just growing pains, as the chemistry and application progresses it will become safer, Look how far we have come in the last 10 years, the progress has been astounding, and they are competing with 100+ years of ICE technology. Saying all that it really is surprising that the battery packs ...
- Sun Nov 12, 2023 2:40 am
- Forum: Hyundai/Kia
- Topic: Kia Niro BMS
- Replies: 248
- Views: 151112
Re: Kia Niro BMS
Im currently using a resistor divider on the 5v line to emulate a voltage, the inverter has an ACPL-C87AT DC Voltage Isolation
Sensor onboard and i can use that or a can bus value it transmits from it.
Sensor onboard and i can use that or a can bus value it transmits from it.