Re: How to modify a standard RAMPS 1.4 to work with Arduino Due? May 27, 2015 12:07PM |
Registered: 9 years ago Posts: 131 |
Re: How to modify a standard RAMPS 1.4 to work with Arduino Due? May 27, 2015 12:18PM |
Registered: 9 years ago Posts: 977 |
Re: How to modify a standard RAMPS 1.4 to work with Arduino Due? May 27, 2015 12:51PM |
Registered: 11 years ago Posts: 469 |
Re: How to modify a standard RAMPS 1.4 to work with Arduino Due? May 27, 2015 08:54PM |
Registered: 9 years ago Posts: 131 |
Re: How to modify a standard RAMPS 1.4 to work with Arduino Due? May 27, 2015 09:03PM |
Registered: 9 years ago Posts: 977 |
Re: How to modify a standard RAMPS 1.4 to work with Arduino Due? May 27, 2015 10:54PM |
Registered: 10 years ago Posts: 4,977 |
#define WRITE(pin, v) _FASTWRITE(pin, v)
#define WRITE(pin, v) digitalFastWrite(pin, v)
Triffid Hunter's Calibration Guide | --> X <-- Drill for new Monitor | Most important Gcode. |
Re: How to modify a standard RAMPS 1.4 to work with Arduino Due? May 28, 2015 05:25AM |
Registered: 9 years ago Posts: 977 |
Re: How to modify a standard RAMPS 1.4 to work with Arduino Due? May 28, 2015 06:50AM |
Registered: 9 years ago Posts: 131 |
Re: How to modify a standard RAMPS 1.4 to work with Arduino Due? May 31, 2015 09:03PM |
Registered: 10 years ago Posts: 814 |
Re: How to modify a standard RAMPS 1.4 to work with Arduino Due? July 04, 2015 04:47PM |
Registered: 9 years ago Posts: 131 |
Re: How to modify a standard RAMPS 1.4 to work with Arduino Due? July 12, 2015 01:39PM |
Registered: 9 years ago Posts: 545 |
Re: How to modify a standard RAMPS 1.4 to work with Arduino Due? July 13, 2015 06:21AM |
Registered: 9 years ago Posts: 977 |
Quote
c128
you can modify ramps 1.4 schematic with hack version for due?
Re: How to modify a standard RAMPS 1.4 to work with Arduino Due? July 13, 2015 07:20AM |
Registered: 9 years ago Posts: 545 |
Re: How to modify a standard RAMPS 1.4 to work with Arduino Due? July 13, 2015 10:42AM |
Registered: 9 years ago Posts: 606 |
Re: How to modify a standard RAMPS 1.4 to work with Arduino Due? July 13, 2015 11:10AM |
Registered: 9 years ago Posts: 977 |
Re: How to modify a standard RAMPS 1.4 to work with Arduino Due? August 18, 2015 07:54AM |
Registered: 11 years ago Posts: 1,807 |
Re: How to modify a standard RAMPS 1.4 to work with Arduino Due? September 08, 2015 07:19AM |
Registered: 11 years ago Posts: 469 |
Re: How to modify a standard RAMPS 1.4 to work with Arduino Due? September 08, 2015 12:11PM |
Registered: 10 years ago Posts: 590 |
Quote
... I also replaces the two cut-off 5V pins in the corner by two long pins which allow me to still access the 5V from the component side. ...
Re: How to modify a standard RAMPS 1.4 to work with Arduino Due? September 08, 2015 01:49PM |
Registered: 11 years ago Posts: 469 |
Re: How to modify a standard RAMPS 1.4 to work with Arduino Due? September 08, 2015 02:44PM |
Registered: 10 years ago Posts: 590 |
It's the same as for ordinary Mega+RAMPS: the Due will run from the RAMPS 12V (provided diode D1 is installed), from the USB or from the Due's powier jack.Quote
Does the Due need its own ( normal) power supply or is it fed from USB or Ramps PCB ??
Re: How to modify a standard RAMPS 1.4 to work with Arduino Due? September 12, 2015 10:23AM |
Registered: 11 years ago Posts: 469 |
Re: How to modify a standard RAMPS 1.4 to work with Arduino Due? September 12, 2015 12:54PM |
Registered: 10 years ago Posts: 590 |
Re: How to modify a standard RAMPS 1.4 to work with Arduino Due? September 13, 2015 03:28AM |
Registered: 11 years ago Posts: 469 |
Quote
enif
Quote
bigfilsing
[so they have to be cut off right ??
Not the pins, but the trace going from them into the RAMPS circuitry, as shown on the lower right of Andrew's first picture here.
Re: How to modify a standard RAMPS 1.4 to work with Arduino Due? September 13, 2015 04:13AM |
Registered: 10 years ago Posts: 590 |
Re: How to modify a standard RAMPS 1.4 to work with Arduino Due? September 13, 2015 06:41AM |
Registered: 11 years ago Posts: 469 |
Quote
enif
Quote
bigfilsing
SO all the mods are done . Marlin4Due loaded on the Due board. Anything else i should look for before i plug her in and let the magic smoke out ! ??
Nothing that I can think of right now... So I'll keep my fingers crossed for you!
Re: How to modify a standard RAMPS 1.4 to work with Arduino Due? October 21, 2015 07:18PM |
Registered: 11 years ago Posts: 155 |
Re: How to modify a standard RAMPS 1.4 to work with Arduino Due? October 22, 2015 12:15AM |
Registered: 9 years ago Posts: 606 |
Re: How to modify a standard RAMPS 1.4 to work with Arduino Due? October 22, 2015 03:12PM |
Registered: 11 years ago Posts: 155 |
Re: How to modify a standard RAMPS 1.4 to work with Arduino Due? October 22, 2015 06:41PM |
Registered: 10 years ago Posts: 814 |
Re: How to modify a standard RAMPS 1.4 to work with Arduino Due? October 22, 2015 10:40PM |
Registered: 11 years ago Posts: 469 |