MarginallyClever / GcodeCNCDemo

a simple example of making a CNC machine from an Adafruit Motor Shield
213 stars 133 forks source link

Is it possible to use with TB6560 stepper driver modules #27

Closed rcKeith closed 2 years ago

rcKeith commented 6 years ago

Hi I've been Hot wire CNC'ing for a several years now and get quite a lot of feed back on my website https://www.rckeith.co.uk Your GcodeCNCDemo for 4 axis on the RAMPS look very good, but could you use the Arduino Mega without the RAMPS board and plug the TB6560 modules in to it. I use NEMA23 on my machine with a parallel controller. It look lik a RAMPS board with the A4988 or DRV8825 drivers can't handle the current on my steppers, rated at 2.8Amps. I've dabbled with Arduino, but not that much. I just retired from work as a Linux System Admin so I'm fairly OK with coding, but perhaps I need to get more into Arduino. Thanks for nay advice Keith

i-make-robots commented 6 years ago

I have used TB6560s before with RAMPS and RUMBA boards. I use an adapter of my own design, Sir ramps-a-lot. The latest version sends the step/dir/ena/gnd to the existing pins/screw terminals on the board, which makes it dead simple to connect an external high-current driver to the microcontroller you already know and love.

rcKeith commented 6 years ago

Hi DanThanks for the very quick reply. Thats excellent news, I'll be ordering some of those.  Keith

Sent from Samsung tablet. -------- Original message --------From: Dan Royer notifications@github.com Date: 14/08/2018 19:14 (GMT+00:00) To: MarginallyClever/GcodeCNCDemo GcodeCNCDemo@noreply.github.com Cc: rcKeith khowlette@gmail.com, Author author@noreply.github.com Subject: Re: [MarginallyClever/GcodeCNCDemo] Is it possible to use with TB6560 stepper driver modules (#27) I have used TB6560s before with RAMPS and RUMBA boards. I use an adapter of my own design, Sir ramps-a-lot. The latest version sends the step/dir/ena/gnd to the existing pins/screw terminals on the board, which makes it dead simple to connect an external high-current driver to the microcontroller you already know and love.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread. {"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/MarginallyClever/GcodeCNCDemo","title":"MarginallyClever/GcodeCNCDemo","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/MarginallyClever/GcodeCNCDemo"}},"updates":{"snippets":[{"icon":"PERSON","message":"@i-make-robots in #27: I have used TB6560s before with RAMPS and RUMBA boards. I use an adapter of my own design, Sir ramps-a-lot. The latest version sends the step/dir/ena/gnd to the existing pins/screw terminals on the board, which makes it dead simple to connect an external high-current driver to the microcontroller you already know and love."}],"action":{"name":"View Issue","url":"https://github.com/MarginallyClever/GcodeCNCDemo/issues/27#issuecomment-412966518"}}} [ { "@context": "http://schema.org", "@type": "EmailMessage", "potentialAction": { "@type": "ViewAction", "target": "https://github.com/MarginallyClever/GcodeCNCDemo/issues/27#issuecomment-412966518", "url": "https://github.com/MarginallyClever/GcodeCNCDemo/issues/27#issuecomment-412966518", "name": "View Issue" }, "description": "View this Issue on GitHub", "publisher": { "@type": "Organization", "name": "GitHub", "url": "https://github.com" } }, { "@type": "MessageCard", "@context": "http://schema.org/extensions", "hideOriginalBody": "false", "originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB", "title": "Re: [MarginallyClever/GcodeCNCDemo] Is it possible to use with TB6560 stepper driver modules (#27)", "sections": [ { "text": "", "activityTitle": "Dan Royer", "activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png", "activitySubtitle": "@i-make-robots", "facts": [

] } ], "potentialAction": [ { "name": "Add a comment", "@type": "ActionCard", "inputs": [ { "isMultiLine": true, "@type": "TextInput", "id": "IssueComment", "isRequired": false } ], "actions": [ { "name": "Comment", "@type": "HttpPOST", "target": "https://api.github.com", "body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"MarginallyClever/GcodeCNCDemo\",\n\"issueId\": 27,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}" } ] }, { "name": "Close issue", "@type": "HttpPOST", "target": "https://api.github.com", "body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"MarginallyClever/GcodeCNCDemo\",\n\"issueId\": 27\n}" }, { "targets": [ { "os": "default", "uri": "https://github.com/MarginallyClever/GcodeCNCDemo/issues/27#issuecomment-412966518" } ], "@type": "OpenUri", "name": "View on GitHub" }, { "name": "Unsubscribe", "@type": "HttpPOST", "target": "https://api.github.com", "body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 368281764\n}" } ], "themeColor": "26292E" } ]