I know this is bordering on not really being an Arduino based questions..
but I will be controlling the servo? for this task..... and who better to ask than the collective brain trust of the members here?
So I have some liquor optic measures (devices that secure to your liquor bottle and dispenses measure amounts of said liquid)
I have these: (which I prefer to use)
http://www.beaumonttm.co.uk/bar-products-and-accessories/spirit-measures-accessories/spirit-measures/metrix-sl/
and this style: (which Id rather save for another project..but if happens to make things MUCH easier, I may switch)
http://www.beaumonttm.co.uk/bar-products-and-accessories/spirit-measures-accessories/spirit-measures/solo-classical/
I am looking for a nice and easy (preferably somewhat cheap/affordable) way with a somewhat small as possible footprint to be able to dispense this liquid.
I will have a 'tray' that is being moved left/right and stopping under each 'bottle'.... at this point I need to trigger a servo/linear servo to vertically lift up and dispense the liquid.
I saw this video:
But I cant clearly see how/what they are using as the mechanical parts? I see the hobby servo? but what is making contact with the 'shaft' that comes out of the optic/dispenser?
The 'shaft' can only go up... its not a 'pull/trigger' type... but a vertical movement.
The travel is pretty small as well.. I havent measured... but roughly 1-2inches tops.. (probably more towards the 1 inch side of things)
I tried to for some linear servos... but they were either tiny/hobby look devices (that didnt seem to fit the build).. or the one that seems to fit was like $70 or so!!
https://www.actuonix.com/Actuonix-PQ12-R-micro-linear-servos-for-RC-p/pq12-r.htm
The fastest one is the only one that I think may work.. but the price is kinda high.
Bonus is seems run on 6v
I didnt think a hobby servo would have enough torque.. but the video seems to show otherwise?
I just cant wrap my brain around HOW its working.. since the hobby servo 'arm' will move in a circular motion.. where it needs to be vertical? So some sort of attachment that keeps contact with the 'stem/arm' of the dispenser.. and lifts it up even though the arms is going in a circular pattern?
A door actuator would be fast enough... but the ones I see for car doors..etc seem a bit to big!
Last question (to qualify this post to be on the Arduino forums!) LOL
I have my stepper motor working as I expect (as far as speed and movement)
Nema17
1/16 micro stepping
DRV8825 driver board
Currently.. I have things mocked up in a breadboard (which may be part of the problem here)..
with my driver, Arduino...etc..etc all on the breadboard.
I am powering the Arduino via USB ... and the stepper motor being powered by a benchtop PSU...
GND's connected on the breadboard.
I notice that my stepper motor make noise/whines (not sure how best to describe it)... as soon as its powered on.
Not even moving.... just sitting still awaiting a new 'command'...
I send serial data to the Arduino.. it gets parsed.. and I navigate the stepper to where it needs to be.
What can be done to eliminate this noise/whine coming from the stepper motor?
Thanks..