Router Forums banner

Raspberry Pi to control GRBL based CNC machines

21K views 7 replies 5 participants last post by  honesttjohn 
#1 ·
This is in response to a need by one of our members who bought a Chinese CNC machine with faulty GCode "remote" sender software. He isn't able to place a computer next to his CNC machine so this is how he could use a Raspberry Pi in lieu of a PC.

The GCode sender is bCNC, it would replace Candle. It works on Windows and Linux. The idea is that you put together a RasPi system and connect to the CNC GRBL based controller via USB. You'd use the SD Card reader (also works with WiFi, more on that in a sec) to load the file and send it to the GRBL controller. Here is a github entry that shows how to do this. I'd recommend getting the latest RasPi, version 4 but I suspect any of the earlier versions will work fine. I'd stick with RasPis that have WiFi (3 and 4, iirc). But the real beauty is that with Linux on RasPi, you get networking and thus can just send the GCode files from your PC to the RasPi machine and skip the SDCard route completely.

There are lots and lots of pages describing how to build a RasPi system. Google is your friend. You'll need a mouse, keyboard and monitor - you may have some or all lying around. They don't need to be high end.

Good luck.
 
#2 ·
I have been wanting to play with RasPi for several years now but just haven't yet had a suitable project. I thought about using one to run some accessories on the CNC but went a different route. They look like they're a lot of fun!

David
 
#5 ·
If I were 30 again I'd have one and try everything I could make it do. Now I just don't have the time, or can't find the time to play with stuff like that.
 
  • Like
Reactions: difalkner
#3 ·
My daughter, who is a Senior Network Security Architect, setup RaspberryPI V4 with Linux for me last November and I haven't found time to use it to this point. It has a keyboard, mouse & small monitor. :confused:
 
#4 ·
I used one briefly with my GRBL based CNC machine though it was a RasPi V2 based system. My plan was to move my cnc machine out of the basement and down to my "bunker" (concrete 5 car garage that is my workshop). But decided I would upgrade to a bigger CNC machine so kept the old one in the basement and those plans went out the window. Not having WiFi is a PITA.

RasPi is an amazing little device if you tolerate Linux (I do, been using Unix/Linux in one form or another for 45 years). Worth spending some time to learn if you are any kind of maker/hacker/tinkerer. I also say that about Arduinos...
 
This is an older thread, you may not receive a response, and could be reviving an old thread. Please consider creating a new thread.
Top