Canonical, workshop‑ready reference for reading Mitutoyo SPC (Digimatic) 52‑bit frames on Arduino.
- src/ — Arduino sketches
- docs/ — Guides and one‑pagers
- diagrams/ — PNG diagrams used in the docs
- examples/ — Sample raw frames/dumps
- Wire SPC via level shifting (CLK→D2 INT0, DATA→D4, REQ→D3 optional, GND→GND).
- Open
src/Mitutoyo_52bit_Reader.inoin Arduino IDE and upload to UNO/Nano. - Serial Monitor @ 115200: view raw nibbles and decoded value.
docs/Mitutoyo_52bit_Complete_Guide_v2.pdf— story, protocol, diagrams, worked example, full code.docs/Mitutoyo_Arduino_Pinout_OnePager.pdf— wiring cheat‑sheet.
MIT © 2025 Steve Spence