Re: 24V with Ramps 1.4 questions July 16, 2017 01:56PM |
Registered: 10 years ago Posts: 752 |
Re: 24V with Ramps 1.4 questions July 30, 2017 02:10PM |
Registered: 8 years ago Posts: 162 |
Re: 24V with Ramps 1.4 questions July 30, 2017 06:56PM |
Admin Registered: 14 years ago Posts: 7,202 |
Re: 24V with Ramps 1.4 questions July 31, 2017 03:00AM |
Registered: 8 years ago Posts: 162 |
Re: 24V with Ramps 1.4 questions July 31, 2017 04:00AM |
Admin Registered: 14 years ago Posts: 7,202 |
Re: 24V with Ramps 1.4 questions July 31, 2017 08:15AM |
Registered: 8 years ago Posts: 162 |
Re: 24V with Ramps 1.4 questions July 31, 2017 06:33PM |
Registered: 10 years ago Posts: 752 |
Re: 24V with Ramps 1.4 questions August 01, 2017 03:44AM |
Registered: 8 years ago Posts: 162 |
Re: 24V with Ramps 1.4 questions August 01, 2017 08:56AM |
Registered: 8 years ago Posts: 162 |
Re: 24V with Ramps 1.4 questions August 01, 2017 05:01PM |
Registered: 10 years ago Posts: 752 |
Re: 24V with Ramps 1.4 questions August 10, 2017 10:40AM |
Registered: 8 years ago Posts: 162 |
Re: 24V with Ramps 1.4 questions August 11, 2017 05:13AM |
Registered: 10 years ago Posts: 752 |
Re: 24V with Ramps 1.4 questions August 18, 2017 04:41AM |
Registered: 7 years ago Posts: 12 |
Re: 24V with Ramps 1.4 questions August 18, 2017 05:51AM |
Admin Registered: 14 years ago Posts: 7,202 |
Re: 24V with Ramps 1.4 questions October 01, 2017 07:41PM |
Registered: 12 years ago Posts: 1,277 |
Re: 24V with Ramps 1.4 questions October 02, 2017 02:14AM |
Registered: 10 years ago Posts: 752 |
Re: 24V with Ramps 1.4 questions October 02, 2017 04:39AM |
Registered: 12 years ago Posts: 1,277 |
Of course.Quote
imqqmi
You are using the 12v as the negative terminal and the pwm output as positive terminal. Make sure 0V of each power output is connected, and don't make assumptions by looking at markings and colors. Use a voltmeter to find each psu polarity, then use a continuity or ohm meter to make sure the 0V is connected properly. Also measure the ramps board, make sure which terminal is 0V. Use the schematic to make sure you're connecting to the right terminal.
Re: 24V with Ramps 1.4 questions December 14, 2017 05:09PM |
Registered: 7 years ago Posts: 3 |
Quote
imqqmi
Please take a look at the schematic of the arduino atmega2560. There's a 5V regulator MC33269ST-5.0T3 or MC33269D-5.0 (I suspect the same regulator but a different package).
If you put 5V on one of the 5V output you put 5V on the output of the regulator. Since the output of any regulator is low impedance, effectively giving it a short circuit. Hopefully the thermal protection kicks in and it still works. You'll need to unsolder the regulator as well but I suggest you use the pwrin (adapter power input) input instead. Just use a buck converter from 24 to 7 to 12V and all should be ok.
Another thing you can try if you're feeling adventurous, you could try replacing the MC33269 regulator to one that can take 24V. That would eliminate the need for a step down converter and simplify the design.
Re: 24V with Ramps 1.4 questions August 20, 2020 04:35PM |
Registered: 11 years ago Posts: 16 |
Re: 24V with Ramps 1.4 questions August 20, 2020 05:10PM |
Admin Registered: 12 years ago Posts: 3,096 |
Quote
Kayjay
I realise this is an old thread but as my question is very close to the topic of this thread I thought I would ask here.
I use a Bigbox bought a few years back from E3D-Online but recently I have had a possible problem with the Duet 2 board I use in it so it's currently away being tested (the board not the Bigbox). In the meantime I'd like to use my RAMPS board from my old Mendel to drive the Bigbox. Now then herein lies the problem/question, the Bigbox runs on 24v, so it's all set up for that, bed, hotend, fans everything .... I was thinking that I would update the capacitors on the RAMPS board to 35v so the existing 16v ones don't pop nasty electrolyte all over my lovely printer, easy enough to do. I next would link out the fuses with heavy wire and put inline fuses in the input lines from my 24v supply.
Would this be sufficient or would I need to do any more changes to the RAMPS board, like,say, D1, should I take it out and power the Arduino from my PC via the USB?
Anyone have any solid answers for me?
Thanks guys
Keith
Re: 24V with Ramps 1.4 questions August 21, 2020 01:43PM |
Registered: 11 years ago Posts: 16 |
Re: 24V with Ramps 1.4 questions January 15, 2021 11:59AM |
Registered: 11 years ago Posts: 1 |
Re: 24V with Ramps 1.4 questions January 15, 2021 02:06PM |
Registered: 6 years ago Posts: 265 |
Quote
charlie68
Looking at the Ramps 1.4 schematic [reprap.org] , the MOSFETS for the bed, hotend and fan switch to ground, so if I ignore the RAMPS + terminal and instead wire my fan + to (a fused) 12V, and fan - to RAMPS D9 then my fan is running at 12v with PWM control right?