Schlagwort: Coffee Machine

  • This coffee machine lets you know when you’ve had too much caffeine

    This coffee machine lets you know when you’ve had too much caffeine

    Reading Time: 2 minutes

    This coffee machine lets you know when you’ve had too much caffeine

    Arduino TeamJuly 21st, 2022

    You’ve probably heard that caffeine is a drug. That is true and it is possible to overdose on caffeine and die. Heathline reports that a lethal dose of caffeine is around 10 grams. But a typical cup of coffee only contains around 100-200 milligrams of caffeine, so you’d have to drink at least 50 cups to reach a lethal amount. However, some coffee, such as from Death Wish Coffee Co, contains much more caffeine and that makes it easier to overdose. With that in mind, Michael Pick used an Arduino to build a custom coffee machine.

    According to Pick, Death Wish coffee contains up to 728mg of caffeine per 12oz cup. Theoretically, that makes it possible for a person to drink enough coffee to overdose on caffeine. There aren’t many people out there who drink that much coffee, so this project is entirely tongue-in-cheek. But it is still fun to see an actual progress meter counting up to your death with every cup of joe that you brew. That is exactly what Pick’s coffee machine does. It tracks each cup of coffee brewed and displays the caffeine overdose progress on a small OLED screen attached to the front of the coffee machine.

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

    Pick started with a basic Keurig K-Express coffee machine that features single-button operation. He connected an Arduino Uno to that button to count each press. The Arduino’s sketch tracks the number of button presses and calculates the “Death Percentage,” which is based on 20 cups of 8oz each. It then shows that percentage on the OLED. Pick mounted the Arduino inside the Keurig’s enclosure and 3D-printed a custom front cover that houses the display. With this hardware, Pick now has a coffee machine that will tell him if he is going to die.

    Website: LINK

  • Hack your coffee machine with voice control

    Hack your coffee machine with voice control

    Reading Time: 2 minutes

    Hack your coffee machine with voice control

    Arduino TeamSeptember 12th, 2018

    Are you still pushing buttons and adjusting knobs with your fingers to brew your favorite coffee? If so, then this voice-controlled solution could be the next project on your list.

    To accomplish this hack, a rather high-end coffee maker was disassembled and modified, adding an Arduino Nano to press buttons, along with a small motor and driver board to adjust its dial. Voice control is provided via Snips software running on a Raspberry Pi, which passes the pertinent commands along for coffee making.

    When the devices around you no longer require a lengthy operation manual, but rather, require only a voice command, this unlocks an environment where technology disappears into the background, so that you can regain the freedom to spend quality time with the people you care about. That is in fact our mission at Snips, to make technology disappear.

    Case-in-point: this voice-activated coffee machine. You can ask it to make you a double espresso or a flat white, to pour you some hot water or even to turn itself off.

    It’s purely a demo project, but at our Snips office in Paris, we’ve grown used to the convenience, and so we wanted to make it as easy as possible for anyone interested to replicate it at home.

    Code and modification instructions are available on the Snips team’s blog post, while the brewing results can be seen in the demo video below. 

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

    Website: LINK