can you use GRBL for laser on a Arduino Mega 2560 #1802
Replies: 2 comments 3 replies
-
Hey, sorry for the delayed reply, |
Beta Was this translation helpful? Give feedback.
-
Thanks Alex big help with this
… On April 8, 2022 at 9:38 AM Alex ***@***.***> wrote:
Hey, sorry for the delayed reply,
AFAIK, it is posible to use a Mega for a CNC, as I've used it myself. Keep in mind, that you need a different firmware, as the pinout is different from the Uno. I'd recommend checking out grbl-mega-5x https://github.com/fra589/grbl-Mega-5X , as this was the firmware I used, and it was working great.
For debugging the firmware (or, to check if it's flashed correctly), you can use Arduino IDE's terminal, or PuTTY https://www.putty.org/ . Just set the COM port, and the BAUD rate, hit connect, then type ? to get a status report, or $$ to list your machine's current settings.
Could you attach a picture of your machine/setup?
—
Reply to this email directly, view it on GitHub #1802 (comment) , or unsubscribe https://github.com/notifications/unsubscribe-auth/AA5CJ33HHU33XPVK3MD7WQTVEAZEXANCNFSM5SLGCDHA .
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I am trying to use a Arduino Mega 2560 to run a laser on my DIY CNC table. I have searched and found a lot of info but no clear answer. I have flashed the Mega and Laser GRBL will see the com port for the Mega but no communications with it. Basically the same with Lightburn. Lights flash when looking at the Mega nothing else happens. Is there a different load for the Mega to work with GRBL?? I have and will use a Uno as it seems for communicate with the software, I did make the changes to the GRBL load and I am about to wire it up for testing
Thanks Tom
Beta Was this translation helpful? Give feedback.
All reactions