DIY PCB etching machine
8:03
Жыл бұрын
DIY Header Pin cutting machine
11:30
Пікірлер
@Eduardoferreira-sj4hu
@Eduardoferreira-sj4hu 7 сағат бұрын
Olá o projeto com todas as dimensão esta disponível gratuitamente ?
@silexalger1284
@silexalger1284 8 сағат бұрын
Bonjour monsieur. Vraiment ce projet m'intéresse énormément bravo. Malheureusement j'arrive pas à trouver le code. Pourriez vous m'orienter?
@Hasangirişim
@Hasangirişim 3 күн бұрын
kalp
@luxustabanao7602
@luxustabanao7602 3 күн бұрын
Can I use 20k potentiometers I'm out of 10s
@blueocean7064
@blueocean7064 3 күн бұрын
Hello : just asking : what software shouild be used to open the paper.hmi file ? and will you share the stl files for this project ? Thank you.
@dablukumarpaswan3290
@dablukumarpaswan3290 4 күн бұрын
Mera servo motor nahi kam kar raha hai kiya kare
@zm6686
@zm6686 4 күн бұрын
Waching in 2025 nothing changed. Lol
@bhaveshbisht2083
@bhaveshbisht2083 7 күн бұрын
Sandeep bhai, programming, software, interface k bare mey tho batoo jo important hai ....
@aquarius-vibration3
@aquarius-vibration3 7 күн бұрын
Hello can I order one of these machines?
@Vinaykumar-bf8hj
@Vinaykumar-bf8hj 7 күн бұрын
What is the size of your heatbed and can you provide link?
@tmhkb
@tmhkb 8 күн бұрын
Where is the code?
@曉鐘黃
@曉鐘黃 8 күн бұрын
do you sell the complete set of this diy Splenoid winding machine, pleas give me price,and how to pay.
@laurence4113
@laurence4113 9 күн бұрын
How many volts or watts of led did u use?
@rudesindojavieracunasanche8425
@rudesindojavieracunasanche8425 9 күн бұрын
Great, it also works with a rotary encoder which has Open Collector Outputs / High Voltage connecting pullup resistor. here you have the code: int encoderPin1 = 2; int encoderPin2 = 3; volatile int lastEncoded = 0; volatile long encoderValue = 0; long lastencoderValue = 0; int lastMSB = 0; int lastLSB = 0; void setup() { Serial.begin(9600); setupEncoder(); } void loop() { Serial.println(map(encoderValue, 0, 1400, 0, 360)); delay(1000); } void updateEncoder(){ int MSB = digitalRead(encoderPin1); //MSB = most significant bit int LSB = digitalRead(encoderPin2); //LSB = least significant bit int encoded = (MSB << 1) |LSB; //converting the 2 pin value to single number int sum = (lastEncoded << 2) | encoded; //adding it to the previous encoded value if(sum == 0b1101 || sum == 0b0100 || sum == 0b0010 || sum == 0b1011) encoderValue ++; if(sum == 0b1110 || sum == 0b0111 || sum == 0b0001 || sum == 0b1000) encoderValue --; lastEncoded = encoded; } void setupEncoder(){ pinMode(encoderPin1, INPUT_PULLUP); pinMode(encoderPin2, INPUT_PULLUP); digitalWrite(encoderPin1, HIGH); digitalWrite(encoderPin2, HIGH); attachInterrupt(0, updateEncoder, CHANGE); attachInterrupt(1, updateEncoder, CHANGE); }
@HearGear
@HearGear 9 күн бұрын
This is a really cool build and there is some serious engineering here, at least in the pickup winding community. But, there is some major issues here, for of all, a Stepper motor is not optimal in this type of application, because in general a stepper with this attachment to it could possible at maximum do 3-400rpm which mean this will takes for ever, also the AWG wire that is used in pickups will not work in that construction without re--design some parts of the construction. What is more interesting is the software, it could be used for this type of application I think :D
@leandrogoethals6599
@leandrogoethals6599 9 күн бұрын
an idea: A cable scrapper machine were u can put in the cables with multiple wires in it and just get the wires out of it.
@badrigovardhan791
@badrigovardhan791 9 күн бұрын
where the material i purchase to make the 3d printing
@Wojtek-fazber
@Wojtek-fazber 10 күн бұрын
Yo can you give me the board files
@Wojtek-fazber
@Wojtek-fazber 10 күн бұрын
Cuz ngl it's fire🔥🔥🔥
@GatewayPro
@GatewayPro 11 күн бұрын
can you update the link?
@martylead8487
@martylead8487 14 күн бұрын
Text to cnc app is no available...there is another app for the same work? Thanks
@vishwanatha5476
@vishwanatha5476 15 күн бұрын
Pls share stl files for 3d printed items
@ahsanqazc5299
@ahsanqazc5299 16 күн бұрын
How we can buy
@straycatzzzz
@straycatzzzz 16 күн бұрын
Can you please re upload the code? It looks like the link in the description, is no longer valid.
@RonenLin
@RonenLin 18 күн бұрын
But now the wires that are left, which one is which? Like what wire is 2B, 2A, 1A and 1B?
@TheAJSchannel1973
@TheAJSchannel1973 20 күн бұрын
How to make the autonomous car
@SeverinSchols
@SeverinSchols 21 күн бұрын
I love that idea. Do you have some design files etc somewhere so I could build one myself?
@madswh
@madswh 21 күн бұрын
How do you set the wire gauge? Or is this machine only for one single type of wire, and every other need hardcoding a different cutting depth?
@nikl_dreamer
@nikl_dreamer 22 күн бұрын
еплан
@tonysfun
@tonysfun 24 күн бұрын
Have you used any of these motors and Arduino? NIDEC 24H404H070 (second set of numbers on the label AX060435A) and or NIDEC 24H055M020 (LOT 7814EBG). I am trying to make a self balancing cube but can't make them to work. Thanks for your videos!!!
@mohammedegyptian2527
@mohammedegyptian2527 26 күн бұрын
Bravo
@mohammedegyptian2527
@mohammedegyptian2527 26 күн бұрын
Bravo
@mohammedegyptian2527
@mohammedegyptian2527 26 күн бұрын
Bravo
@mohammedegyptian2527
@mohammedegyptian2527 26 күн бұрын
Bravo
@eduardofritzke1739
@eduardofritzke1739 27 күн бұрын
Mandei mensagem no seu celular
@acmhfmggru
@acmhfmggru 27 күн бұрын
are you indian or paki?
@MrCecil_KD9WUS
@MrCecil_KD9WUS 28 күн бұрын
Where can we get the plans for this project.
@CarlosAntonio-ng4er
@CarlosAntonio-ng4er Ай бұрын
Quero émcomenda uma dessas come que eu faço
@CarlosAntonio-ng4er
@CarlosAntonio-ng4er Ай бұрын
Quero emcomenda uma dessas
@turgutkemal
@turgutkemal Ай бұрын
Hi. Thanx for this project. I have already checked your website but i cant see what kind of sensor did you used and how HMI display works? After connecting rx tx gnd and 5v adding to dashboard messenger widget is enough?
@crunners2
@crunners2 Ай бұрын
did you put the wrong resistors in the wrong place at 21 seconds into the video
@tangtienji
@tangtienji Ай бұрын
好機器,只是用來編織毛衣,那就沒用了,那種毛衣走到外面,毫無禦寒能力。
@ArunRoy-e6k
@ArunRoy-e6k Ай бұрын
Can you share circuit diagram and code plz sir
@Jimbojenkins
@Jimbojenkins Ай бұрын
I followed your example and gcode option never became available. Do better next time!
@parapuzosiasa896
@parapuzosiasa896 Ай бұрын
Nice Project
@HudsonForge
@HudsonForge Ай бұрын
Please type SLOWLY and then go as fast as humanly possible through the part of the video we all came here for. Awful and not useful.
@SHAKEELKHAN-zm9df
@SHAKEELKHAN-zm9df Ай бұрын
This machine is for big core for small cores what should be the solution ?.
@SHAKEELKHAN-zm9df
@SHAKEELKHAN-zm9df Ай бұрын
Very nice efforts brother❤❤❤
@SHAKEELKHAN-zm9df
@SHAKEELKHAN-zm9df Ай бұрын
For small cores .....?.
@rajupolamarasetti8983
@rajupolamarasetti8983 Ай бұрын
Bro where is CODE FOR AURDUINO DYE
@AmirRezssf
@AmirRezssf Ай бұрын
How can I find code and pcb of this project???