Hello Arduino experts,
I need a help regarding my project of detecting a crack in concrete.
The project has two parallel concrete beams each 500 ft long, 18 inch wide, and 10.5 inch deep. As this is pretty long structure and exposed to the environment, it will have some hairline cracks in random spots. My aim is to detect where the crack occurred first and when did it occur in a small segment (25 ft) of the beam.
I am a civil engineer (but I have moderate skills in programming and biginner-moderate skills about electronics). I would appreciate if anyone could please help me find sensor or way to detect these hairline cracks (in the order of microns).
My initial ideas are:
Idea 1:
Using an arduino with multiple parallel connection. each of these parallel wires would then be attached to the side of the concrete beam (as shown in attached figure). Each arduino would measure the crack development in 25 ft section (with five 5 ft wire placed as seen in figure). In ideal case, after the beam has hairline crack, the wire would break and the circuit would open. From the location of that wire, I would know where crack occured and the arduino would have to record the time when that circuit opens.
One problem with this method might be,the wire might not break at all with that small crack.
Idea 2:
Using some acoustic sensor or infrared sensor or laser and measure the distance change. Sensor would be attached to the side of concrete with reflecting device/surface at some regular distance (as shown in attached figure). The sensor should then record the time when the crack occured by measuring the movement. This idea might have a lot of disturbances picked up as the beam is outside. In addition, the crack is so small (in order of micron) that the resolution of these sensor might not be good enough.
This is the first issue. The other things that arduino must do is record that time in SD memory card and transfer it through wifi. However, those would be just other standard shields being used.
I hope that I have made my problem clear. Please let me know if any more infromation is required. I really would appreciate any help.
Thanks,
S