Maybe a hall effect sensor one side of the paper and a weak, covered magnet pressed against the paper on the other side. I have no idea if the accuracy would suit your application, though. Standard printer paper (80g/sqM) is about 120 microns thick. Maybe also something using a capacitance effect but this could be affected by the type of paper to be measured.
You may also be able to use a pressure sensor and a small blast of air say as the paper passes over a small cavity. An optician uses a device incorporating these elements to measure the pressure inside an eye (Tonometry) without physical contact with the eye.
If you need to measure whatever type of paper, different density, color, chemistry... you really need to measure physical thickness. (Digital) micrometer screw gauge is the best starting point.
If you want to record the thickness using an Arduino, replace the manual dial indicators with an electronic one and connect to the serial port on the indicator.
Or, you can make a similar device using a 10k potentiometer as the pivot point in a par of scissors. Some assembly required.
How fast do the measurements need to be. What is the required accuracy? What is the environment like? Where is this located, on a production machine, in the lab, ???
Is this to be general in nature or do you need to check it against traceable standards?
What will this process be?
1.** Please keep in mind that we are not a free design or code-writing service. We’re more than happy to help with your design or code, but we need you to make an initial attempt. Please design and write your code, then post it along with an explanation of what’s not working properly and the annotated schematic.
Instead of measuring one sheet, it may be better to measure a stack of 100 sheets to give you an easier figure, then divide by 100 for the average thickness.
Yeah, digital micrometer screw gauge can be used but maybe this one for job but I want to build one with sensor maybe with something like IR sensor or optical solutions
Thanks, this is a personal project, I'm trying to find out how much sheet I have, first I thought about just measure the total weight and then divide by the weight of single sheet, now I'm searching for something that can maybe find one sheet thickness/100 sheet thickness
How fast do the measurements need to be. What is the required accuracy? What is the environment like? Where is this located, on a production machine, in the lab, ???
-- I'm not sure, but trying to do implement for paper binding system (mini business), the accuracy is the catch, cause one sheet thickness is very small, and I don't want to lose/miss 5-10 sheet per bundle.
Is this to be general in nature or do you need to check it against traceable standards?
-- is there any standard or current system that can detect the thickness of paper sheet with sensor not using any gauge? is there any standards available?
The top device will be mounted on a stepper-motor-driven screw with a feeler/switch on the tip. The motor will be configured for the smallest microstep. The pitch of the screw (threads spacing) is known. Count the steps. The distance traveled is a product of steps taken and steps per pitch. Measure 100 sheets and divide by 100 for "1of100" sheets. Measure 10 sheets and divide by 10 for "1of10" sheets. The error in measurement will be the difference of "1of100" and "1of10"
You should have lead with this. My idea for a practical thickness measure with rudimentary devices, is stupid in concept and practice in this context.