Olá o projeto com todas as dimensão esta disponível gratuitamente ?
@silexalger12848 сағат бұрын
Bonjour monsieur. Vraiment ce projet m'intéresse énormément bravo. Malheureusement j'arrive pas à trouver le code. Pourriez vous m'orienter?
@Hasangirişim3 күн бұрын
kalp
@luxustabanao76023 күн бұрын
Can I use 20k potentiometers I'm out of 10s
@blueocean70643 күн бұрын
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.
@dablukumarpaswan32904 күн бұрын
Mera servo motor nahi kam kar raha hai kiya kare
@zm66864 күн бұрын
Waching in 2025 nothing changed. Lol
@bhaveshbisht20837 күн бұрын
Sandeep bhai, programming, software, interface k bare mey tho batoo jo important hai ....
@aquarius-vibration37 күн бұрын
Hello can I order one of these machines?
@Vinaykumar-bf8hj7 күн бұрын
What is the size of your heatbed and can you provide link?
@tmhkb8 күн бұрын
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.
@laurence41139 күн бұрын
How many volts or watts of led did u use?
@rudesindojavieracunasanche84259 күн бұрын
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); }
@HearGear9 күн бұрын
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
@leandrogoethals65999 күн бұрын
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.
@badrigovardhan7919 күн бұрын
where the material i purchase to make the 3d printing
@Wojtek-fazber10 күн бұрын
Yo can you give me the board files
@Wojtek-fazber10 күн бұрын
Cuz ngl it's fire🔥🔥🔥
@GatewayPro11 күн бұрын
can you update the link?
@martylead848714 күн бұрын
Text to cnc app is no available...there is another app for the same work? Thanks
@vishwanatha547615 күн бұрын
Pls share stl files for 3d printed items
@ahsanqazc529916 күн бұрын
How we can buy
@straycatzzzz16 күн бұрын
Can you please re upload the code? It looks like the link in the description, is no longer valid.
@RonenLin18 күн бұрын
But now the wires that are left, which one is which? Like what wire is 2B, 2A, 1A and 1B?
@TheAJSchannel197320 күн бұрын
How to make the autonomous car
@SeverinSchols21 күн бұрын
I love that idea. Do you have some design files etc somewhere so I could build one myself?
@madswh21 күн бұрын
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_dreamer22 күн бұрын
еплан
@tonysfun24 күн бұрын
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!!!
@mohammedegyptian252726 күн бұрын
Bravo
@mohammedegyptian252726 күн бұрын
Bravo
@mohammedegyptian252726 күн бұрын
Bravo
@mohammedegyptian252726 күн бұрын
Bravo
@eduardofritzke173927 күн бұрын
Mandei mensagem no seu celular
@acmhfmggru27 күн бұрын
are you indian or paki?
@MrCecil_KD9WUS28 күн бұрын
Where can we get the plans for this project.
@CarlosAntonio-ng4erАй бұрын
Quero émcomenda uma dessas come que eu faço
@CarlosAntonio-ng4erАй бұрын
Quero emcomenda uma dessas
@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Ай бұрын
did you put the wrong resistors in the wrong place at 21 seconds into the video
@tangtienjiАй бұрын
好機器,只是用來編織毛衣,那就沒用了,那種毛衣走到外面,毫無禦寒能力。
@ArunRoy-e6kАй бұрын
Can you share circuit diagram and code plz sir
@JimbojenkinsАй бұрын
I followed your example and gcode option never became available. Do better next time!
@parapuzosiasa896Ай бұрын
Nice Project
@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Ай бұрын
This machine is for big core for small cores what should be the solution ?.