Teemo Vaas

Results 60 comments of Teemo Vaas

Also noticed that NiCd discharging current seems to be not correct when doing D>C format. Seems to be using minimum current setting instead of normal current setting for discharge.

Overdwell protection currently under inspection here. Objectives: 1.Gather all information about current status of the overdwell protection and its working mechanisms. 2.If missing pieces or places of possible improvement found,...

> The tests are no longer passing. It seems they need to be updated. Is there a technical reference of how to run those tests?

Update @DeionSi @adbancroft I have now upgraded the tests here , and managed to run them on atmega physically also. I must say this is quite fun! Took the more...

> I ran a quick test and the references/function pointers solution saved 54 bytes and was 2 to 3% faster loop/sec (Ardustim, 60-2 missing tooth, multiple combinations of ignition configurations)....

> 60-2 wheel, rising edges, wasted spark, old ignition mode, Ardustim at 4K RPM. When you turn off the dwell limiter do you see the dropouts dissapear?

> Also, I'm seeing some ignition drop outs: It is a dwell limiter running into the next impulse. This is possible due to he following: This is due to the...

I have pushed the fix for the dwell limiter. Feel free to check out!

Oh crap it did not work on stm32. Because cli() and sei() is not applicable there... So new version.

> In `loop()`, collapsing these nested `if` statements causes the lock up: > > ``` > if (serialInProgress == true) > { > if(Serial.availableForWrite() > 16) { sendValues(inProgressOffset, inProgressLength, 0x30,...