For anything you'd like to see added to Speeduino
#68450
Honda's Alternator Control is just a PWM based on battery voltage. Using 202402 firmware, the existing WMI output can be used to do PWM but instead of engine load, battery voltage is used instead
#68452
Correct, and this has been mentioned several times in the forums. If you have a specific setup or code changes that works well for a specific alternator type, please post it. 8-)
#68462
I did not notice this has been posted many times as I just encountered it. I just did a simple programmable output based on battery voltage and it just grounds the output whenever voltage is higher lets say 14V. I just started looking at the code and see what I can do
#68463
Cool. 8-) Yes, it's actually simple to do basic alternator regulator control without code change, using Programmable Outputs, setting level of battery voltage x10 to <= desired voltage, and output through an unused HC MOSFET, as one method.

PSIG wrote: Mon Aug 21, 2023 10:29 pmNot to derail the direction, but only to state the simplicity of basic regulation control. Speeduino can regulate the alternator to a target voltage with just an AUX IO output, or other output reconfigured. No need to complicate with a standalone circuit. (or code change)
Other alternator types using PWM, or a form of PID may be a bit more effort, or use a different feature. ;) Again, if you come-up with something that works even better, post it up!
#68650
PSIG wrote: Sun May 26, 2024 5:53 am Cool. 8-) Yes, it's actually simple to do basic alternator regulator control without code change, using Programmable Outputs, setting level of battery voltage x10 to <= desired voltage, and output through an unused HC MOSFET, as one method.

PSIG wrote: Mon Aug 21, 2023 10:29 pmNot to derail the direction, but only to state the simplicity of basic regulation control. Speeduino can regulate the alternator to a target voltage with just an AUX IO output, or other output reconfigured. No need to complicate with a standalone circuit. (or code change)
Other alternator types using PWM, or a form of PID may be a bit more effort, or use a different feature. ;) Again, if you come-up with something that works even better, post it up!
Tried that before with programmable outputs and the control is very poor. its very noticeable when voltage goes above the setpoint and mosfet just grounds the signal, rpm and idle is affected.
PWM is still the best solution even though its not the simplest
#68651
carillonhis wrote: Tue Jun 18, 2024 8:59 am
choyr wrote: Fri May 24, 2024 12:42 pm Honda's Alternator Control is just a PWM based on battery voltage. Using 202402 firmware, the existing WMI output can be used to do PWM but instead of engine load, battery voltage is used instead
How to do that.
Firmware change
#68653
choyr wrote: Sun Jun 23, 2024 7:22 pmTried that before with programmable outputs and the control is very poor. its very noticeable when voltage goes above the setpoint and mosfet just grounds the signal, rpm and idle is affected.
Use an RC on the FET output, so it drifts above and below the setpoint, not slamming on/off. Agreed, PID would tend to smooth it well. This is why I designed the standalone MiniARC regulator, so it had various functions to do various things, but basic bit-bang and other methods also work well without requiring code changes. Do what makes you giggle! 8-)

Cool 8-) would be nice to have it CAN based, li[…]

thank you all for your advice and your involvement[…]

RPM Help In Tuner Studio/Speediuno

Hey thank you, my plan was to 3d print a trigger w[…]

Rolled the test bed engine out today to determine[…]

Still can't find what you're looking for?