Added: 1 year ago
From: sansbury95
Views: 4,767
Sort by time | Sort by thread (beta)

Link to this comment:

Share to:

All Comments (7)

Sign In or Sign Up now to post a comment!
  • most of the do it yourself kits have a parelle plug not usb?do you know of a kit that is not so expensive?i just want to learn so i can make me a cnc router.thanks jay

  • would the arduino be easier to make a cnc machine?

  • @jaytank31 Short answer, no. Not even close. There are a lot of different groups working on this but AFAIK no one has really succeeded yet, as in, making something remotely competitive to Mach or EMC.

  • I think its limited by the lcd processing

  • @kerfmas5 I fixed the problems with this about a month ago. The main problem turned out to be that the serial output buffer could overflow, and when it did, it would corrupt the input buffer. I solved the problem by creating a rate limiter on the output. If the user acted too fast (i.e. spinning the encoder >60RPM) it would simply ignore the inputs. This made it rock-solid.

  • That's a pretty cool project. I plan to start working on a CNC project soon and have started to dabble in Arduino coding as well. Do you think your 10 updates/second is limited by the baud rate that the Arduino is using? Nice project!

  • @davi200 No, I don't think so. Each message is 6 characters or 48 bits, which would mean 200 per second at 9600 baud, and the Arduino can go to 115.2kbps. That said, there's no need for anywhere near that many for this application, since all you're doing is giving the user feedback. I've found it feels good even down to 2x/second update rate so anything over 10x is just overkill.

Loading...
Alert icon
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more