Schlagwort: Robotic Bartender

  • This robotic bartender serves up drinks using a Nano RP2040 Connect and the Arduino Cloud

    This robotic bartender serves up drinks using a Nano RP2040 Connect and the Arduino Cloud

    Reading Time: 2 minutes

    Arduino TeamSeptember 22nd, 2021

    Mixing up perfect, custom cocktails often requires months or even years of training, in addition to having to know a plethora of recipes. But Jithin Sanal wanted to pour his favorite drinks without spending the extra time and effort, so he concocted a robotic cocktail mixer to perform this task for him. It operates by using a series of ingredient reservoirs, pumps, an Arduino Nano RP2040 Connect, and a few relays to dispense a precise quantity of the desired ingredient into a container. Sanal also designed and fabricated his own PCB to connect each component together in a circuit.

    Rather than having a bunch of physical buttons on the front of the robotic cocktail mixer, Sanal instead opted to use the Arduino Cloud with five virtual ones that each correspond to a single drink. When a button is pressed, a function is executed on the Nano RP2040 Connect that activates the correct pumps in the specified order for a certain duration. By utilizing this method, users can be confident their drink is perfectly made every single time. More drinks can be added to the system simply by adding another button within the Cloud and creating the associated function in the RP2040’s code. 

    To see how Sanal brought this project to life in greater detail, you can view his write-up here or watch his video below.

    [youtube https://www.youtube.com/watch?v=gnsdpCcbTOE?feature=oembed&w=500&h=281]

    Website: LINK

  • This drink machine pours, slices, and dispenses mint!

    This drink machine pours, slices, and dispenses mint!

    Reading Time: 2 minutes

    This drink machine pours, slices, and dispenses mint!

    Arduino TeamApril 18th, 2019

    Automated cocktail machines can be fun projects, but this device by CamdenS5 takes things to a whole new level. Not only can it pour liquids from multiple bottles, but it chops limes, dispenses sugar and mint, and even features a refrigerated compartment to keep ingredients at the appropriate temperature.

    An Arduino Mega along with an Uno are employed for control, while user interface is provided by an Android tablet affixed to the front of the assembly. 

    There’s a lot going on mechanically inside, including a linear actuator for chopping, and augers that dole out mint/sugar as needed. 

    Details on the build are available here, with code/files ready for download, and an interactive Fusion 360 model that you can manipulate in your browser.

    Website: LINK

  • Let this Arduino robotic bartender mix you a drink

    Let this Arduino robotic bartender mix you a drink

    Reading Time: < 1 minute

    Let this Arduino robotic bartender mix you a drink

    Arduino TeamSeptember 14th, 2018

    We’ve seen different versions of robotic bartenders over the last few years, but this one by DIY Machines looks quite clean, and because of its battery-powered operation can be taken anywhere.

    The device works like a simple CNC machine, using a stepper and pulley setup to transport a glass between one of six upside down bottles. When it’s in the correct position, two more stepper motors push a lifting assembly into the selected bottle’s dispenser valve, emptying the correct amount of liquid into the glass. An Arduino Uno is used for control, with user interface provided via a Bluetooth module and smartphone app. 

    More videos and build instructions can be found in the project’s write-up, while Arduino code is available here.

    [youtube https://www.youtube.com/watch?v=NBvXknwVfaI?feature=oembed&w=500&h=281]

    Website: LINK