Close
0%
0%

Flipper

A cocktail robot pouring 15 ingredients directly from the bottle.

Similar projects worth following
The robot uses one central arm to flip bottles over. Each bottle has a dispenser which gives out 1 centiliter per second (10ml/s). This way the amount of liquid dispensed can be controlled over the time the bottle is left flipped over. The top row of bottles are flipped directly by a lever while the bottom row is connected to a set of levers by high strength fishing line.

Flipper in action:


Concept

One design goal of the robot were to use as little hardware as possible per ingredient while being able to have a two digit number of ingredients. As the robot is built in a semi circle it houses only 15 ingredients. But it could be built with a more complete arc with up to 24 ingredients for the full circle.

The second design goal was to actually cool the drink and not just to pour liquids into a glass. I had tried pouring the cocktail ingredients over ice cube some years ago. This works better as one might think because the ice is to some extend self cleaning. When in contact with liquids containing sugar or - even more so - alcohol the ice melts creating even more cold and cleaning the surface. The cocktail bot uses a huge funnel filled with ice cubes to both catch the poured liquids and cooling them. To keep the ice clean it would be better it it was stacked higher and narrower to have more of the ice's surface get in contact and be cleaned up by the spirits. 

Hardware

The top half of the robot is created with the help of Boxes.py and a laser cutter. As it consists of many identical parts it lends itself to be CNC cut. The base is build by hand. The white parts are particle board and the pillars in front are made from left over acrylic tubes. In the left pillar you can see the motor for the ice dispenser that is not working yet. There is room in the back for a big plastic box that will store the ice. I will return to this sub project at some later point.

The arm on top is basically just a box housing the two steppers and the electronics. One stepper directly drives the box around by acting against fixed 200 teeth gear. The second stepper moves the arm with rack and pinion that is geared down 3:1. All gears are laser cut from (birch) plywood as all the other parts of the mechanics.

Software

The steppers are controlled by an Arduino Nano running Grbl. It thinks that the bot is rectangular. So the rotary axis uses degrees instead of millimeters without grbl knowing. The Arduino is currently directly hooked up to a Laptop via USB. In the long run this is to be replaced by a tablet. The laptop run a smallish Python program that offers a simply web interface with Flask and stores recipes and the ingredients mounted in a sqlite database.

  • LED Lighting

    Florian Festi10/31/2018 at 12:05 0 comments

    We had borrowed Flipper to our neighboring hacker space. As a renting fee they had to do some improvements. They added very nice RGB LED stripes. All attached with 3D printed clamps and holders. I am very pleased:

    https://twitter.com/Hackzogtum/status/1053731086717587456

    The lights even highlight the active bottle and could show empty or nearly empty bottles - assuming someone would finally fix the main software to do the accounting correctly...

View project log

Enjoy this project?

Share

Discussions

Daren Schwenke wrote 03/31/2019 at 02:32 point

In the fray, I (and it seems the rest of the world) missed this project.  Shame.  

Low cost/part count is usually #1 on my list.  

Doing something by brute force anyone can do.  Coming up with a way do to the same task with less, I appreciate.  Bravo.

  Are you sure? yes | no

lumbric wrote 10/31/2018 at 08:56 point

Very nice! We've done something similar a while ago, but I think your solution with only one central stepper and levers is actually much nicer. To be honest, I don't remember if we ever tried to use pure timing for controlling how much liquid is poured. We use a scale and a feedback mechanism. That way it can also detect if a cup is already placed in the center or if it is removed too early. We also don't have ice... That's still on the to do list... :)

https://hackaday.io/project/1178-barwin

  Are you sure? yes | no

Florian Festi wrote 10/31/2018 at 11:57 point

Your bot looks really nice and clean. I wanted to use the bottles the ingredients come in. This limits how sleek my bot can be. 

  Are you sure? yes | no

Similar Projects

Does this project spark your interest?

Become a member to follow this project and never miss any updates