Skip to content

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

Notifications You must be signed in to change notification settings

Ivsto/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 https://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 https://makingstuff.info/Projects/Digital_Calipers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%