Thanks! I wanted to keep it under 5 minutes since it's not a complete project, just an intro / explanation video, but maybe that wasn't necessary ¯\_(ツ)_/¯
@@itstriggy4814 no it's awesome, means it's easy to repeat it as I need to. Only thing I'd add is having the model number of the transistor in the description was easy to find anyway but may be difficult for those a bit hard of hearing or without strong English knowledge.
The perfect video. Dude. S-Tier. I cannot describe how thankful I feel every time I land on a video as well-made as this one. You made my day. Thank you.
Hey Triggy, nice work. Consider doing a follow up on flyback diodes for the valve. The back EMF from the valve coil will destroy your indicator LEDs in short order.
one of the best tutorials on this out there! thank you very much! quick accurate and precise! I was just briefly surprised that the two voltage grounds are connected! Isn't it best to keep them separate? It seems to me as a recipe for fried circuitry? (but I'm no electronics genius so please explain.) Thanks
Thanks Jakob! You do in fact want to connect the grounds. Ground defines the point where there is zero voltage, so connecting the grounds ensures that the 5V and 12V have the save reference point.
You did nice work, the only suggestion is throw a flyback diode between the solenoid because some solenoids create a high voltage spike when driving them directly with a MOSFET and that can destroy the MOSFET fairly quickly and also cause other things like mcu reset.
Hi Triggy, nice build! I wanted to see if there is any way to adjust how much pressure goes into the pneumatic cylinder? I am trying to put together a Tamping Machine where I can adjust timing and force
Hello! Thank you for the video, it was of great help. I am actually doing a project where I have to rotate a small crib of certain angles using pneumatic cylinders. Would you have any advice for controlling the position of the cylinder to define precisely the angle of rotation of the crib?
Hey instead of connecting it to a air compressor, can you connect it to like a small air reservoir tank and would that still work? And is there any good recommendations for a small air reservoir tank, something for a robotics project?
could you make a video where you show if and how you can control the position of a pneumatic cylinder with an arduino? Especially with a 5/3 valve would be great, or with something like a magnetic sensor that pneumatic cylinders come with sometimes. thanks!
hey. good day ,were you still active today? i would like to know more about this mini hydraulic cylinder. What's the dimensions of your hydraulic cylinder? i was planning to build a landing gear for my adventure bike. since it was so tall and I'm just 5'1 of height. your video was great
I’m new to this stuff and was wondering how could I do multiple of the pneumaticS in one Arduino script? Like pretend I wanted to control an arm, how could I make it to where I click like an arrow on my keyboard to trigger one of the pneumatic cylinders?
Notice how the video only uses a single Arduino digital pin. That means you can duplicate the set-up and just attach it to another digital pin! :) You will probably want to hook up both valves to the same battery, no need to get two. Just make sure they're attached in parallel!
Adding to the requests for a wiring diagram. I have a very hard time seeing exactly what MOSFET pins are connected to LEDs/Resistors. REally hesitant to power this thing up without knowing what might cause a fire :) also, for future viewers, dropping code in the description would be very helpful.
@@itstriggy4814 Awesome. Thanks so much! I was able to get things working (and diagnose that I'd blown several MOSFETs due to insufficient resistance). I also built a simulation in TinkerCad, and added a photoresistor circuit to make it light (i.e., motion) activated for props www.tinkercad.com/embed/1rdzFZYw81P
Great video, Triggy-thanks! I'm wondering how I could incorporate a capacitive proximity sensor to control the cylinder. Would you have any suggestions?
For position control? From what I've seen, it's notoriously challenging without buying a $300+ sensor. I'm not familiar with capacitive proximity sensors specifically, though my intuition is that they might have trouble measuring accurately over the whole range of the stroke (in my case 175mm). Let me know if you find any good solutions!
@@itstriggy4814 I was actually thinking about a sensor that would simply activate an air cylinder when you place a bottle in a set position. It would be a substitute for pressing a button or a pedal.
@@macwol Oh, that should be pretty easy! Just check for a signal from your sensor in the loop of your Arduino code, and if the signal is high (and the piston isn't already activated), activate the piston. www.seeedstudio.com/Grove-PIR-Motion-Sensor.html
@9YearsLater It might be easier to have him press a button if his hands allow, but if you're keen on the voice idea, check out my JARVIS video! It covers basically exactly that.
I want to do this with two cylinders acting in unison. Would simply adding Tees between the output ports and the cylinder ports work or would two valves be required?
Absolutely, just connect the positive lead of each valve to the transistor terminal instead of just one. And of course negative to ground for both as well.
Hi Sorin, the resistors for the LEDs? LEDs run at around 20mA, so those resistors are just to limit current flow. Using ~500ohms should be fine for all of them. resistor = voltage / 0.02 amps
Hm yeah for some reason the "share post" link seems to be linking to my patron account, not my creator account... Have any ideas where else to host the image?
Hello there great tutorial I need some help I'm kind of a beginner. I'm trying to make a animatronic like showbiz which needs a lot of Pneumatic Cylinders and I wouldn't have enough room for a bunch of breadboards to control each Cylinder so is it possible I could use something like relays to control it instead of the circuit you showed in this wonderful video?
the Arduino has like 14 digital output pins so you can control up to 14 valves with one controller. A relay could take the place of the MOSFET that was used in this demo.
This is great. Very nicely done. How can I control the speed of the cylinder action using an Arduino. You mentioned something about the exhaust outputs but can these be controlled electronically?
@@오태준-y9e www.ebay.co.uk/itm/4V210-08-DC-12V-29mA-2-Position-5-Ways-Pneumatic-Air-Solenoid-Valve-UK-Stock/392532167378?_trkparms=aid%3D555021%26algo%3DPL.SIMRVI%26ao%3D1%26asc%3D20190711100440%26meid%3De2c81a8533e746e4811d69d3a30913fe%26pid%3D100752%26rk%3D5%26rkt%3D18%26mehot%3Dco%26sd%3D222899772883%26itm%3D392532167378%26pmt%3D1%26noa%3D0%26pg%3D2047675%26algv%3DSimplRVIAMLv5WebWithPLRVIOnTopCombiner&_trksid=p2047675.c100752.m1982 hope this helps!
It depends entirely on what you want to do with the cylinder. The cylinder will move with as little as like 10 PSI, but won't be able to really move anything. The smaller the compressor, the more often you have to fill it up, or keep it running during operation. If you only need the cylinder to actuate once or twice between refills, you could get away with a very small tank.
hey man I have a project where I need to connect 4 cylinder to build a sorting machine, how to connect all 4 cylinders to the Arduino and not make them all work at the same time (each has to activate when commanded) . I don't know how to explain this properly but this is a little the idea.
Hello Triggy, Thank you very much for your prompt and good answer. Your project is very good for my application and I'm currently working to adapt your solution to my own project. If anything should be unclear to me I will contact you for some explanations, with your permission. Have a nice weekend. Kind regards, Sorin.
Heyy... May I know what type of arduino that u used in this vid ?? And I wonder that if this thing will also work if I change the type pneumatic cylinder to a bigger bore,length and stroke ?? Glad hear from you soon..
I'm not 100% sure but the arduino he's using is an arduino Mega, and as for your second question, you should be able to use a different kind of piston, however be sure to check it's compatibility with the rest of your components, especially the pneumatic fittings.
A colleague and I are using this video of yours as reference. Nice one!
Glad to hear it!
A little fast, but I love how detailed you were in explaining each step! Nice work.
Thanks! I wanted to keep it under 5 minutes since it's not a complete project, just an intro / explanation video, but maybe that wasn't necessary ¯\_(ツ)_/¯
@@itstriggy4814 it was a perfect video and straight to the point.
@@itstriggy4814 Stay Fast!!!! Ive been looking everywhere for someone like this. Can't state how refreshing the rapid fire content was.
And yet we all know why his girlfriend made him make this
@@itstriggy4814 no it's awesome, means it's easy to repeat it as I need to. Only thing I'd add is having the model number of the transistor in the description was easy to find anyway but may be difficult for those a bit hard of hearing or without strong English knowledge.
The perfect video. Dude. S-Tier. I cannot describe how thankful I feel every time I land on a video as well-made as this one. You made my day. Thank you.
Hello, can you please re-upload the circuit diagram? The link doesn't seem to work. Thanks!
Straight to the point. Love it.
Hey Triggy, nice work. Consider doing a follow up on flyback diodes for the valve. The back EMF from the valve coil will destroy your indicator LEDs in short order.
Nice catch! I've included it in the circuit diagram in the description.
@@itstriggy4814 I want to know what or which diode can be used. Can you give a suggestion ?
@@antoniohernandez8367 1N4007 should do the trick
@@itstriggy4814 Thanks for the info !
Or you can use a relay switch, which eliminates needing a breadboard at all.
Triggy,
Thank you. Very well done!
Simply demonstrated very well
one of the best tutorials on this out there! thank you very much! quick accurate and precise!
I was just briefly surprised that the two voltage grounds are connected! Isn't it best to keep them separate? It seems to me as a recipe for fried circuitry? (but I'm no electronics genius so please explain.)
Thanks
Thanks Jakob!
You do in fact want to connect the grounds. Ground defines the point where there is zero voltage, so connecting the grounds ensures that the 5V and 12V have the save reference point.
You did nice work, the only suggestion is throw a flyback diode between the solenoid because some solenoids create a high voltage spike when driving them directly with a MOSFET and that can destroy the MOSFET fairly quickly and also cause other things like mcu reset.
Trying to write this circuit for a project I have at work. Any way you could assist? I'm learning and could use some help. TIA
Love from Tamil Nadu...mass bro...🔥🔥🔥🔥🔥
Comment for the algorithm to help the channel 👍 👍👍👍.
Very kind of you!
could you make a video about how to choose a pneumatic cylinder please?
what we can do if we dont have compressor insted of it we have double size of the cilynder . and we have to re use the same filed air
Can you show the circuit diagram on how to connect to the mosfet and what items to use? You link does not work anymore.
Would be super awesome if you included a shopping bag or links for parts so that viewers could try to build what you're building!
I put some links in the description!
@@itstriggy4814 thank you! Its wonderful to watch learn, and DOING is the best way to master material. Ty again
What is the difference between this fqp30n06l and a relay?
I want the circuit diagram can you help me with that. Link that you’ve given is not opening.
Congratulations, I subscribed to your channel, as this is an excellent demonstration, a good reason to associate my machines with arduino, Like 2.3K
Hi Triggy, nice build! I wanted to see if there is any way to adjust how much pressure goes into the pneumatic cylinder? I am trying to put together a Tamping Machine where I can adjust timing and force
Yep, look up pressure regulator :)
Amazing video!! Would you happen to know what kind of connectors you used for the 12 volt battery and the solenoid valve? Thanks!
Sorry for the late reply! they're called tamiya connectors
Any knowledge on incorporating a damper or shock absorber? I.E. for the cylinder rod?
Could you please do a video on how to connect a NE555 to a solenoid via a SSR. Its for a lightgun recoil. Thank you
Hello! Thank you for the video, it was of great help.
I am actually doing a project where I have to rotate a small crib of certain angles using pneumatic cylinders. Would you have any advice for controlling the position of the cylinder to define precisely the angle of rotation of the crib?
it would require more parts like a proportional pneumatic valve and a position sensor on the cylinder to have that kind of control.
How do we control the extension rate?
This is a very good tutorial, but how would I control multiple cylinders at once?
If you wanted something to hit a golf across a room, could you use a pneumatic cylinder or do you need something more powerful?
This came at a perfect time for me as I've wanted to learn to design pneumatic systems.
Liked and subbed!
Can you add where you got these materials and what exact thing to buy
All I wanted to know was what you’re using for the air supply. Are you using a compressor? An air cylinder? How do you know which pressure to use?
Hey instead of connecting it to a air compressor, can you connect it to like a small air reservoir tank and would that still work? And is there any good recommendations for a small air reservoir tank, something for a robotics project?
Can you have variable speed AND stop it half way and it still hold a load. Does the compressor have to be 'ON' to hold a load.Thanks
Good. Air from? No details about the compressor.
What PSI do you regulate the compressor at for that cylinder speed you are getting?
Hi, where did you find that comressor quick connect to 6mm pneumatic hose adapter?
Excellent tutorial. Any suggestions for a short stroke (2 - 4") pneumatic actuator?
I would also really like to know if a pneumatic actuator length of stroke can be controlled please.
could you make a video where you show if and how you can control the position of a pneumatic cylinder with an arduino? Especially with a 5/3 valve would be great, or with something like a magnetic sensor that pneumatic cylinders come with sometimes.
thanks!
that pneumatic can withstand vehicle wheel load? I want to make tyre killer and I couldnt find yet whether I should use pneumatic or hydralic
Do you have an Amazon link for the quick connect with push fitting that you used? I can't find one.
It looks like it comes with the pneumatic cylinder
hey. good day ,were you still active today? i would like to know more about this mini hydraulic cylinder. What's the dimensions of your hydraulic cylinder? i was planning to build a landing gear for my adventure bike. since it was so tall and I'm just 5'1 of height. your video was great
A circuit diagram of the Arduino/breadboard would be helpful. Other than that, great video. Clear, concise and informative.
Yes - I'd want it too.
Here's the circuit diagram: www.patreon.com/posts/43812212
@@itstriggy4814 I get a blank screen at that link.... I have purchased all the parts for this I just need the diagram... thanks.
Me too, can you perhaps post it a different way?
Is it possible to open the pneumatic cylinder partially/slowly by replacing the solenoid with something?
Hi! Do you think you could show how to do this with a solenoid valve bank?
Is it a good idea to use pneumatic cylinder to a hydraulic bicycle brake caliper? Or should i just directly connect it to the brake caliper?
I’m new to this stuff and was wondering how could I do multiple of the pneumaticS in one Arduino script? Like pretend I wanted to control an arm, how could I make it to where I click like an arrow on my keyboard to trigger one of the pneumatic cylinders?
Notice how the video only uses a single Arduino digital pin. That means you can duplicate the set-up and just attach it to another digital pin! :) You will probably want to hook up both valves to the same battery, no need to get two. Just make sure they're attached in parallel!
Can u tell me the value of pull down resistor in ohms and watts and even the value of LED in mm
Would this pump work with any gas? Or do I hate to use a big air pump, because I want to make something that would fit on me
Adding to the requests for a wiring diagram. I have a very hard time seeing exactly what MOSFET pins are connected to LEDs/Resistors. REally hesitant to power this thing up without knowing what might cause a fire :) also, for future viewers, dropping code in the description would be very helpful.
Circuit diagram: www.patreon.com/posts/43812212
@@itstriggy4814 Awesome. Thanks so much! I was able to get things working (and diagnose that I'd blown several MOSFETs due to insufficient resistance). I also built a simulation in TinkerCad, and added a photoresistor circuit to make it light (i.e., motion) activated for props www.tinkercad.com/embed/1rdzFZYw81P
@@itstriggy4814 Hey man this link is no good... still got the wiring diagram? Thanks for the video, super helpful!
Can I do the same with my raspberry Pi with a bit of modifications? Is there any safety precautions I need to take? Please help me .
Can you make one without air and that has power to lift 150 pounds that runs on 12 volts?
Can you post the circuit diagram again?
Can we build this project without using air compressor? Because I am working on a project to make a compact flipper robot?
Is the pneumatic cylinders able to move slower?
The link is not working for the circuit diagram. Is there a way to get it ?
How many can you connect and control individually with this type of set up?
The circuit diagram not available anymore 😢
So I have a 21.4 V-24.5 V DC solenoid could I connect same way as this 12V one?
Just switch out the 12 V battery for a 24V current ?
Great video, Triggy-thanks! I'm wondering how I could incorporate a capacitive proximity sensor to control the cylinder. Would you have any suggestions?
For position control? From what I've seen, it's notoriously challenging without buying a $300+ sensor. I'm not familiar with capacitive proximity sensors specifically, though my intuition is that they might have trouble measuring accurately over the whole range of the stroke (in my case 175mm). Let me know if you find any good solutions!
@@itstriggy4814 I was actually thinking about a sensor that would simply activate an air cylinder when you place a bottle in a set position. It would be a substitute for pressing a button or a pedal.
@@macwol Oh, that should be pretty easy! Just check for a signal from your sensor in the loop of your Arduino code, and if the signal is high (and the piston isn't already activated), activate the piston.
www.seeedstudio.com/Grove-PIR-Motion-Sensor.html
@9YearsLater It might be easier to have him press a button if his hands allow, but if you're keen on the voice idea, check out my JARVIS video! It covers basically exactly that.
I have a question..
What is the cheapest option because I need multiple cylinders which will be controlled with sensors.
what if i need to connect two cylinders on the same arduino board? can i hook two of them to the same board?
Hey nice video! I was wondering how powerful of an air compressor do I need to move the piston?
110 PSI should be fine
Hi Sir am interested with the same design but can it be used or designed for car acceleration and deceleration mechanisn
I want to do this with two cylinders acting in unison. Would simply adding Tees between the output ports and the cylinder ports work or would two valves be required?
You should be good with just one valve and some Y connect fittings from amazon
Where did you buy that wire
Hello, may i get the circuit diagram for this video pls? I cant open it
So I have to permanently keep an air compressor hooked up to my pneumatic cylinder?
Can you give me detail of item for this project? Plist list with spec.. thank you
Question: do you have to connect lights and a transistor to the breadboard or are they just in this project?
Also, what battery is he using?
how could you program the rod to move partially?
Can we use any other transistor ?
Is it possible to control 2 actuators at the same time with the same button? I've been looking for a way to do it.
Absolutely, just connect the positive lead of each valve to the transistor terminal instead of just one. And of course negative to ground for both as well.
Hello, where did you buy your quick connect with push on? I'm in Canada. Thanks :)
Princess Auto has everything you need in this video, except the Arduino.
Can you point me to a light duty air pump and a tank that can do the job ?
Hello Triggy,
What are the sizes of the two resistors you used? Are they equal sizes or different? Thank you very much. Regards, Sorin.
Hi Sorin, the resistors for the LEDs? LEDs run at around 20mA, so those resistors are just to limit current flow. Using ~500ohms should be fine for all of them. resistor = voltage / 0.02 amps
Hey
Do you have a circuit diagram/schematic available, the on linked doesn't work and sends me to and empty patreon site :)
Hm yeah for some reason the "share post" link seems to be linking to my patron account, not my creator account... Have any ideas where else to host the image?
Hello there great tutorial I need some help I'm kind of a beginner. I'm trying to make a animatronic like showbiz which needs a lot of Pneumatic Cylinders and I wouldn't have enough room for a bunch of breadboards to control each Cylinder so is it possible I could use something like relays to control it instead of the circuit you showed in this wonderful video?
the Arduino has like 14 digital output pins so you can control up to 14 valves with one controller. A relay could take the place of the MOSFET that was used in this demo.
This is great. Very nicely done. How can I control the speed of the cylinder action using an Arduino. You mentioned something about the exhaust outputs but can these be controlled electronically?
hmm that's definitely more tricky. I'm not sure how that would be done, let me know if you find anything!
Hey man, i love your video and have some questions about the working of the arduino. How to DM you?
Can you ensure that the flow of air is gradual and not so rapid so that the piston comes out a bit slowly?
i think you’d do that by reducing the air pressure. pneumatics are usually used for snappy responses like this
Excellent! New sub.
Thanks Jeff!
Pls do for automatic pneumatic door with ardino bro
I’m wondering if i can use a mini air compressor for a small sized pneumatic cylinder. your thoughts?
I'm sure you could. Depending on the size you may have to refill often.
Thanks for asking I was always wondering that
could use ac and watch it vibrate back and forth really fast
Can you give us some information about the tools you used??
What do you mean?
@@itstriggy4814 I want to know where we can buy them.
@@오태준-y9e www.ebay.co.uk/itm/4V210-08-DC-12V-29mA-2-Position-5-Ways-Pneumatic-Air-Solenoid-Valve-UK-Stock/392532167378?_trkparms=aid%3D555021%26algo%3DPL.SIMRVI%26ao%3D1%26asc%3D20190711100440%26meid%3De2c81a8533e746e4811d69d3a30913fe%26pid%3D100752%26rk%3D5%26rkt%3D18%26mehot%3Dco%26sd%3D222899772883%26itm%3D392532167378%26pmt%3D1%26noa%3D0%26pg%3D2047675%26algv%3DSimplRVIAMLv5WebWithPLRVIOnTopCombiner&_trksid=p2047675.c100752.m1982 hope this helps!
Is there a way i could vary pressure using valves
Hi, What should I type to buy power supply, I have pneumatic cylinder and air compressor but I need to connect them in the power Thank you!
"pneumatic tubing and fittings" should get you there
Sir what size did u use pneumatic cylinder?
Is there a circuit diagram for this?
sir, it's a very fabulous video. I just need the coding can u please send me the coding and the names of equipment required.
What's the minimum spec compressor you can recommend for this type of pneumatic cylinder? Thanks
It depends entirely on what you want to do with the cylinder. The cylinder will move with as little as like 10 PSI, but won't be able to really move anything. The smaller the compressor, the more often you have to fill it up, or keep it running during operation. If you only need the cylinder to actuate once or twice between refills, you could get away with a very small tank.
The compressor I use here is one of the cheaper and smaller ones. I think it was $99. That'll be tough to beat.
The solenoid could work if i just using the power supply from arduino??
Nope :) ruclips.net/video/anWYPt_wVo4/видео.html
Creative video, thanks :)
hey man I have a project where I need to connect 4 cylinder to build a sorting machine, how to connect all 4 cylinders to the Arduino and not make them all work at the same time (each has to activate when commanded) . I don't know how to explain this properly but this is a little the idea.
Just use four transistors, one for each cylinder, and connect each to its own pin
Hello Triggy,
Thank you very much for your prompt and good answer.
Your project is very good for my application and I'm currently working to adapt your solution to my own project.
If anything should be unclear to me I will contact you for some explanations, with your permission.
Have a nice weekend.
Kind regards,
Sorin.
Heyy... May I know what type of arduino that u used in this vid ??
And I wonder that if this thing will also work if I change the type pneumatic cylinder to a bigger bore,length and stroke ??
Glad hear from you soon..
I'm not 100% sure but the arduino he's using is an arduino Mega, and as for your second question, you should be able to use a different kind of piston, however be sure to check it's compatibility with the rest of your components, especially the pneumatic fittings.
Any body know the rating of diode and transistor given in circuit diagram ....?
Could you pass the connection diagram and the programming code, please?
Bro can I get circuit diagram for this
the link to the circuit diagram doesn't work
Can i get the coding for the Arduino?