Any strange behaviour, crashing issues etc, post them here! Problems compiling the firmware should go in the General support section rather than here
By flex-ALE
#44598
hi,
There is a bug with mega 2560 on this firmware very interesting when you want to burn coolant and iat value.
at this time the cpu crashes and the AFR no longer responds as well as the analog temp.

And proposal if you want.

in speeduino/reference/def .ini
Code: Select all
; Baro Sensor pin
        baroPin      =   bits, U08,      60,        [4:7],      "A0", "A1", "A2", "A3", "A4", "A5", "A6", "A7", "A8", "A8", "A10", "A11", "A12", "A13", "A14", "A15"
we have A8 and A8 but not A9.

proposal for run daily, min RPM at 500:
Code: Select all
 aeTaperMin    = scalar, U08,      59,        "RPM",       100,       0.0,   500,    10000,    0
for VeAnalyze on VE2:
Code: Select all
[VeAnalyze]
	         ;    tableName,  lambdaTargetTableName, lambdaChannel, egoCorrectionChannel, activeCondition
#if LAMBDA
     veAnalyzeMap = veTable1Tbl, afrTable1Tbl, lambda, egoCorrection
	 veAnalyzeMap2 = fuelTable2Tbl, afrTable1Tbl, lambda, egoCorrection
#else
     veAnalyzeMap = veTable1Tbl, afrTable1Tbl, afr, egoCorrection
	 veAnalyzeMap2 = fuelTable2Tbl, afrTable1Tbl, afr, egoCorrection
#endif
By theonewithin
#44602
It is development code.

It is NOT for actual use.

It is for testing purposes only.

Join Slack if you want to help with dev firmware else stick with the standard release.
By noisymime
#44609
The calibration routines are going through some big changes at the moment. They are currently, as you said, very broken in the dev firmware :D

The final parts of this change should be going in over the next few days, just a lot of testing required on them.
Ignition Angle doubled?

Please post a log with tune it was taken with. p[…]

Ok, I feel so stupid. I was running the Uno output[…]

Let's all have a laugh for second. There's trash[…]

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