has anyone made a DIY AFR controller or recommend an accurate one for use with a EMS?
regards Paul
AFR controller
Re: AFR controller
I put my money on Alan's JAW and sister products for value and if you want a commercial boxed shiny item, LC1 all the way.
Fred.
Fred.
DIYEFI.org - where Open Source means Open Source, and Free means Freedom
FreeEMS.org - the open source engine management system
FreeEMS dev diary and its comments thread and my turbo truck!
n00bs, do NOT PM or email tech questions! Use the forum!
The ever growing list of FreeEMS success stories!
FreeEMS.org - the open source engine management system
FreeEMS dev diary and its comments thread and my turbo truck!
n00bs, do NOT PM or email tech questions! Use the forum!
The ever growing list of FreeEMS success stories!
-
- DIP8 - Involved
- Posts: 18
- Joined: Thu Jan 29, 2009 1:11 pm
Re: AFR controller
Yeah I like JAW but have been told they are a bit high on latency...
Re: AFR controller
"and sister products" - Did you check out his other offerings yet? Definitely worth a look IMO. :-)
DIYEFI.org - where Open Source means Open Source, and Free means Freedom
FreeEMS.org - the open source engine management system
FreeEMS dev diary and its comments thread and my turbo truck!
n00bs, do NOT PM or email tech questions! Use the forum!
The ever growing list of FreeEMS success stories!
FreeEMS.org - the open source engine management system
FreeEMS dev diary and its comments thread and my turbo truck!
n00bs, do NOT PM or email tech questions! Use the forum!
The ever growing list of FreeEMS success stories!
-
- QFP80 - Contributor
- Posts: 62
- Joined: Thu Oct 30, 2008 10:35 am
- Location: Benschop, Netherlands
Re: AFR controller
The new PSoC based Wideband controllers from Alan are quite nice, the only problem is that the LC-1 is actually quite cheap, so if you don't flip every dollar I should go for the LC-1.
Re: AFR controller
Well that's cool.
http://www.innovatemotorsports.com/products/lc1.php
Just wait until the PSoC5 comes out.
http://www.innovatemotorsports.com/products/lc1.php
Just wait until the PSoC5 comes out.
-
- Wideband Wizard
- Posts: 241
- Joined: Tue Jun 10, 2008 2:53 am
- Location: Toronto Canada
- Contact:
Re: AFR controller
I am currently evaluating PSOC3 for wideband, it is quite a nice piece of silicon. Can stuff 2 Wb channels into 1 chip. PSOC5 has almost the same peripheral set as PSOC3, but the core is just much faster. With the PSOC3/5 peripherals I can get 1/100k - 1/1million lambda accuracy, but the sensor is only rated for 1/100 lambda, but that is due to the 1% calibration gas bosch uses to calibrate the sensors from factory.
PSOC5 is overkill, the core is very fast but the limitation is how fast you can sample and feed the PID control algorithms. PSOC1 only offered 3 MIPs and that is enough to keep up with the sample rate. PSOC3 has ~30 MIPs + DMA so you can easily control 2 sensors and have enough power left over to drive a graphics display. PSOC5 should have 70-100 MIPs, maybe you could run uclinux on that ontop of WB control, you have to be doing a really exotic lambda controller to use that type of power.
PSOC5 is overkill, the core is very fast but the limitation is how fast you can sample and feed the PID control algorithms. PSOC1 only offered 3 MIPs and that is enough to keep up with the sample rate. PSOC3 has ~30 MIPs + DMA so you can easily control 2 sensors and have enough power left over to drive a graphics display. PSOC5 should have 70-100 MIPs, maybe you could run uclinux on that ontop of WB control, you have to be doing a really exotic lambda controller to use that type of power.
Re: AFR controller
Does it have enough peripherals to control more than 2 sensors? From what you say, it certainly has enough power to drive more and a 4 channel controller would be very nice for sequential injection and setting individual cylinder fuel trim.
By the way, have you performed any formal tests with your controller such as comparing it with a lab grade sensor?
Jean
By the way, have you performed any formal tests with your controller such as comparing it with a lab grade sensor?
Jean
Re: AFR controller
Another feature of the PSoC5 is the ARM core. ARM's are known for being very price competitive. It wouldn't surprise me if the PSoC5 ends up being lower cost than the PSoC3.
Keep us posted, sounds like fun. I have the cube, but haven't fired it up since the original PSoC days. Can that program the new gen PSoC's? If so, you might have a beta tester waiting out here.
Keep us posted, sounds like fun. I have the cube, but haven't fired it up since the original PSoC days. Can that program the new gen PSoC's? If so, you might have a beta tester waiting out here.
-
- Wideband Wizard
- Posts: 241
- Joined: Tue Jun 10, 2008 2:53 am
- Location: Toronto Canada
- Contact:
Re: AFR controller
I said 2 channels because there is enough analog peripherials to drive 2 of them, more than 2 and you have to start using eternal components which takes away the elegance of using psoc in the first place.jbelanger wrote:Does it have enough peripherals to control more than 2 sensors? From what you say, it certainly has enough power to drive more and a 4 channel controller would be very nice for sequential injection and setting individual cylinder fuel trim.
By the way, have you performed any formal tests with your controller such as comparing it with a lab grade sensor?
Jean
All I have is lab grade gas and that is what I use to verify accuracy.