16 bit digital display architecture and software?
I'm trying to implement digital display for linear distance measurement with 0.001 accuracy, can anybody help me for circuit diagram and software?
Public Comments
- This is microcontroller 101. For major production, you would use a microcontroller with built in LCD driver. Software would read the sensor and input buttons (if any) and count/interpret that in to a displayable value, an display that on the custom LCD glass. For minor production or a one-off device, you would use an LCD module which you would connect with serial or parallel to the microcontroller. The sensor would be another issue entirely. You would get one with the accuracy you need, and maybe use supplemental sensor to sense coarse values, and a zero position.
Powered by Yahoo! Answers