Skip to content

MakingStuffChannel/DigitalCalipers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Source code and other files for reading values from digital calipers. 

See the project page for complete write up and videos at http://makingstuff.info/Projects/Digital_Calipers

Common problems are:

1) Try changing sample time between 25ms and 50 ms.  Default is 32ms.
2) Use the uart serial pins of the Arduino. Don't use SoftwareSerial library because it is slow and causes blocking.  
3) Don't modify the code with digitalRead or digitalWrite.  It too is slow and causes blocking.  use port manipulation instead.

About

Source code and other files for reading values from digital calipers. See the project page for complete write up at http://makingstuff.info/Projects/Digital_Calipers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Other 100.0%