max frequency #250
-
hello @fra589 i have one simple question on my mind today and that is how fast I can go with the Arduino mega 2560 I share my $$ here can you please guild me what is the best setting for my machine because I found some random crash with these settings I am using original Arduino mega 2560. $100=100 $110=10000 $120=350 I just wanted to know am I pushing Arduino to its limit??? thank you for your support |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @arlimbad222, The ATmega2560 have same speed than the chip ATmega328P whicj is on the Arduino Uno. See default.h lines 36 to 56 for calculate. @++; |
Beta Was this translation helpful? Give feedback.
Hi @arlimbad222,
The ATmega2560 have same speed than the chip ATmega328P whicj is on the Arduino Uno.
You can read a discussion about maximum step speed of it here: https://github.com/grbl/grbl/issues/41
This a discussion concern only the electronic ability. Some additions in the Grbl code since this discussion probably reduced the maximum value which was around 30KHz with 3 axes machine. This may be less with more axes number.
With my experience, we also need to consider the mechanics limits (friction, moving mass, accelerations, etc.). On my real machine, the maximum speed obtained use a frequency of 5KHz (trapezoidal screws with 2mm pitch, motors Nema 17 with 200 steps per revolution &…