Hello! Log in or Register   |  Help  |  Donate  |  Buy Shirts See all banner ads | Advertise on TheSamba.com  
TheSamba.com
 
DIY Fuel Injector Cleaning and Test Bench (Arduino Nano)
Forum Index -> Bay Window Bus Share: Facebook Twitter
Reply to topic
Print View
Quick sort: Show newest posts on top | Show oldest posts on top View previous topic :: View next topic  
Author Message
MaritimeBay
Samba Member


Joined: September 16, 2013
Posts: 120
Location: Fredericton NB
MaritimeBay is offline 

PostPosted: Sat Jun 24, 2017 8:21 pm    Post subject: DIY Fuel Injector Cleaning and Test Bench (Arduino Nano) Reply with quote

Hi all,

Just sharing a recent project I've been working on. I'd been daydreaming about this for about a year now since I bought a load of fuel injection parts that came with around 16 bus fuel injectors. Knowing that sending all of these injectors away to a company in the States to have them cleaned would break the bank, I set about to learn how to create a test bench and cleaning system that I could use at home. After much research on the internet, I settled on using an Arduino-type microcontroller along with a MOSFET module to pulse the injectors in way similar to a fuel injected vehicle. Using the code found on this website (with some modification)http://www.sergentbrico.com/fabriquer-testeur-injecteur-arduino.html., I was able to rig up the electronics part of the project relatively easily.

My general process was:
1. Test injector spray pattern and volume outputs on the test bench (to get a baseline), and check for leaks.
2. Clean the injectors in ultrasonic bath while running the same cycling as the testing except a longer delay before the program starts a new loop.
3. Replace pintle cap, filter, rubbers on all injectors.
4. Test injector spray pattern and volume outputs on the test bench.

If there's interest, I can post a more detailed list of parts used, code for the arduino, and general cleaning/testing process or answer any other questions.

This is probably not close to the level of cleaning you would get from some of the pro shops mentioned on these forums, but as a Canadian (and stubborn individualist), I just couldn't justify sending my injectors away given the shipping and exchange rates. That being said, after cleaning one set of injectors this way, I've noticed a huge improvement in the spray patterns and volume output. The amount of fluid put out of the four injectors after a few test cylces is much more uniform after cleaning than it was before, and that's really what I was after.

The rig in all it's glory:
Image may have been reduced in size. Click image to view fullscreen.


Injectors in the ultrasonic bath:
Image may have been reduced in size. Click image to view fullscreen.


Power from car battery goes through resistor pack before heading to injectors:
Image may have been reduced in size. Click image to view fullscreen.


Arduino Nano:
Image may have been reduced in size. Click image to view fullscreen.


MOSFET Module that routes 12v battery power to resistor pack:
Image may have been reduced in size. Click image to view fullscreen.


Used a #8 screw in a vise to pull injector filters out:
Image may have been reduced in size. Click image to view fullscreen.


New injector parts:
Image may have been reduced in size. Click image to view fullscreen.


Finished babies (no new paint this time around):
Image may have been reduced in size. Click image to view fullscreen.


More where that came from:
Image may have been reduced in size. Click image to view fullscreen.

_________________
1977 2.0L FI Westfalia.

They call my home the land of snow.
Back to top
View user's profile Send private message Gallery Classifieds Feedback
telford dorr
Samba Member


Joined: March 11, 2009
Posts: 3555
Location: San Diego (Encinitas)
telford dorr is offline 

PostPosted: Sat Jun 24, 2017 9:02 pm    Post subject: Re: DIY Fuel Injector Cleaning and Test Bench (Arduino Nano) Reply with quote

Quote:
Clean the injectors in ultrasonic bath while running the same cycling as the testing except a longer delay before the program starts a new loop.

Were you running pressurized fuel through the injectors while they were getting the ultrasonic treatment? Without it, I'd be worried about overheating the injectors (the fuel flow also acts as coolant) and having any loosened internal crud all hit the pintle at once when you test-fired them after cleaning.

Quote:
If there's interest, I can post a more detailed list of parts used, code for the arduino, and general cleaning/testing process or answer any other questions.

Sure! Especially interested in where you got the nice breakout board for the Nano. That makes hookup easy and solid.

Quote:
This is probably not close to the level of cleaning you would get from some of the pro shops mentioned on these forums...

If you put a whole bunch on injector cleaner in your circulating fuel, they would probably come out pretty well.

All in all, nice setup (and a perfect app for an Arduino). Well done!

----

For those who don't know, an Arduino is a very inexpensive microcontroller (you can get a Chinese clone Nano for around $5) that's designed for relatively easy use by the general public. The Arduino IDE (Integrated Development Environment) software is FREE to download and run on a PC. The basics are pretty simple, but you can get as deep into it as you want - it's the full C++ GCC compiler! You're not obligated to use any of the Arduino-specific functions, if you don't want to.

I used this to build a fully electronic turn/brake/stop light controller for my '71 bus which has "komfortblinkers", pulsing stop lights, center brake light support (with alternating flash in 4-way flasher mode), and individual left-right indicator drivers. Sort of a super-9-pin relay, as like used in the '68 - '69 buses, but way better. [It's probably the only time someone has converted a bus turn signal setup BACKWARDS, from late to early...]
_________________
'71 panel, now with FI
'Experience' is the ability to recognize a mistake when you're making it again - Franklin P. Jones
In theory, theory works in practice; in practice, it doesn't - William T. Harbaugh
When you're dead, you don't know you're dead. The pain is only felt by others.
Same thing happens when you're stupid. - Philippe Geluck
More VW electrical at http://telforddorr.com/ (available 9am to 9pm PST)
Back to top
View user's profile Send private message Visit poster's website Gallery Classifieds Feedback
Wasted youth
Samba Member


Joined: July 06, 2012
Posts: 5134
Location: California's Hot and Smoggy Central Valley
Wasted youth is offline 

PostPosted: Sat Jun 24, 2017 11:12 pm    Post subject: Re: DIY Fuel Injector Cleaning and Test Bench (Arduino Nano) Reply with quote

telford dorr wrote:
...For those who don't know, an Arduino is a very inexpensive microcontroller (you can get a Chinese clone Nano for around $5) that's designed for relatively easy use by the general public. The Arduino IDE (Integrated Development Environment) software is FREE to download and run on a PC. The basics are pretty simple, but you can get as deep into it as you want - it's the full C++ GCC compiler! You're not obligated to use any of the Arduino-specific functions, if you don't want to.


I have no idea what you just said. Surprised

telford dorr wrote:
...I used this to build a fully electronic turn/brake/stop light controller for my '71 bus which has "komfortblinkers", pulsing stop lights, center brake light support (with alternating flash in 4-way flasher mode), and individual left-right indicator drivers. Sort of a super-9-pin relay, as like used in the '68 - '69 buses, but way better. [It's probably the only time someone has converted a bus turn signal setup BACKWARDS, from late to early...]


...but that sounds really neat! But why...? Oh, Hell... WHY NOT?! Cool

Hey Maritimebay, I like the amount of control you applied to the process and I wish I had an ultrasonic cleaner but when I priced out the one I thought would do a good job, I decided it wasn't worth it. And I know nothing of digitally-driven anything. The only thing I know is that a driver is someone who operates a vehicle. Very Happy

Here's my 'analog' take on the mess:

https://www.thesamba.com/vw/forum/viewtopic.php?t=671165&highlight=
Back to top
View user's profile Send private message Send e-mail Gallery Classifieds Feedback
oscarsnapkin
Samba Member


Joined: October 22, 2013
Posts: 558
Location: Bucks County, PA
oscarsnapkin is offline 

PostPosted: Sun Jun 25, 2017 1:14 am    Post subject: Re: DIY Fuel Injector Cleaning and Test Bench (Arduino Nano) Reply with quote

Man, you need to enter that setup into a school science fair. Very cool. I made a hydraulic brake setup mounted to plywood for a high school physics class, yours is much cooler and a lot more sciencey.
_________________
- 1977 CEI Sunroof Bus 2.0L F.I. Hydraulic Lifters
- 1973 Thing

"It’s so easy to laugh, it’s so easy to hate, it takes strength to be gentle and kind."
Back to top
View user's profile Send private message Gallery Classifieds Feedback
furgo
Samba Member


Joined: September 06, 2016
Posts: 944
Location: Southern Germany
furgo is offline 

PostPosted: Sun Jun 25, 2017 5:58 am    Post subject: Re: DIY Fuel Injector Cleaning and Test Bench (Arduino Nano) Reply with quote

This is fantastic, good work and thanks for sharing!

MaritimeBay wrote:
If there's interest, I can post a more detailed list of parts used, code for the arduino, and general cleaning/testing process or answer any other questions.


Please do. I've been actually thinking of doing something similar myself, but it's low on the priority list at the moment. Mostly as I'd need to get an extra fuel pump and regulator. Nevertheless, I'd like to look into at some point, and what you've done is an excellent guide.

Some questions:
• Did you note down the before/after cleaning flow figures? Were they up to spec?
• Which frequency and duty cycle did you use to drive the injector valves?
• How did you control and monitor the pressure? I see the fuel pressure regulator there, but no pressure gauge to check it's doing its job.

telford dorr wrote:
Quote:
Clean the injectors in ultrasonic bath while running the same cycling as the testing except a longer delay before the program starts a new loop.

Were you running pressurized fuel through the injectors while they were getting the ultrasonic treatment? Without it, I'd be worried about overheating the injectors (the fuel flow also acts as coolant) and having any loosened internal crud all hit the pintle at once when you test-fired them after cleaning.


I don't follow this. Do parts in an ultrasonic bath get so hot as to damage them? Do injector rehab shops cool down the injectors while they're in the ultrasonic bath?
_________________
'79 Westy, P22 interior, FI 2.0 l Federal, GE engine (hydraulic lifters)

Decode your M-Plate
Back to top
View user's profile Send private message Gallery Classifieds Feedback
Wasted youth
Samba Member


Joined: July 06, 2012
Posts: 5134
Location: California's Hot and Smoggy Central Valley
Wasted youth is offline 

PostPosted: Sun Jun 25, 2017 7:41 am    Post subject: Re: DIY Fuel Injector Cleaning and Test Bench (Arduino Nano) Reply with quote

telford dorr wrote:
Quote:
Clean the injectors in ultrasonic bath while running the same cycling as the testing except a longer delay before the program starts a new loop.

Were you running pressurized fuel through the injectors while they were getting the ultrasonic treatment? Without it, I'd be worried about overheating the injectors (the fuel flow also acts as coolant) and having any loosened internal crud all hit the pintle at once when you test-fired them after cleaning.


furgo wrote:
I don't follow this. Do parts in an ultrasonic bath get so hot as to damage them? Do injector rehab shops cool down the injectors while they're in the ultrasonic bath?


I think what Telford is getting at is the solenoid in the injector is supposed to be energized when they are being cleaned, so you can have flow pass through the injector while being ultrasonically cleaned. No flow, and the solenoid could overheat.

But I am at a loss to explain how to set up fluid flow in the energized injector while also in an ultrasonic bath, so maybe I don't understand this point either.
Back to top
View user's profile Send private message Send e-mail Gallery Classifieds Feedback
telford dorr
Samba Member


Joined: March 11, 2009
Posts: 3555
Location: San Diego (Encinitas)
telford dorr is offline 

PostPosted: Sun Jun 25, 2017 8:46 am    Post subject: Re: DIY Fuel Injector Cleaning and Test Bench (Arduino Nano) Reply with quote

The point is IF the injector is energized, THEN it needs some fuel flow to cool the drive coil. All that energy has to go somewhere. The ultrasonic won't contribute any heat (although some models have a heater to heat the cleaning fluid, but you wouldn't use this feature with hydrocarbon type cleaning fluid, for obvious reasons). Ultrasonic cleaners can be found on ebay used. They also work wonderfully for cleaning carbs, and other small parts. Pulsing the injector while being cleaned would allow deposits on the pintle and its seat to be removed, but I would prefer fuel also be passed through the injector to force these loosened debris to be flushed out of the injector, and to keep dirty cleaning fluid from working its way into the injector. Now this fuel will increase the volume of fluid in the ultrasonic cleaner, so it would have to be periodically removed and discarded. You would only have to run low pressure to the injector, so the amount of fluid growth could be controlled.
_________________
'71 panel, now with FI
'Experience' is the ability to recognize a mistake when you're making it again - Franklin P. Jones
In theory, theory works in practice; in practice, it doesn't - William T. Harbaugh
When you're dead, you don't know you're dead. The pain is only felt by others.
Same thing happens when you're stupid. - Philippe Geluck
More VW electrical at http://telforddorr.com/ (available 9am to 9pm PST)
Back to top
View user's profile Send private message Visit poster's website Gallery Classifieds Feedback
BayCreamPuff
Samba Member


Joined: August 10, 2015
Posts: 769
Location: Oakland, CA
BayCreamPuff is offline 

PostPosted: Sun Jun 25, 2017 9:16 am    Post subject: Re: DIY Fuel Injector Cleaning and Test Bench (Arduino Nano) Reply with quote

This is awesome! I've got a few piles of FI parts and injectors and have been wanting to build something like this for a while. I also have an Arduino Uno and a starter kit that should have everything I need.

Please share the code if you would. I'm a software engineer and would be happy to help extend it in any way (make it send you a text message when it's done? Call the fire department if it catches on fire?)
_________________
Cream Puff
'79 CA Stock FI Deluxe Campmobile

Earl Grey
'87 GoWesty 2.2 Westfalia

Marsha Mellow
'00 Eurovan VR6 Full Camper
Back to top
View user's profile Send private message Gallery Classifieds Feedback
telford dorr
Samba Member


Joined: March 11, 2009
Posts: 3555
Location: San Diego (Encinitas)
telford dorr is offline 

PostPosted: Sun Jun 25, 2017 9:23 am    Post subject: Re: DIY Fuel Injector Cleaning and Test Bench (Arduino Nano) Reply with quote

Wasted youth wrote:
Quote:
...I used this to build a fully electronic turn/brake/stop light ...]

...but that sounds really neat! But why...? Oh, Hell... WHY NOT?! Cool

Well, it's because the tail lights on our buses are small and dim, compared the the fricken' searchlights they put on the back of modern cars. Unfortunately, people have gotten used to this extreme brightness, and thus the light from our 40 year old brake lights isn't enough the distract these dumbasses away from their damned cell phones. I got tired of getting nearly rear-ended on a daily basis from these airheads, so I decided to do something about it - flash the brake lights. The results are impressive - not only has the screeching tire noise behind me ceased, but the flashing is different enough that some people stop a full car-length and a half behind me.

Note: the vehicle code here [CVC 25251.5(c)] allows four flashes of brake lights before coming on solid. I flash at twice the normal turn signal rate. The controller also suppresses this flashing if a turn signal is on, to avoid confusion.

Now this may be only a Kalifornia thing, so in other parts of the country you may not need this. But out here, I'd run four red-lensed 100 watt driving lights, supplemented by camera strobes, as brake lights in the rear window, if I could get away with it.
_________________
'71 panel, now with FI
'Experience' is the ability to recognize a mistake when you're making it again - Franklin P. Jones
In theory, theory works in practice; in practice, it doesn't - William T. Harbaugh
When you're dead, you don't know you're dead. The pain is only felt by others.
Same thing happens when you're stupid. - Philippe Geluck
More VW electrical at http://telforddorr.com/ (available 9am to 9pm PST)


Last edited by telford dorr on Sun Jun 25, 2017 9:37 am; edited 3 times in total
Back to top
View user's profile Send private message Visit poster's website Gallery Classifieds Feedback
furgo
Samba Member


Joined: September 06, 2016
Posts: 944
Location: Southern Germany
furgo is offline 

PostPosted: Sun Jun 25, 2017 9:32 am    Post subject: Re: DIY Fuel Injector Cleaning and Test Bench (Arduino Nano) Reply with quote

BayCreamPuff wrote:
Please share the code if you would. I'm a software engineer and would be happy to help extend it in any way (make it send you a text message when it's done? Call the fire department if it catches on fire?)


I'm not sure if he ended up using that snippet or modifying it, but the original page he linked to has the code (at a quick glance it turns an output pin on and off):

http://www.sergentbrico.com/fabriquer-testeur-injecteur-arduino.html
_________________
'79 Westy, P22 interior, FI 2.0 l Federal, GE engine (hydraulic lifters)

Decode your M-Plate
Back to top
View user's profile Send private message Gallery Classifieds Feedback
MaritimeBay
Samba Member


Joined: September 16, 2013
Posts: 120
Location: Fredericton NB
MaritimeBay is offline 

PostPosted: Sun Jun 25, 2017 10:36 am    Post subject: Re: DIY Fuel Injector Cleaning and Test Bench (Arduino Nano) Reply with quote

Hi Guys! Thanks for all the feedback. Below is the code I ended up settling on. Note the comments after the '//'. There was really only one modification to the original code.

Essentially what it does is pulse the injectors at increasing widths up to 70% of 29ms. The increase after every ten cycles is 0.05ms. Once it gets to a 70% duty cycle, the program stops.

This does not mimic our FI systems perfectly, because it really only replicates a 0-70% duty cycle at around 4100 RPM. If I were to make this a bit more 'realistic', I would be testing 3%-85% duty cycles at total cycle widths that match 850-4000 RPMs. Close enough for now.

Future iterations will include actual button options (test/clean/manual) and an LCD display.


Code:
unsigned long time_micros;
unsigned long last_time_micros;
byte statut=1;
unsigned long ipw=0;
unsigned long time_available=29000;
unsigned long pourcent=70*time_available/100;
unsigned long ratio;
unsigned int sleep_time, difference, cycles;
unsigned int pin=3;
unsigned long start_millis=millis();
unsigned int pas=50;

void setup(){
}
void loop(){
 
  while(ipw<=pourcent)
  {
    sleep_time=time_available-ipw;
    ratio=ipw*100/time_available;
   
    last_time_micros=micros();
    analogWrite(pin,255);
    statut=1;
   
    cycles=0;
    while(cycles<10)
    {
      time_micros = micros();
      difference=time_micros-last_time_micros;
      // On passe en LOW
      if(difference>=ipw && statut==1)
      {
        cycles++;
        analogWrite(pin,0);
        last_time_micros=micros();
        statut=0;
      }else if(difference>=sleep_time && statut==0) // On passe en HIGH
      {
        cycles++;
        analogWrite(pin,255);
        last_time_micros=micros();
        statut=1;
      }
    }
   
    ipw+=pas;
  }

  ipw=0;
  analogWrite(pin,0); //This is the only real change I made to sergent bricos code and one that I think is crucial.   This ensures that the injectors are OFF when the program ends.
  delay(120000); // This delay is 120 seconds for when I use the ultrasonic bath, but I switch it to 30 seconds when running the volume and flow tests
}


I didn't flow the fluid through them while in the bath (although that would probably have been nice) since most of the images and videos I saw online did not have this as a requirement.

For some extra info, I used mineral spirits as the fluid in both the test bench and the ultrasonic bath.
_________________
1977 2.0L FI Westfalia.

They call my home the land of snow.
Back to top
View user's profile Send private message Gallery Classifieds Feedback
MaritimeBay
Samba Member


Joined: September 16, 2013
Posts: 120
Location: Fredericton NB
MaritimeBay is offline 

PostPosted: Sun Jun 25, 2017 10:40 am    Post subject: Re: DIY Fuel Injector Cleaning and Test Bench (Arduino Nano) Reply with quote

furgo wrote:
This is fantastic, good work and thanks for sharing!

Some questions:
• Did you note down the before/after cleaning flow figures? Were they up to spec?
• Which frequency and duty cycle did you use to drive the injector valves?
• How did you control and monitor the pressure? I see the fuel pressure regulator there, but no pressure gauge to check it's doing its job.



- Did not check for closeness to spec, but more uniformity between the injectors. I think with the next batches I do, I'll try to actually measure this though!
- This program pretty much mimics a 0-70% duty cycle at around 4100RPM. Future iterations will mimic the whole RPM spectrum of buses from idle to floored.
- I had the rig backwards on my workbench, so the pressure gauge on the regulator isn't showing in the picture!
_________________
1977 2.0L FI Westfalia.

They call my home the land of snow.
Back to top
View user's profile Send private message Gallery Classifieds Feedback
furgo
Samba Member


Joined: September 06, 2016
Posts: 944
Location: Southern Germany
furgo is offline 

PostPosted: Sun Jun 25, 2017 11:40 am    Post subject: Re: DIY Fuel Injector Cleaning and Test Bench (Arduino Nano) Reply with quote

Thanks for the answers!

MaritimeBay wrote:
For some extra info, I used mineral spirits as the fluid in both the test bench and the ultrasonic bath.


Ah, good to know. That was one of the things that made me unsure of testing it with fuel at home. Less the danger of using fuel indoors, more the stink of it, which may get me and a test rig thrown out of the house Smile

MaritimeBay wrote:

- Did not check for closeness to spec, but more uniformity between the injectors. I think with the next batches I do, I'll try to actually measure this though!


No worries. I think it would be good to do a before/after comparison, even if the flow itself is not measured. It would help assessing how effective the ultrasonic cleaning is too.

MaritimeBay wrote:
- This program pretty much mimics a 0-70% duty cycle at around 4100RPM. Future iterations will mimic the whole RPM spectrum of buses from idle to floored.


While an injector rig is awesome to test the injectors, mimicking the bus' RPM spectrum is something you'd need the ECU for. AFAIK, injector drive frequency does not correlate 1:1 to the bus' RPM.

If you've got a spare ECU, you can probably simulate the engine speed input (*) and watch the injector drive outputs with a scope. The drive frequency might well be fixed, so you could use that measured frequency as an approximation and get the Arduino to output the same. The duty cycle then, is what will be variable according to the different bus driving conditions, so you might want to add an LCD display and a couple of buttons to set it.

That said, if you want to test bus driving conditions and end up going through the process of hooking up an ECU, you might as well use it instead of the Arduino.

Keep up the good work!

(*) You'll probably need potentiometers to simulate each one of: engine temperature (TSII), air flow and air temperature. Then a switch for each one of: cranking signal, fuel pump running signal. That'd get the ECU running and give you the knobs to test different driving conditions.
_________________
'79 Westy, P22 interior, FI 2.0 l Federal, GE engine (hydraulic lifters)

Decode your M-Plate
Back to top
View user's profile Send private message Gallery Classifieds Feedback
MaritimeBay
Samba Member


Joined: September 16, 2013
Posts: 120
Location: Fredericton NB
MaritimeBay is offline 

PostPosted: Sun Jun 25, 2017 12:01 pm    Post subject: Re: DIY Fuel Injector Cleaning and Test Bench (Arduino Nano) Reply with quote

[quote="telford dorr"]
Quote:

Quote:
If there's interest, I can post a more detailed list of parts used, code for the arduino, and general cleaning/testing process or answer any other questions.

Sure! Especially interested in where you got the nice breakout board for the Nano. That makes hookup easy and solid.



https://www.amazon.ca/gp/product/B06ZZFMK9T/ref=oh_aui_detailpage_o05_s01?ie=UTF8&psc=1

Got it from the link above. Made the project very hassle-free!
_________________
1977 2.0L FI Westfalia.

They call my home the land of snow.
Back to top
View user's profile Send private message Gallery Classifieds Feedback
telford dorr
Samba Member


Joined: March 11, 2009
Posts: 3555
Location: San Diego (Encinitas)
telford dorr is offline 

PostPosted: Sun Jun 25, 2017 1:03 pm    Post subject: Re: DIY Fuel Injector Cleaning and Test Bench (Arduino Nano) Reply with quote

Thanks much for the link. Now have two on order.

For orders shipped to the USA, use this URL: https://www.amazon.com/Gikfun-Expansion-Terminal-A...al+Adapter. The Canadian one won't ship to the US. Otherwise, it's the same vendor.

Side question: what did you use for the 5 volt supply for the Nano? Didn't see anything definitive in the pics OK, it's running off the computer USB connection - DUH! Disregard...
_________________
'71 panel, now with FI
'Experience' is the ability to recognize a mistake when you're making it again - Franklin P. Jones
In theory, theory works in practice; in practice, it doesn't - William T. Harbaugh
When you're dead, you don't know you're dead. The pain is only felt by others.
Same thing happens when you're stupid. - Philippe Geluck
More VW electrical at http://telforddorr.com/ (available 9am to 9pm PST)
Back to top
View user's profile Send private message Visit poster's website Gallery Classifieds Feedback
IgnasKl
Samba Member


Joined: February 01, 2019
Posts: 1
Location: Lithuania
IgnasKl is offline 

PostPosted: Fri Feb 01, 2019 6:01 am    Post subject: Re: DIY Fuel Injector Cleaning and Test Bench (Arduino Nano) Reply with quote

I really liked your project, but what size resistors you used ? I'm talkinkg about Resistor pack. What size is the resitors, and how did you conected them ?
Thank you for your answer!
Back to top
View user's profile Send private message Classifieds Feedback
SGKent Premium Member
Samba Member


Joined: October 30, 2007
Posts: 41031
Location: Citrus Heights CA (Near Sacramento)
SGKent is offline 

PostPosted: Fri Feb 01, 2019 6:48 am    Post subject: Re: DIY Fuel Injector Cleaning and Test Bench (Arduino Nano) Reply with quote

IgnasKl wrote:
I really liked your project, but what size resistors you used ? I'm talkinkg about Resistor pack. What size is the resitors, and how did you conected them ? Thank you for your answer!


I see you are in Lithuania. This is an old thread. Looking at the photos, he used the stock resistor pack that comes with the fi system.

Image may have been reduced in size. Click image to view fullscreen.

_________________
“Most people don’t know what they’re doing, and a lot of them are really good at it.” - George Carlin
Back to top
View user's profile Send private message Send e-mail Gallery Classifieds Feedback
telford dorr
Samba Member


Joined: March 11, 2009
Posts: 3555
Location: San Diego (Encinitas)
telford dorr is offline 

PostPosted: Fri Feb 01, 2019 8:33 am    Post subject: Re: DIY Fuel Injector Cleaning and Test Bench (Arduino Nano) Reply with quote

Otherwise, 5 ohm 10 watt.
_________________
'71 panel, now with FI
'Experience' is the ability to recognize a mistake when you're making it again - Franklin P. Jones
In theory, theory works in practice; in practice, it doesn't - William T. Harbaugh
When you're dead, you don't know you're dead. The pain is only felt by others.
Same thing happens when you're stupid. - Philippe Geluck
More VW electrical at http://telforddorr.com/ (available 9am to 9pm PST)
Back to top
View user's profile Send private message Visit poster's website Gallery Classifieds Feedback
MaritimeBay
Samba Member


Joined: September 16, 2013
Posts: 120
Location: Fredericton NB
MaritimeBay is offline 

PostPosted: Fri Feb 01, 2019 12:56 pm    Post subject: Re: DIY Fuel Injector Cleaning and Test Bench (Arduino Nano) Reply with quote

IgnasKl wrote:
I really liked your project, but what size resistors you used ? I'm talkinkg about Resistor pack. What size is the resitors, and how did you conected them ?
Thank you for your answer!


SGKent wrote:
IgnasKl wrote:
I really liked your project, but what size resistors you used ? I'm talkinkg about Resistor pack. What size is the resitors, and how did you conected them ? Thank you for your answer!


I see you are in Lithuania. This is an old thread. Looking at the photos, he used the stock resistor pack that comes with the fi system.


SGKent is right on the money. I used the stock resistor pack. Let me know if you have any more questions and I'll try to answer as best I can!
_________________
1977 2.0L FI Westfalia.

They call my home the land of snow.
Back to top
View user's profile Send private message Gallery Classifieds Feedback
Display posts from previous:   
Reply to topic    Forum Index -> Bay Window Bus All times are Mountain Standard Time/Pacific Daylight Savings Time
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

About | Help! | Advertise | Donate | Premium Membership | Privacy/Terms of Use | Contact Us | Site Map
Copyright © 1996-2023, Everett Barnes. All Rights Reserved.
Not affiliated with or sponsored by Volkswagen of America | Forum powered by phpBB
Links to eBay or other vendor sites may be affiliate links where the site receives compensation.