Hello, and thank you for taking a look here.
I'm trying to wrap my head around getting started on a new project. The problem is that I'm trying to portion 1 oz bits of frozen fruit efficiently and quickly. My idea is that the fruit will funnel into a 1-oz-of-fruit-sized compartment attached to a wheel. Some sort of motor will turn the compartment/wheel, dropping the fruit down a chute. Ideally, the wheel would turn in one direction continuously and move in quarter rotational steps. A button will be pressed and a microcontroller will send the signal to turn the motor and drop a specific amount of portioned fruit down the chute.
A continuous servo is out, there is no precise angle control. A regular servo won't turn continuously and the wheel would have to move forward then back for each portion. I'm considering a stepper motor but I've never worked with one.
Some of the project parameters include:
- reasonably sized. The prototype will have two motors but the end product will have 6.
- must operate in cold temperatures. The fruit must remain frozen so everything must operate at low temperatures (-5 degrees F is what I believe the fruit sits at in the freezer).
- must operate for extended periods of time. Power from the wall is obvious, but there can be no issue with long term use in the range of 12 hours straight.
- be able to withstand the force of 5 lbs of fruit on top of it and still rotate reliably.
- reasonably priced. At least for the prototype. I might be given money to finish the project
If a stepper motor seems the best choice, does it fall within the project parameters? Any suggestions on a motor or at least an estimation of required specs? What should I use for power that will also run the arduino? I think I've covered all the necessary information here, but if you think I missed a consideration, please leave a comment. Any ideas on alternatives are welcome, too. Again, thank you for looking and commenting.