Recommended Sensor / Type of the sensors to be used

proximity-sensorsensor

For example, I have a board (A plain board or a board with sensors, this needs to be decided depending on sensors ). On this board, I will place small objects. These small objects are having 2 sides (like a coin). I just want to know how many objects are placed on this board.

What kind of sensors can I fit on the board?
What sensors can I use on these small objects? (might be some sort of magnetic strip attached to these small objects and the sensor on the board can detect these object)

The objects can be placed randomly(not one at a time) on the board. Each object can be of different weight.

Best Answer

Your specification asks "how many objects are placed" and if they all weigh the same, use a sensitive strain gauge and amplifier feeding a small MCU with a display.

If after reading this answer you realize that the objects don't all weigh the same then you'll have learnt a lesson in writing specifications accurately.