Skip to content

Simple Arduino code to test a BTTouch, 3D touch, CRTouch printer sensor.

License

Notifications You must be signed in to change notification settings

BNieveld/CrTouch-Tester

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

BLTouch/CRTouch -Tester

Simple Arduino code to test a BTTouch 3D printer sensor.

After a lot of frustration trying to get a BLTouch and a clone (3DTouch, CrTouch) device working, I decided it would be useful to have a simple circuit to test the device to be sure it was a problem with the printer and not the device.

This code is based on a simple Arduino program running on an Arduino ProMini but would be easily transportable to the Uno or any othe flavour.

The hardware for this system is hooked up as follows :

BLTouch
Arduino PINUse
2White (Sensor output)
9Orange (Signal)
5VRed
Gnd/0VBrown
CrTouch
Arduino PINUse CRTouch (wire from left to right)
2Blue (Sensor output)
GndRed
9Yellow (Signal)
5VBlack
GndWhite

Once that is all hooked up and code installed, when powered up the BLTouch should do the twice pin down and up self diagnostics.

Open serial monitor and send the following to test.

Character SentAction
1Pin Down
2Pin Up
3Self Test
4Touch SW Mode (M119)
5Alarm Release & Reset

About

Simple Arduino code to test a BTTouch, 3D touch, CRTouch printer sensor.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%