MKS Gen 1.4 circuit and pinouts March 06, 2017 07:44PM |
Registered: 10 years ago Posts: 2 |
Re: MKS Gen 1.4 circuit and pinouts March 07, 2017 06:09AM |
Admin Registered: 14 years ago Posts: 7,217 |
Re: MKS Gen 1.4 circuit and pinouts July 30, 2018 10:37PM |
Registered: 8 years ago Posts: 7 |
Re: MKS Gen 1.4 circuit and pinouts July 31, 2018 12:15AM |
Admin Registered: 14 years ago Posts: 7,217 |
Re: MKS Gen 1.4 circuit and pinouts January 03, 2019 06:43AM |
Registered: 11 years ago Posts: 153 |
Quote
Dust
3) you have to read the code... for your board... pins_MKS_BASE.h and pins_RAMPS.h
Re: MKS Gen 1.4 circuit and pinouts January 03, 2019 08:02PM |
Admin Registered: 14 years ago Posts: 7,217 |
Quote
ianmcmill
I want to connect a layer cooling fan (5v) to a 5v pin with enough current. The MKS Base Gen 1.4 has a 5v pin left of the servo pins. I need to define those pins for the layer fan in configuration.h.
I also cannot trace the paths from the MCU to those 5v pins from the PCB images of that board.
Re: MKS Gen 1.4 circuit and pinouts January 07, 2019 01:52PM |
Registered: 11 years ago Posts: 153 |
Quote
Dust
Quote
ianmcmill
I want to connect a layer cooling fan (5v) to a 5v pin with enough current. The MKS Base Gen 1.4 has a 5v pin left of the servo pins. I need to define those pins for the layer fan in configuration.h.
I also cannot trace the paths from the MCU to those 5v pins from the PCB images of that board.
5v pins are directly connected to 5v power, not related to IO pins in any way shape or form, They are just always on power pins.
You can't just magically redefine them and turn them into software controlled IO pins.
No IO pin can directly provide the current you want.
You need to do one of the following.
A) Pick an free IO pin, connect that to a mosfet, provide the mosfet with 5v to be turned on and off.
You then define the correct fan pin to use the IO pin you selected
You can use any currently unused mosfet, just connect you fan +v to external 5v and the fan -v to the mosfet -ve pin. Also Connect external 5v gnd to gnd on the controller.
The on board 5v rail will not have sufficient current to power this beast of a fan.
(2 amp for a fan, the machine will probably blow itself around the room)
Re: MKS Gen 1.4 circuit and pinouts January 22, 2019 06:38PM |
Registered: 11 years ago Posts: 134 |