BL-Touch doesn't work via Tool Board V1.0
-
Hello,
The BL-Touch doesn't light its LEDs and does not obey any Gcode commands.
I can see on the DWC it changes from P1000 to P0 when physically connected, but that's it.Here is the relevant part of the config.g
; Z-Probe___________________________________________________________ M950 S0 C"20.io0.out" ; create servo pin 0 for BLTouch M558 P9 C"20.io0.in" H5 F120 T90000 ; set Z probe type to bltouch and the dive height + speeds
and here is M122 B20
M122 B20 Diagnostics for board 20: Duet TOOL1LC rev 1.0 or earlier firmware version 3.4.6 (2023-07-21 14:17:33) Bootloader ID: SAMC21 bootloader version 2.4 (2021-12-10) All averaging filters OK Never used RAM 3636, free system stack 88 words Tasks: Move(notifyWait,0.0%,155) HEAT(notifyWait,0.2%,115) CanAsync(notifyWait,0.0%,65) CanRecv(notifyWait,0.0%,76) CanClock(notifyWait,0.0%,65) TMC(delaying,3.0%,57) MAIN(running,91.9%,351) IDLE(ready,0.0%,40) AIN(delaying,4.9%,142), total 100.0% Last reset 00:25:19 ago, cause: software Last software reset data not available Driver 0: pos 0, 492.5 steps/mm,standstill, SG min 0, read errors 0, write errors 1, ifcnt 71, reads 38733, writes 12, timeouts 0, DMA errors 0, CC errors 0, steps req 0 done 0 Moves scheduled 0, completed 0, in progress 0, hiccups 0, step errors 0, maxPrep 0, maxOverdue 0, maxInc 0, mcErrs 0, gcmErrs 0 Peak sync jitter 0/4, peak Rx sync delay 213, resyncs 0/0, no step interrupt scheduled VIN voltage: min 24.0, current 24.0, max 24.0 MCU temperature: min 38.1C, current 38.3C, max 38.7C Last sensors broadcast 0x00000002 found 1 72 ticks ago, 0 ordering errs, loop time 0 CAN messages queued 30404, send timeouts 0, received 13695, lost 0, free buffers 37, min 37, error reg 0 dup 0, oos 0/0/0/0, bm 0, wbm 0, rxMotionDelay 0 Accelerometer: none I2C bus errors 4493, naks 4493, other errors 4493
I would appreciate any support, if further info is required, please let me know,
Thank you all -
@ELAD if the bltouch doesn't even light up or do the startup deploy and retract then you have a wiring issue
-
@jay_s_uk
The tool board functions perfectly except for the BL-Touch. -
@ELAD looks like your wiring is back to front.
5v is the opposite side to the heater output
-
@jay_s_uk
Thank you very much. The wiring indeed was the issue. I am a bit embarrassed I couldn't notice it. -
@ELAD don't worry, we all get cable blindness sometimes!
-
-