Regardless I love my electronics projects so I'm going to go on with it anyway. Has anybody found a really good way to model an ignitor circuit (coil and plug) in spice?
Thats what I am looking at right now. I am looking at purchasing some extremely high power mosfets that can simply handle voltages as high as 400V or so. While this is currently an option they are kind of pricey for FETs. I was also looking at simply adding flyback diodes on the circuit although I am not sure how much this will effect the ignition ability. I will need to simulate and test this and I will get back.
As for the arduino, I plan to go with the pro mini. I only really need two interrupts (one for each coil) and if I want more I can write a handler and mux some of them together. It should provide more then enough speed to spark at the correct time. Even at 10k rpm (may be off by a factor of two here) we need to fire at 10kHz (once again may be 5k). I expect the interrupt for each ignition to be around 150 clock cycles (could be down to around 30 or so without using arduino libraries). Even if it were to take 500 clock cycles (would be really slow) I would still have about 500 clock cycles (underestimating again) to do everything else I need. Let me know if anything seems off here, but I believe the pro mini should be more then enough to run the whole thing.
Comment