Search found 202 matches

by ababkin
Thu Feb 28, 2008 8:42 pm
Forum: FreeEMS Firmware Dev
Topic: Wheel decoder/scheduler architecture
Replies: 21
Views: 26466

Wheel decoder/scheduler architecture

Let's start the discussion about this here. I will try and summarize the following discussion by keeping this first post up-to-date editing it every once in a while. The idea: To have common wheel decoder and scheduler (CWDS) code and multiple plug-ins for various combinations of crank/cam wheels an...
by ababkin
Wed Feb 27, 2008 4:16 pm
Forum: FreeEMS Decoders
Topic: Decoding Nissan style Mitsi Electric 360 slot cam sensors
Replies: 148
Views: 234211

Re: Decoding Nissan style Mitsi Electric 360 slot cam sensors

BTW, since you bring up the topic of compilers and xgate, (and i hope i don't hurt anyone's feelings) but a local friend of mine, who designed many many embedded applications in past 20yrs of his career for cars and other stuff (he's one of the most known tuners in bmw world), strongly recommended m...
by ababkin
Tue Feb 26, 2008 6:36 pm
Forum: FreeEMS Decoders
Topic: Decoding Nissan style Mitsi Electric 360 slot cam sensors
Replies: 148
Views: 234211

Re: Decoding Nissan style Mitsi Electric 360 slot cam sensors

indeed looks like the job for XGATE

i had that crazy idea once: to try estimating PPP or do some sort of knock detection using just the wheel with lots and lots of fine teeth (i.e measuring and interpreting rotational acceleration patterns). This wheel may bring this idea closer to reality.
by ababkin
Mon Feb 25, 2008 7:10 pm
Forum: Article Ideas And Links
Topic: Compiling 68hc1x Tools the Easy Way - Comments
Replies: 5
Views: 8174

Compiling 68hc1x Tools the Easy Way - Comments

EDIT : Link to thread - http://www.diyefi.org/forum/viewtopic.php?f=24&t=70

Thanks Sean

I've also tried to build them and gotten into few snags.

Ubuntu makes it much easier as the packages are available with apt (i used Feisty).


Alex
by ababkin
Mon Feb 25, 2008 4:38 pm
Forum: FreeEMS Decoders
Topic: Crank+Cam based input pattern support requests thread
Replies: 29
Views: 36432

Re: Crank+Cam based input pattern support requests thread

8InchesFlacid wrote:... keep people from blowing holes in their downpipes. :-)
it's ok if it's just downpipes. It's bit more inconvenient when a hole is in the block ;)
by ababkin
Mon Feb 25, 2008 4:33 pm
Forum: FreeEMS Firmware Dev
Topic: Best Warm-Up Logic?
Replies: 8
Views: 13933

Re: Best Warm-Up Logic?

It's certainly a "feature" and not a basic requirement... But that said, it's something that's not very hard to do (look for crossing of 66% of the end current/voltage and multiply by 3)... Several packaged IC's find it worth doing, so it would be nice to develope. It could even go so far...
by ababkin
Sat Feb 23, 2008 7:31 pm
Forum: FOSS EMS Firmware
Topic: freeSim firmware: Suggestions, requests and feedback thread
Replies: 7
Views: 14382

Re: freeSim firmware: Suggestions, requests and feedback thread

Yes, i am absolutely with you on minimizing the harmfull effects of input noise (i.e creating smart safety nets, etc perhaps even risk estimation and dealing with it statistically)
by ababkin
Sat Feb 23, 2008 7:07 pm
Forum: FreeEMS Firmware Dev
Topic: FreeEMS summed up.
Replies: 8
Views: 16141

Re: FreeEMS summed up.

That would be all well and great, but what do you do with the 60 I/O pins on the injection/ignition/rpm/engine position CPU that aren't needed for those three functions? Waste them? I would prefer to use them, and I see no good reason not to. All things that aren't time critical just get done when ...
by ababkin
Sat Feb 23, 2008 7:00 pm
Forum: FreeEMS Decoders
Topic: Crank+Cam based input pattern support requests thread
Replies: 29
Views: 36432

Re: Crank+Cam based input pattern support requests thread

No problems, thats why we clarify things ;) So for the case of no vanos/vvt, i am guessing the only use of the cam wheel would be for the cylinder id. From how i see it (and please correct me if i'm wrong), one tooth is quite enough (and also accurate enough). Besides, the cyl id could be done in th...
by ababkin
Sat Feb 23, 2008 4:55 pm
Forum: FreeEMS Firmware Dev
Topic: FreeEMS summed up.
Replies: 8
Views: 16141

Re: FreeEMS summed up.

As i was saying back in January here ... First off, i am the proponent of having all the extra (non time- and safety-critical) stuff to be on a separate CPU/MCU, to offload all the extra number crunching off the main CPU as well as remove the risk factor of the extra non-critical code somehow underm...