Nema23 Stepper Motor and TB6600 Arduino (Quick tutorial for beginners)

Nema23 Stepper Motor and TB6600 Arduino (Quick tutorial for beginners)

Nikodem Bartnik

4 года назад

312,819 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

M Han
M Han - 07.11.2023 03:05

Thank you for the basic explanation.

Ответить
Andon Spassov
Andon Spassov - 01.11.2023 03:38

Did you use any additional library when setting up the Arduino script?

Ответить
LEWY MARTAIN
LEWY MARTAIN - 25.10.2023 17:41

Brilliant for beginners like me. Im learning as i want to build a CNC machine. I can tell its going to be a long Haul !

Ответить
Roberto Rodriguez
Roberto Rodriguez - 25.10.2023 08:48

Can the ENA and DIR inputs be supplied by more than 5V? Will it work with 12V?

Ответить
Rikktor123
Rikktor123 - 11.10.2023 19:09

Can I use GRBL firmware instead of programming the script myself? Does that statement even make sense? I don't really know what any of this means. I uploaded GRBL firmware to my Arduino so I could use UGS to send gcode to my CNC, but the motor only turned in one direction when I tried to jog in the -X and +X directions.

Ответить
OMNI INFINITY
OMNI INFINITY - 28.08.2023 10:26

That! Screw terminals! So tired of faulty stepper driver module boards and loose breadboard connectors made in china. At least that product has proper connectors and a long good track record seemingly

Ответить
Damir Cvijetic
Damir Cvijetic - 17.08.2023 02:34

The x-axis pins on the Arduino are 2 and 5.

Ответить
pot toker
pot toker - 01.07.2023 05:24

can you connect a nema 23 stepper motor to a jetson nano?

Ответить
ramon orticio
ramon orticio - 04.06.2023 14:53

very nice, simple but powerful program and presentation! Thank you and God bless!

Ответить
Pepelepe
Pepelepe - 18.04.2023 18:41

Info for people who already know everything. Pointless for people want to learn.

Ответить
arduino && máquinas
arduino && máquinas - 17.03.2023 02:20

Like 2K6 👏👏

Ответить
Im_The_Slep
Im_The_Slep - 17.01.2023 03:18

God damn I wish I was this smart bruh 😭

Ответить
Viktor Pavlov
Viktor Pavlov - 16.12.2022 18:57

void setup() {
// put your setup code here, to run once:
pinMode(2, OUTPUT);
pinMode(3, OUTPUT);
digitalWrite(2,HIGH);
}

void loop() {
digitalWrite(3,LOW);
digitalWrite(3,HIGH);
delayMicroseconds(60);

}

Ответить
Railroader891
Railroader891 - 02.12.2022 03:33

Working with 2 different TB6600 and 2 different switched 24 volt, 15 - 20 Amp supplies 3 different NEMA23 steppers all overran by 15% - 30%. On low speed the steppers even make short moves in the wrong direction.
Changing the power supply to 12 volt, the stepper run as expected.
Are my 2 TB6600, bought either from Banggood or Ebay, fakes, nock outs, rejects or what?

Ответить
Prototype
Prototype - 07.11.2022 19:59

I have a 24v 15A power supply would that work? Or is 15a too high.

Ответить
Cesar Quispe Humpire
Cesar Quispe Humpire - 05.11.2022 04:18

is it the same for the dm556 driver?

Ответить
StarBlade Chile
StarBlade Chile - 26.10.2022 06:31

CODE?

Ответить
AZWildk4t
AZWildk4t - 08.09.2022 07:26

Video would be more useful if you didn’t talk so fast. Hard to follow

Ответить
عمر مرخي
عمر مرخي - 07.09.2022 20:30

انت فنان شكرا

Ответить
Dreje Getahun
Dreje Getahun - 24.08.2022 10:02

i have the same stepper and i set my switches to off, off, off, off, on, off and it's working perfectly, should i be worried?

Ответить