Thermal strains irl
7:52
Жыл бұрын
Audio amplifier lore
0:27
2 жыл бұрын
Audio Amplifier Circuit
3:24
3 жыл бұрын
ADXL313 with Arduino
0:32
3 жыл бұрын
Cantilever beam resonance
14:40
3 жыл бұрын
Creating a Propane Forge Burner
15:47
2018 Shop Update #4
2:29
6 жыл бұрын
How to remove propane tank valves
3:39
2018 Shop Update #3
1:36
6 жыл бұрын
2018 Update #2
0:49
6 жыл бұрын
Control Panel
0:53
6 жыл бұрын
Homemade Tube Notcher Using Lathe
6:13
Vmax Parts For Sale
13:57
7 жыл бұрын
Making a woodworking chisel
6:59
7 жыл бұрын
Niagara Falls Visit
0:59
7 жыл бұрын
Homemade sheet metal brakes
8:00
9 жыл бұрын
Mechanical device
0:13
9 жыл бұрын
Пікірлер
@Freekniggers
@Freekniggers Ай бұрын
Now show how you do it when it is half full or full without losing propane. I have a half to full tank with a valve that leaks at the handle on attachment side so even when off if there is pressure in a line.
@James-of4se
@James-of4se 4 ай бұрын
Thank 🙏 for showing this
@taj-ulislam6902
@taj-ulislam6902 4 ай бұрын
Please give the circuit diagram and explain how it works. Good attempt. Thanks
@pn4498
@pn4498 6 ай бұрын
Hi, very interesting video. It seems you could be the guy who can help me with my problem. For a project I have to send small arrays from my PC to my arduino due .The arduino does something with the arrays and sends back a signal to the PC, so that the PC knows he has to send the next array. When I realize this with the serial port everything works fine. Because of the circumstances of the project I need to use the serialUSB port. When I use the serialUSB port the arduino does his stuff with the array and sends back a signal to the PC but has to do it 3-6 times, before the PC recognizes, that the next array has to be send. Can you explaim this behavior?
@andrewphillip8432
@andrewphillip8432 6 ай бұрын
How does your signaling work? Also what framework did you use to build your host side application? How much time are you expecting between messages? In general the kinds of debugging techniques I use when solving problems like this are doing things like: opening the serial port in PuTTY or other similar tool to see the data as it comes in. (If your data is not ascii format it can be useful to make a simple command line tool that prints the received data in hexadecimal or whatever is convenient). Another good one is testing the host side application independently. You can get a usb to UART module and put a jumper across the RX and TX pins to create a loop back device. Then you modify the host application to send the data it is expecting to receive from the microcontroller and proceed to debug
@simp.9037
@simp.9037 7 ай бұрын
How to design one? Like what calculations did you do also where can we find the calculations to be made
@rob368
@rob368 8 ай бұрын
when removing head bolts, start from outside in opposite for install, inside to out? I do have a Manuel I can send just need somewhere to send it?
@SamZeloof
@SamZeloof 8 ай бұрын
Nice
@user-jx3tx9pp7f
@user-jx3tx9pp7f 9 ай бұрын
It is not a blower. It is a bellow. Not my cuppa. THIS is a real blacksmith bellows. A bit more complex then the one I plan on building, but works very similar. kzfaq.info/get/bejne/b92GgbJ2usWRdac.html If you're gonna make a forge, might as well make one that looks real.
@andrewphillip8432
@andrewphillip8432 9 ай бұрын
Back when I had the luxury of living somewhere where I could have a forge I spent most of my time learning to work metal and wasted no time worrying about semantics or whether my equipment looked cool to other people. Now I live in the city and have no forge, so I’ve settled for reminiscing about the good old days as I respond to silly KZfaq comments. Good luck on your project though, blacksmithing is a very cool and rewarding hobby. Keeps you active too unlike a lot of pastimes
@jeanladoire4141
@jeanladoire4141 4 ай бұрын
Bro you are stupid, bellows in Africa are EXACTLY how it was shown in the video. They power iron smelts with such bellows : they make theirs with a leather hide covering a hole or a jar, with a hole at the bottom. Your design is very good Andrew, and some people are retarded while thinking they know better than anyone else. Primitive bellows from the copper age were just a leather bag, and some had very weird shapes. Because it doesnt look like an european design doesn't mean it's not a real bellow. For some applications it was advised in the 1700s in France to use A HAND FAN. Looking good isn't what matters in a craft, it's making something effective.
@Willytg7
@Willytg7 11 ай бұрын
How did you calculate or decide the clearance between dog teeth?
@andrewphillip8432
@andrewphillip8432 10 ай бұрын
I wanted there to be enough clearance that it would be easy to engage all the way once the teeth lined up. So based on the relative speeds of rotation, and how fast I thought the driver could shift the lever. But honestly that isn’t a great approach since neither of those quantities are known with any degree of certainty. If I were to redesign it I’d make it have a lot more teeth, so that the teeth mesh up more frequently, and then add as much clearance as possible while maintaining a comfortable level of strength
@Willytg7
@Willytg7 11 ай бұрын
This is awesome and such a huge help! working on making a clutch for a school project I am working on. what steel did you use on the dogs?
@andrewphillip8432
@andrewphillip8432 10 ай бұрын
I think it was 4130 steel. Thanks, glad it helped!
@andrewneil7748
@andrewneil7748 Жыл бұрын
It would be interesting to repeat this exercise using an FTDI UART-to-USB converter instead of the onboard 16u2; it could well be that the 4-byte "sampling" is a feature of the code in the 16u2, and not anything specifically to do with USB...
@andrewphillip8432
@andrewphillip8432 Жыл бұрын
Good idea, I have one of those I will try it with if I get the chance. I'm guessing you are probably right that the 16u2 is setting the packet size. I tried to see if I could figure it out from the arduino-usbserial firmware on github, but it wasn't immediately apparent to me. But maybe you will have more luck with it.
@andrewneil7748
@andrewneil7748 Жыл бұрын
@@andrewphillip8432 maybe also see if it varies with baud rate - both using the 16u2 and an FTDI...
Жыл бұрын
Hello I am trying to send serial command from Arduino Due to Arduino Duo. I connect Arduino Due's native connector to Arduino's USB connector via a micro usb to usb-b converter cable. I expect writSerialUSB.println("Open") line of DUE's code tell to DUO which has serial.begin(9600). I test DUE's and DUO's codes with my computer. DUE sends open string and DUO listens open string. but when I connect each other. DUO does not triggered. Any suggestion? Thank you
@andrewphillip8432
@andrewphillip8432 Жыл бұрын
Interesting idea, I have not heard of anyone trying such a thing before. My guess is that the reason it is not successful is because the Due is configured as a USB device, and to establish a connection it needs to be connected to a USB host such as a PC. If you can find a way to configure the Due as a USB host then your idea might be possible. If your goal is to share data between two Arduino’s, then I would suggest using SPI or I2C instead of USB
@mikeyt6791
@mikeyt6791 Жыл бұрын
Thx for the info 👍👍👍
@busisodingani9593
@busisodingani9593 Жыл бұрын
Can I make it smaller? Like with a 20L bucket
@andrewphillip8432
@andrewphillip8432 Жыл бұрын
I think that would probably work. It might require faster pumping to output enough air
@patricklions9066
@patricklions9066 Жыл бұрын
Do you need to have the tank "vacuumed" before having it filled for the first time after replacing the valve?
@andrewphillip8432
@andrewphillip8432 Жыл бұрын
Not sure. I’ve only done this to scrap the tank, not for replacing the valve and continued service.
@AdamV20
@AdamV20 Жыл бұрын
Relatable
@sqeekykleen49
@sqeekykleen49 2 жыл бұрын
Difference between auto ac compressor
@akashicfarmer
@akashicfarmer 2 жыл бұрын
This video after watching you try to rebuild it depressed the heck out of me hah
@andrewphillip8432
@andrewphillip8432 2 жыл бұрын
Me too man I remember being pretty down about giving up on that engine
@rob368
@rob368 2 жыл бұрын
sorry m8 your background music gave me a headache? WTF
@andrewphillip8432
@andrewphillip8432 2 жыл бұрын
Sorry bro didn't mean to give ye a headache
@romanvarcolac2238
@romanvarcolac2238 2 жыл бұрын
Hello from a friend! Interesting technique and good video, I think this would make it much easier to construct frames. That chuck could use a good cleaning from rust though ;)
@MuckingMunt
@MuckingMunt 2 жыл бұрын
Kudos for quality content here. Irrespective of camera/storage issues you obv had at the time, you have some details and explanations here much too easily glossed over in many homemade metal brake videos made in the years since! Damn YT search algorithm only letting the real stuff slowly bubble up after youve already watched a heap of shit first! Subscribed.
@wallacelepage1108
@wallacelepage1108 2 жыл бұрын
Seems like a lot of work just to hold the tank. But if that’s what it takes,ok. However, never use an adjustable wrench backwards,especially with a cheater bar!
@henryholliday1
@henryholliday1 2 жыл бұрын
that valve is worth more as scrap then that entire tank as it is brass
@ozb2006
@ozb2006 2 жыл бұрын
that can't work, the tank would spin in place factory put's a lot of force on those valves
@ozb2006
@ozb2006 2 жыл бұрын
@@andrewphillip8432 maybe i tried a few ways and yours does not make sense, i had to cut a metal bar and bolt it down to my sheds floor and make a special bit from a 2 inch steal pipe and put a lot of torque to open it, about 250 - 300 pounds
@patricissa477
@patricissa477 2 жыл бұрын
Hi, love this vid! Gonna do something similar for my RBS Quadricycle. One question, what would you use to push the selector body onto the other free-spinning part? Some sort of spring pusher?
@andrewphillip8432
@andrewphillip8432 2 жыл бұрын
Hi Patric, thanks for the comment. I’d probably use a short lever and an aircraft style push pull cable to control the clutch in most cases. I’m thinking the lever would pivot on your vehicle frame, and would have connecter links reaching to the aluminum “yoke” both on the top and bottom (hence the two pins it has). Then the push pull cable can attach to any convenient location on the lever and be routed to the operator controls. It should be simple to add an extension spring somewhere on the lever to make the clutch normally engaged, or normally disengaged, if needed.
@andrewphillip8432
@andrewphillip8432 2 жыл бұрын
A well pump handle is a similar kind of mechanism to what I describe, you can google that if a visual would be helpful
@patricissa477
@patricissa477 2 жыл бұрын
@@andrewphillip8432 Thank you greatly for the advice, will definitely look into them!
@rockspider692
@rockspider692 2 жыл бұрын
Awesome!! Thanks for showing, first video that actually uses everyday tools.
@thepork9940
@thepork9940 2 жыл бұрын
Where do i buy one
@andrewphillip8432
@andrewphillip8432 2 жыл бұрын
You can get the components for cheap on ebay. You’ll need a TL072 op amp (or pretty much any other op amp) and an analog switch (I used a CD4066), and resistors and capacitors. And of course an oscilloscope to view the output
@hatem0
@hatem0 2 жыл бұрын
amazing and informative. thanks.
@nikosnikolakis6991
@nikosnikolakis6991 2 жыл бұрын
Nice one
@schmiedemesser_Jasmine
@schmiedemesser_Jasmine 2 жыл бұрын
Hello! Very well done! ... I know it's been some time that you uploaded the video. I like the simplicity of your approach and how anybody could customise it to their needs or fancy. Don't care about those people who know everything better, but probably never made anything by themselves... All the best and good luck! Cheers!
@andrewphillip8432
@andrewphillip8432 2 жыл бұрын
Thanks for your comment, cheers! Andrew
@evanwide2110
@evanwide2110 2 жыл бұрын
beautiful work,👍👍👍
@jincym2718
@jincym2718 3 жыл бұрын
Hlo what's is the max rpm at which it can be engaged/disengaged
@andrewphillip8432
@andrewphillip8432 2 жыл бұрын
@Abraham Morrison yeah I machined everything from scratch, so I’m not sure of the technical names
@dalestill1395
@dalestill1395 3 жыл бұрын
head bolts, work from the inside out. Same to replace
@muh.alfinmasykurmuharram6864
@muh.alfinmasykurmuharram6864 3 жыл бұрын
Great stuff. Simple question from me. Which references or books did you used when you design this things? It means a lot for me if you answer this question
@andrewphillip8432
@andrewphillip8432 3 жыл бұрын
@@muh.alfinmasykurmuharram6864 glad I could help
@smk3399
@smk3399 3 жыл бұрын
How much max torque it can transmit ?? How do you decide no of teeth?
@andrewphillip8432
@andrewphillip8432 3 жыл бұрын
I designed it for 400 ft lbs if I remember right. I chose three teeth because it guarantees even load sharing. Kind of like how a three legged chair always sits flat on the floor, whereas a four legged chair might have one leg not touch the floor. This way each tooth is stressed equally
@smk3399
@smk3399 3 жыл бұрын
@@andrewphillip8432 thanks
@velez7928
@velez7928 3 жыл бұрын
Works for me 100% thank you I had a propane tank for over two years couldn’t get rid of it until I removed the valve
@thomaseichler2368
@thomaseichler2368 3 жыл бұрын
Smart construction. i like it. Now call this metal ALU-MI- >>> NI <<<< -UM and we are fine. There is no element on this world which is named "aluminum". The missing -NI- matters ;)
@noanoa4283
@noanoa4283 3 жыл бұрын
Cool
@jasonglover5989
@jasonglover5989 3 жыл бұрын
Seen a guy do this, but just ratchet strap it to a tree
@lamboking8able
@lamboking8able 3 жыл бұрын
does it matter if you increase baud rate? does that mean that you have more characters in a packet? and if so what's the limit of that or will usb be better regardless?
@lamboking8able
@lamboking8able 3 жыл бұрын
also your video came out at a good time. I'm looking into a due mainly because of this video and a big project I'm working on
@andrewphillip8432
@andrewphillip8432 3 жыл бұрын
@@lamboking8able If you are using SerialUSB then only the USB protocol is used by the MCU, and so baud rate will have no effect. It does not affect how many characters go in a packet. If you use the standard Serial functions, then baud rate will have an effect, because the MCU must send the data in standard serial format to the chip that translates the serial data to USB protocol. On most Arduino's this is an atmega 16u2. Since the 16u2 is an MCU just like the atmega328p, a cool thing you can do is to write programs that run directly on it, without using the 328p. This is rarely useful but is an interesting thing to try.
@andrewphillip8432
@andrewphillip8432 3 жыл бұрын
Measurement starts at 5:54
@niclas3713
@niclas3713 3 жыл бұрын
This is exactly the clutch I need. Thank you for explaining it. However, I don't have the means to build one myself. Would you build such a clutch again and sell it?
@niclas3713
@niclas3713 3 жыл бұрын
@@andrewphillip8432 How much would it cost since the budget for the project is not too big?
@andrewphillip8432
@andrewphillip8432 3 жыл бұрын
@@niclas3713 if I billed my time at a normal machine shop rate $80/hr. then it would be $3200 plus price of materials. So even if I did it for a fraction of that it would still likely exceed the project budget
@andrewphillip8432
@andrewphillip8432 3 жыл бұрын
@@niclas3713 machining is unfortunately very expensive and time consuming.. which is why I became a machinist since I also could not afford to outsource machined parts
@niclas3713
@niclas3713 3 жыл бұрын
@@andrewphillip8432 Okay thanks but that's beyond the scope. I'm about to build a wakeboard that has a total price of $600 including the motor and that would be completely out of the price range.
@skipwalker3269
@skipwalker3269 Жыл бұрын
This same setup is in most salvage lower units for outboard motors, just match the h.p. rating of your engine.
@Dnrjhn7
@Dnrjhn7 3 жыл бұрын
I saw this type of blower in Nomad Architecture channel... This is perfect for outdoor/camping use. thank you very much, Sir!
@erikr007
@erikr007 3 жыл бұрын
"Due" in "Arduino Due" is Italian so it's pronounced like this: kzfaq.info/get/bejne/d66ChqmombCmpp8.html
@andrewphillip8432
@andrewphillip8432 3 жыл бұрын
Good catch! Now I feel kind of silly for making such a point of pronouncing it the English way. Oh well
@livetrucking101
@livetrucking101 3 жыл бұрын
@@andrewphillip8432 The worst part about that touch of American/English arrogance is that you immediately lose credibility. I barely know anything about Arduino but I do know it's inventor is Italian. Failing to do even that basic research makes me wonder what other errors-in-fact you may have missed because of your 'focus'.
@andrewphillip8432
@andrewphillip8432 3 жыл бұрын
@@livetrucking101 fair enough I can’t blame you there. It’s hard to find this type of information though so I just wanted to share it with the people who can look past basic mistakes. It’s kinda a silly thing to be upset about really but obviously a dumb mistake on my part
@Howard1130
@Howard1130 Жыл бұрын
@@andrewphillip8432 This is great content and really helpful actually. Thank you for sharing. It helped me understanding things I've been searching for hours. Thank you so much!
@petercameron8832
@petercameron8832 3 жыл бұрын
Please do not use your adjustable scanner backwards, you will root it completely
@tittyrino
@tittyrino 3 жыл бұрын
Five assholes hit the dislike??They must be afraid of having busted knuckles and working on some thing that is a drag racing King
@tittyrino
@tittyrino 3 жыл бұрын
2 assholes hit dislike??? Must be afraid of getting dirty and they have NO IDEA of the potential this motor has because it’s a freak of nature and pure muscle!!
@tittyrino
@tittyrino 3 жыл бұрын
The nice thing about a total tear down is that when you put it back together everything can be re-painted polished and looking like factory nerve!! It’s a lot of work but so worth it thanks for the videos.
@Goranissaved
@Goranissaved 3 жыл бұрын
Hi. I just have to say, What a good idea.. Thank you for the tip. :)
@elonmisael9682
@elonmisael9682 3 жыл бұрын
I know I'm quite randomly asking but does anybody know a good website to stream newly released tv shows online ?
@romanmajor5850
@romanmajor5850 3 жыл бұрын
@Elon Misael Try flixzone. You can find it by googling =)