BLTouch + Expansion Breakout Board
-
@phaedrux Actually looking again it was not the same link.. thanks for that!
-
@dc42 Another thing... I've looking at the forum but I could not find the exactly case I'm trying to implement here... sorry if it brings any redundant question.
Does the External Breakout Board can handle a NEMA 17 for the independent X carriage I want to implement, or should I connect external driver to it? The info I've got in one of the wikis I cluld not understand (lack of knowledge on my side). If I'm not wrong the info says if I don't need more than "2mA @ 3V on the step" I can go with it alone with no external drivers, which I can't tell for sure if that's the case for me.
-
The external stepper driver interface board can't drive a motor directly.
-
@dc42 ok, I thought that would be the answer. Thank you again. I believe there would not be a problem to use one external driver from mks we have laying around here, right? I could use it with drvs sticks. Thanks
-
@3dealo said in BLTouch + Expansion Breakout Board:
@dc42 ok, I thought that would be the answer. Thank you again. I believe there would not be a problem to use one external driver from mks we have laying around here, right? I could use it with drvs sticks. Thanks
You can't connect a stepstick or Pololu-style driver to the external stepper driver interface board, but you can connect 1 or 2 of those drivers to the CONN_LCD connector. Make sure you add a 100uF capacitor between the motor supply voltage and ground, close to the driver. You can mount the drivers modules and capacitor on a piece of stripboard, or buy a bare RAMPS PCB to mount them on.
-
@dc42
I was not talking about connecting the stick directly on the extension board, I meant to connect this extender to the Extension Breakout or even to the Duet Wifi, this way would it be posible ?
-
You could connect that board directly to the Duet expansion connector, or to the CONN_LCD connector; but where that board says "5V" apply 3.3V.
-
@dc42 Thank you, I will post in some minutes the picture of the wiring here... thanks a lot for your attention!
-
Ok... it has been more a couple of days than minutes... it seemed simple , but to me it's a hard task
I am lost in this connections...please help
My doubts (newbie ones):
RED BOARD has ENABLE and DIRECTION only... but the other board has it with + and -
RED BOARD has 9V ... where should I get that from?
RED BOARD has 5V and @dc42 told me to use 3.3V ... I see that the pins on the Duet Wifi has 3.3v nomination, but when thay get to the Expansion Breakout they are all 5V.
Motor + and - ....should I connecto to Step + and - ?Thanks!
-
- I said:
You could connect that board directly to the Duet expansion connector, or to the CONN_LCD connector;
I did not say you could connect it to one of the outputs from the external stepper driver breakout board.
- I don't know why it is telling you to connect Vm to 9V, I guess it means 9V is the minimum voltage you can apply to Vm for the stepper driver chip to work. The capacitor in your photo is rated at 35V. So you can connect that pin to VIN.
Important: make sure you have a good connection between the ground pins on that board and Duet ground. If the ground wires break then you will end up feeding VIN into the Duet output pins that you use to drive STEP, DIR and EN.
-
Thank you,
"I did not say you could connect it to one of the outputs from the external stepper driver breakout board."... Sorry, I assumed that... so, it seems the breakout board in my case is useles, since I can wire both external motor driver and the BL Touch direclty to DUET Wifi, correct?
Or... in the case of the External Motor, should or could I buy another unit that is compatible with the Duet External Brekout ?
The fact is I need another Axis to be added to control the Independent X carriage.
I have the duet wifi and the breakout from duet, what else should I buy to make it work (ready solutions, I wont make anything)Would the Duet Expansion Breakout connect seamlessly with a TB6600 external driver?
thanks, you are being very helpful!
-
Is this wiring correct in case I decide to use the small red board I have?
Please note the questions on the previeous post.
thanks a lot.
-
That looks correct.
For the TB6600, looking at the information I found on google it should work fine
https://www.dfrobot.com/wiki/index.php/TB6600_Stepper_Motor_Driver_SKU:_DRI0043Using the Pul(Step), Dir and En. If you are connecting it to the expansion breakout board then you should connect the + and - signals to the board.
-
Thank you @T3P3Tony
Another question that came up here when configuring the firmware was:
Since the DRV8825 has miliamper settings done physicaly, should I let the U axis with no value inside the motor current section on the firmware? or if I set it on the firmware it will override the physical settings?
I followed this guide (https://duet3d.dozuki.com/Wiki/ConfiguringMultipleIndependentXcarriagesCartesian) until I reaced the HOMEALL.g configuration. I didn't want to mess with tools until I get the motor of the U carriage running well. But nothing hapened, I can't home nor move the U axis.
When I try to home or move U it returns (I don't have an endstop wired for this axis yet):
M120
G91
G1 U10 F6000
M121
Error: G0/G1: insufficient axes homed
Error: Bad command: ''' Home U at the high end of the axis'''
Error: G0/G1: insufficient axes homedError: G0/G1: insufficient axes homed
Error: Pop(): stack underflow!thanks,
-
@3dealo For external drivers the current setting in firmware has no effect.
I would try setting the U axis up as its own axis first and texting it before you use it as part of an IDEX setup. Also you may find it easier to use the external drivers to drive your extruder or Z axis and keep the other motion axis on the on board drivers. You can use M584 to swap waht drivers do what to experiment with which is best:
https://duet3d.dozuki.com/Wiki/Gcode#Section_M584_Set_drive_mapping -
@t3p3tony Thanks.
I tryied do map the X as a driver 5 just to see if the motor would move, but nothing hapened, I entered this at the top of the code:
M584 X5 Y1 Z2 U0 E4
I dont know what I'm doing wrong to test the external motor
-
If it's a DRV8825 then those drivers are slow so you need to increase the step pulse timing to 2.5us in the M569 command.
-
-
@3dealo said in BLTouch + Expansion Breakout Board:
Hi again @dc42 ,
Now I got it working with some guidance it was driver 11 not 5, but there's a glitch... the motor connected is getting hotter and hotter without any use... any idea? ThanksTurn down the motor current using the potentiometer on the driver.
-
@dc42 I will try, but the current is not high, at least not for the setup we used to have with the MKSs, I don't know if with this setup the current must be lower than before. Let's try it! Thanks