Hello, I’m completely new to the Arduino world.
I need to build a simple system to count objects traveling on a conveyor. I would like to have a primary and secondary tally with each able to reset independently.
System requirements:
Sensor to detect object passing
Manual tally increase or decrease
Tally goal setting
Tally reset
Display
Two lights, one color before tally goal is reached and the other color for when goal reached
What would you recommend for board, display, sensor and enclosure ?
It’s simple relative to what can be done with Arduino. This will be used to count horticulture containers on a production line. A microswitch will not work as the containers can be different sizes and positions on the conveyor. I’ll probably use a beam break sensor but I am looking for knowledgeable recommendations for all of the hardware required.
So they could also be set so there is no visible gap between them. Or some vegetation could confuse your beam-break mechanism. Better to design the conveyor system to align the containers with a gap.
The containers are tapered. When the top edges are touching there is plenty of gap near the bottom. Also vegetation is not an issue as this will be used when the containers are being filled with growing media.
Actually almost all of your proposed project has nothing to do with Arduino. Any microcontroller could be used. You are asking people on the forum to do the work that only you can do, since we cannot know your environment or capability to bring the proposed system to completion and operation.
To clarify, I am primarily looking for recommendations on which Arduino board and display to use. Like I said I haven’t used Arduino before and am asking for input from experienced individuals.
It helps that there's a gap at the bottom but, as @Paul_KD7HB mentions, stuff happens. A clump of potting material or other foreign object could fall out and be interpreted as a pot, two pots could get arranged so the (photoelectric?) sensor sees one object - think employee negligence or machine malfunction, the belt could develop a tear which raises enough to block the sensor. And so on.
It helps to spend some time thinking about all the possible ways things might go wrong.
You can set this up and test it with no Arduino. Just use your DVM, digital volt meter, to test it and find a setup that will work. Interface to your choice of Arduino later.