Duet3 6HC RC-Servo on io port (What am I missing?)
-
Hey all,
I would like to controll a RC-servo that is connected to the IO_0 port on my Duet3 6HC.
The round Signal and 5V lines of the servo are connected to GND, io0.out and 5V_Ext of the io_0 port. But I have the impression that the servo has no power at all...
in the config.g i have added the following code:
M950 S0 C"io0.out"
M280 P0 S0I am using RRF 3.2-beta1 with SBC
What am I missing here ?
Cheers Max
-
@MaxGyver Most servos need 5V PWM signal. I think io0.out is 3.3V. Why not use the dedicated 5V PWM output of out9?
Ian
-
Which firmware version are you using? Until recently, IO0 was only available for connecting a PanelDue.
-
@MaxGyver Also, do you have a jumper on Internal 5V enable? See https://duet3d.dozuki.com/Wiki/Duet_3_Mainboard_6HC_Hardware_Overview#Section_5V
Ian
-
@droftarts: I would like to use more than one Servo and I use the default jumper configuration with jumpers on the "Int 5V EN" and "5V -> SBC"
@dc42 I am using RRF version 3.2-beta1. I have also tried to connect to other IO-ports
Thanks a lot!
Max -
https://duet3d.dozuki.com/Wiki/Duet_3_Mainboard_6HC_Hardware_Overview says io0 doesn't do PWM.
4, 5 and 7 do PWM.
-
@achrn said in Duet3 6HC RC-Servo on io port (What am I missing?):
io0 doesn't do PWM.
4, 5 and 7 do PWM.@MaxGyver That too!
Ian
-
@achrn said in Duet3 6HC RC-Servo on io port (What am I missing?):
https://duet3d.dozuki.com/Wiki/Duet_3_Mainboard_6HC_Hardware_Overview says io0 doesn't do PWM.
4, 5 and 7 do PWM.
Yep! thats what I have missed!
Cheers,
Max