Teemo Vaas

Results 13 issues of Teemo Vaas

Upgraded ignition and fuel schedulers. This PR includes: 1. Get fuel and ignition schedules to work as originally intended: dwell timing and fuel injection pulsewidth directly applied to the timers....

1. New non-blocking analog digital converter functions for STM32 and atmega2560. Each board have its own functions in the board definition files. 2. ADC_sequencer state machine to accomodate non blocking...

Interval timers converted to using only millis(). And now freed timer2 used with compare interrupt for tacho output dwell time on atmega2560. Beautiful tacho timer macros. All other platforms use...

What I came up with is a "ADC_sequencer" as I call it. Basically a scheduler for analog reads. The original core for stm32 actually starts and stops and disables the...

Changes to the Dual Wheel decoder mainly to improve high frequency noise rejection, and stability under noisy conditions. New filtering scheme designed to effectively filter out high frequency pulses (that...

Discharger seems to use only Id min for discharging when balance port is not connected for single cell Lipo mode. Normal discharging current is not used at all, and all...

During testing D>C format it was found that overvoltage charge termination causes aborting of the whole D>C sequence. It would be preferable to treat the overvoltage termination as normal end...

In the discord chat user galicognjen pointed out that it is possible to make the sequential work without cam signal. Only by detecting if the engine starts and swiching the...

Add check for running schedules. So that switching from half to full sync only happens when there is no schedules currently running. This prevents possibility of some outputs sticking open...

202312

It is almost impossible to perform flood clear, because when there are ignitions from residual fuel the engine will briefly start on one or two cylinders and go out of...