Skip to content
Snippets Groups Projects
Commit ec4e2489 authored by Kyrre Ness Sjobaek's avatar Kyrre Ness Sjobaek
Browse files

some improvements to readme

parent dbb476c0
No related branches found
No related tags found
No related merge requests found
......@@ -12,8 +12,9 @@ It is tested and deployed with an Arduino Uno and a Ethernet Shield v2, connecte
The code can be configured to support a variable number of gauges, network configurations, Arduino pinouts, and update intervals and timeouts by editing the *top* part of `PositionGaugeServer.ino`; the bottom part will reconfigure automatically.
Note that for any deployment you *must* set the correct MAC address in the code file.
The schematic for the pinout (provided by Roger Cheng) looks like:
The schematic for the connection to the gauge (provided by Roger Cheng) looks like:
![Simple schematic](/schematic.png)
Note that this is for a single gauge, and the pins on the Arduino may have changed.
The actual deployed hardware components look like, including 3D printed case, Arduino Uno Microcontroller, Ethernet shield, and special adapter board for gauges:
![All componets layed out](/AllComponents.jpg)
......@@ -24,10 +25,13 @@ The special adapter board, including a small bodge wire in order to avoid a pin
Deployment example, in order to monitor the position of the CLIC structure mover at CLEAR during operation of the accelerator:
![Gauges on CLIC structure](CLIC_structure_mitutoyos.jpg)
Example of the web page served by the Arduino:
![Screenshot of web browser](/web_mitutoyo_clic_structure.png)
A presentation of the current deployment is shown at: http://pkorysko.web.cern.ch/Arduinos_and_Mitutoyos.html
Big thanks to Roger Cheng, who's code [1] inspired this code, as well as an instructables project [2] that provided inspiration for the hardware design.
## References
[1] https://github.com/Roger-random/mitutoyo
[2] https://www.instructables.com/Interfacing-a-Digital-Micrometer-to-a-Microcontrol/
\ No newline at end of file
[1] https://github.com/Roger-random/mitutoyo
[2] https://www.instructables.com/Interfacing-a-Digital-Micrometer-to-a-Microcontrol/
\ No newline at end of file
web_mitutoyo_clic_structure.png

68.3 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment