grblHAL / STM32F1xx

grblHAL driver for ST STM32F1xx (Redpill, Bluepill)
Other
42 stars 28 forks source link

Z probe wiring diagram for skr mini e3 v2 #39

Open brink01 opened 1 year ago

brink01 commented 1 year ago

Hello, does anyone have information on how to wire a z probe for the BTT skr mini E3 V2?

terjeio commented 1 year ago

The probe input is connected to PC14 which is E0-STOP according to the schematic.

MeKeCNC commented 1 year ago

Hello, does anyone have information on how to wire a z probe for the BTT skr mini E3 V2?

If you want to use Z probe like (BL Touch) in marlin, grblHAL probably doesn't support it yet for F1XX driver

brink01 commented 1 year ago

The probe input is connected to PC14 which is E0-STOP according to the schematic.

Thanks. That's what I thought, but there isn't a signal/probe being recognized when it is connected to PC14 and GND. I have tried to invert $6 to see if that makes a difference and it doesn't

terjeio commented 1 year ago

I have tried to invert $6 to see if that makes a difference and it doesn't

With nothing connected to the input does $6 change the reported status of the pin? P or no P in the Pn: element in the realtime status report returned by sending ? (I do not have a board to test with).

FYI ioSender has "LED"s for showing the status of the inputs.

brink01 commented 1 year ago

I have tried to invert $6 to see if that makes a difference and it doesn't

With nothing connected to the input does $6 change the reported status of the pin? P or no P in the Pn: element in the realtime status report returned by sending ? (I do not have a board to test with).

FYI ioSender has "LED"s for showing the status of the inputs.

IOsender is a bit new to me so I do apologize. I have turned on "manually validate probe in the settings section. Attempts to validate the probe do not work, and there is no status led on the front page of IOsender to indicate the probe is active. I have also tried to build the Alt- 2 board via web builder to see if that made a difference. So far no luck.

brink01 commented 1 year ago

Hello, does anyone have information on how to wire a z probe for the BTT skr mini E3 V2?

If you want to use Z probe like (BL Touch) in marlin, grblHAL probably doesn't support it yet for F1XX driver

I hope that isn't the case. I have a Scienci Labs auto zero touchplate to use with their gsender software.

terjeio commented 1 year ago

I've managed to flash a F103C8 MCU with the Mini board map and PC14 as probe input works for me. Why it does not for you might be:

Is there a voltage on the probe input pin (E0-STOP) when the probe is not connected? When $6=0 (probe input not inverted) is the P "LED" in ioSender lit? Does it go off when inverted? Is the probe input working? Test by shorting the pin to ground when the probe is not connected. If this changes the probe "LED" then either your wiring or probe is faulty.

A BL Touch type probe is controlled by PWM to deploy/retract it, this is not what you have. Support for controlling such probes are in the pipeline.