https://github.com/chepo92/3dtouchtestsimple
Basic 3Dtouch Test code to check probe deploy and sensor functionality
https://github.com/chepo92/3dtouchtestsimple
3dprinter 3dtouch autocalibration bltouch optical probing sensor servo zprobe
Last synced: 12 months ago
JSON representation
Basic 3Dtouch Test code to check probe deploy and sensor functionality
- Host: GitHub
- URL: https://github.com/chepo92/3dtouchtestsimple
- Owner: chepo92
- Created: 2019-02-14T18:42:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-14T18:45:49.000Z (over 7 years ago)
- Last Synced: 2025-03-29T17:43:26.633Z (about 1 year ago)
- Topics: 3dprinter, 3dtouch, autocalibration, bltouch, optical, probing, sensor, servo, zprobe
- Language: C++
- Size: 2.93 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Simple sketch to manually test 3D touch/BL touch XXtouch sensor using arduino
consisting on a servo or servo-like controlled coil as effector,
controlled by servo library on ìn 9
and a position sensor (limit switch, optical, etc), connected to analog pin A0,
to deploy the probe open serial terminal and send a "1", then touch manually the probe
when probe detects the touch, the onboard led (if using arduino UNO) will be toggled
and the probe will be retracted. Then you can repeat the test sending "1" again.
To retract with code, just send a "0" with the terminal
also you can see in the serial monitor the analog reading of the probe pin so you can know
if it is 3v3 or 5v logic (typ. are 5v, but on some 3d printer boards you will need to convert it to 3v3)