@perfetto
Good evening, I loaded the firmware 2.05.1 if I want to hook the yellow wire of the bl touch ei =a e2 of the rf configurator I have to use the pwm v_ in pin or the +3.3 V pin.
The yellow wire is the control wire for the BLTouch. It should connect to a PWM pin, usually heater 3.
E2 in the configuration tool is heater 3. This is referred to as M307 H3 in the firmware and config.g and M280 P3 in deployprobe.g and retractprobe.g.
Your wiring should be:
Duet Z Probe connector pin
Duet expansion connector pin
BLTouch pin
Colour
IN
Out
White
GND
GND
Black
5V (pin 1)
+5V
Red
Heater3 (pin 8 )
Control
Orange or Yellow
GND (pin 2)
GND
Brown or Blue
Your configuration should be
in config.g
; Z-Probe
M307 H3 A-1 C-1 D-1 ; disable heater on PWM channel for BLTouch
M558 P9 H5 F120 T6000 ; set Z probe type to bltouch and the dive height + speeds
G31 P500 X0 Y0 Z2.5 ; set Z probe trigger value, offset and trigger height
in deployprobe.g
M280 P3 S10 I1
In retractprobe.g file
M280 P3 S90 I1
If you are still having problems, post a picture of your wiring at the BLTouch end, and at the Duet end.
Ian