-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BL/Touch support #6
Comments
When the board was designed klipper had no support for a probe or endstop on the MCU running the extruder, so endstops were very low priority. Now work is being done in klipper to allow that, it'll hopefully be finished soon. |
In the current state of the V0.6, you can use BL-Touch, if you don't solder R19 und C2 and short R36. Then you can use Pin 3 from the J7 Connector for the Control-Pin from your BL-Touch. Connect the sensor Pin from the BL Touch to Pin2 or Pin1 from the J7 Connector and how to connect 5V and GND should be clear. ;-) Alternativ it should be possbile to use SWCLK or SWDIO from the debug port for the Control-Pin from the BL-Touch? |
Thanks for the hints. Looking at he BL-Touch docs it looks like all that is needed is a raw output PWM capable pin from the MCU, it will work with 3.3V for that PWM signal. |
Hey @bondus! Thanks for the great work! Is bl touch already supported? |
I think you can use 5 volts as the main supply voltage on the board and get 3.3 volts to power the microcontroller and the driver with an LDO, it doesn't need so much current that you need a step down regulator.This solves the problem with powering BlTouch, limit switches and other equipment that needs 5 volts, and the microcontroller you are using is most pins tolerant to 5 volts. Additionally the ADC reading will be more stable due to the fact that the microcontroller will be powered from the pure voltage from the linear regulator. |
I'm using a BLTouch with the 0.61 board, to drive the control pin I had to use the CLK ( PA14 ) pin and take GND, 5V and an endstop input from the endstop connector. [bltouch] |
Its a good concept, for my particular use being able to add a bl touch in addition to an endstop would be useful, the touch could remove an additional 2-4 wires though it does require being able to supply 300ma at 5V briefly
Along the same lines, support for an inductive probe might instead of the touch would likely be preferred by some, because they're unlikely to both be used you might be able to save some space by overlapping the header footprints or selecting the supply voltage pin as either 5 or Vin via a solder jumper
The text was updated successfully, but these errors were encountered: