I would like to use x4 TOF050F sensors for a University project that requires me to measure a surface for it's flatness.
My thought was to use the sensors measured above in order to get the values that I need. Is it possible to use all 4 sensors on the same Arduino or do I need to split them into two?
That means a COMPARISON between the surface and something else. How big is the "surface"? If the surface is light reflective, you might move a laser around over the surface and measure the TOF, but then you are relying on the moving mechanism to flatness.
Paul
I don't need much precision since It's just a normal surface like a desk or floor. Take it like a demo of something that can be developed into something more precise with other devices.
I would have the sensors on a place or something, and just move it across a desk or the floor. The plate would be placed on a rail or something that would hold it at the same distance and would just calculate the variation between the values. Was thinking that since I have 4 sensors, I could export the data in Minitab or Excel and calculate the variation.
But you must have an Arduino involved somewhere or you would not be asking here on the forum. The usual procedure is to use a straightedge of some metal form and lay it on the surface and look for light coming through between the surface and the straight edge. But that is NOT measuring, but could be.
Paul
The plan is to hook them all up to an Arduino like mentioned in the post. The data would get registered on an SD card and only after process it with other software's.
Just 1 axis (back and forth) and register points over that surface. Then get the data recorded on the SD card and process it in order to get the variation. Hope it makes sense.
So, your project only needs a single line of measurements and does not care where the measurements are made on that line, nor the distance between measurements. Are you moving the measuring device by hand?
Paul