Difference between revisions of "Cheers!"

From ESE205 Wiki
Jump to navigation Jump to search
Line 7: Line 7:
  
  
== Motivation==
+
== Overview==
  
Have you ever feel frustrated having to clean up beer residues all over the table after a party? We are here to help. 'Cheers' is a automated beer pouring machine that takes any open bottled beer and pour it into any kind of glassware without spilling the foam. 'Cheers' will tilt your beer bottle and glass to a perfect angle towards each other for the pouring mechanism to occur and will adjust angles as more beer accumulate in the glassware. The mechanism will stop after the beer height reached your desired level and voila, Cheers!
+
Have you ever feel frustrated that the soda liquid line always rises higher than your expectation that it spilled all over your table? We are here to help. 'Cheers' is a automated soda pouring machine that takes a bottled soda and pour it into glassware without spilling the fizz. It utilizes 3D printing techniques for contructing the mechanical framework and Auduina to control the system. 'Cheers' tilts your soda bottle and glass to a perfect angle towards each other for the pouring mechanism to occur and will adjust angles as more soda accumulate in the glassware. The mechanism will stop after the beer height reached your desired level and voila, Cheers!  
 +
 
 +
 
 +
== Team Members ==
 +
* Jessie Shi (Tianjiao): Chemical Engineering, System Engineering
 +
* Haixiang Ren: System Engineering
 +
* Natalie Ng: TA
  
 
== Objective==
 
== Objective==
  
1. Use 3D printing to construct the base, adjustable beer bottle holder and glassware holder.  
+
# Replicate the project found on [https://www.youtube.com/watch?v=tyv5rVPUGLU&t=21s youtube] but replace the beer bottle with soda glass bottle and a correct size glassware. The will also be no bottle rotating mechanism. The control for tilting mechanism will be changed to a pulley rope system outlined in Figure 1.  
 +
# Implementation of radar detector to correctly determine the start and stop using Arduino unit.
 +
# The glassware will tilt twice, the first time to fill the glassware with soda until the laser line and then tilt back a little. After the CO2 fizzing ends and liquid level drops, the system will tilt the glassware for a second time to completely fill the glassware without spilling.
 +
# Implement a control algorithm for a motor system that takes the laser signal as input and adjusts the tilt angle.
  
2. Create a frame that allows dual axis rotation.
+
== Challenges ==
 +
# 3D printing
 +
#* learn solidworks
 +
#* design the base, main structure, soda bottle and glassware holder.
 +
#* design two spools that could fit onto the stepper motor to control the rope length.
 +
# Arduino
 +
#* Learn Arduino programming language.
 +
#* Implementing the Arduino code with laser and adjusting parameters to stabily control the tilting mechanism.
 +
# Hardware
 +
#* Stepper motor should keep control system stable during tilting mechanism and not going too fast/slow
 +
#* Design a circuit that connects the step motor, tack switch
 +
#* Optimal height of laser pointer should be determined as the glassware is tilted.
 +
#* The soda bottle should be able to tilt an angle more than 90 degrees from its original position.
 +
# Safety
 +
#* Electricity hazard when circuit interacts with liquid
 +
#* Rope might break
  
2. Laser or weight sensor to determine when the beer level has reached the users desired level.
+
== Budget ==
  
3. Develop an algorithm to control the tilt angle as beer is poured into glassware, and when to stop the mechanism.  
+
# Nema 17 Stepper Motor- x 2 = $16.00 + $7.4 shipping
 +
http://www.ebay.com/itm/US-Ship-Nema-17-Stepper-Motor-Bipolar-84oz-in-59Ncm-CNC-3D-Printer-Reprap-Robot-/231514870097?hash=item35e75c9151:g:FQkAAOSwPcVVjqpo
 +
# Wall Adapter Power Supply- $5.69 + $0.00 shipping
 +
https://www.amazon.com/Wall-Adapter-Power-Supply-650mA/dp/B003XZSZWO/ref=sr_1_2?ie=UTF8&qid=1486105335&sr=8-2&keywords=Wall+Adapter+Power+Supply
 +
# KY-008 Laser x Laser Detector- $6.00 +2.67 shipping
 +
https://www.elabpeers.com/ky-008-laser-x-laser-detector.html
 +
# Epoxy Glue – $6.29 + 0.00 shipping
 +
http://www.ebay.com/itm/Gorilla-Multi-Purpose-Epoxy-Glue-0-85-Oz-SyringE-Clear-Liquid-4200102-/272412206105?hash=item3f6d086419:g:sekAAOSwCGVX~7fU
 +
# Power Pro Braided line – $16.25 + 0.00 shipping (already owned)
 +
http://www.ebay.com/itm/POWER-PRO-BRAIDED-LINE-POWERPRO-POWER-PRO-MOSS-GREEN-10LB-150YD-/311106700914?hash=item486f678672:g:O7sAAOxycmBSsRmB
 +
# Tack Switch – $1.99 + $2.69 shipping
 +
http://www.ebay.com/itm/10x-12x12mm-Tactile-Switch-Momentary-NO-SPST-Button-for-Arduino-Raspberry-Pi-USA-/171223488665?hash=item27ddb71899:g:~5wAAMXQfvlSfdb6
 +
# Soda and glassware – $10 from walmart
 +
# Arduino: free
 +
# 3D printing: free
 +
Total: $ 74.98
  
 +
== Gratt Chart ==
 
   
 
   
 
[[Category:Projects]]
 
[[Category:Projects]]
 
[[Category:Spring 2017 Projects]]
 
[[Category:Spring 2017 Projects]]

Revision as of 16:18, 3 February 2017

Members

Jessie Shi, Chemical Engineering, System Engineering

Haixiang Ren, System Engineering


Overview

Have you ever feel frustrated that the soda liquid line always rises higher than your expectation that it spilled all over your table? We are here to help. 'Cheers' is a automated soda pouring machine that takes a bottled soda and pour it into glassware without spilling the fizz. It utilizes 3D printing techniques for contructing the mechanical framework and Auduina to control the system. 'Cheers' tilts your soda bottle and glass to a perfect angle towards each other for the pouring mechanism to occur and will adjust angles as more soda accumulate in the glassware. The mechanism will stop after the beer height reached your desired level and voila, Cheers!


Team Members

  • Jessie Shi (Tianjiao): Chemical Engineering, System Engineering
  • Haixiang Ren: System Engineering
  • Natalie Ng: TA

Objective

  1. Replicate the project found on youtube but replace the beer bottle with soda glass bottle and a correct size glassware. The will also be no bottle rotating mechanism. The control for tilting mechanism will be changed to a pulley rope system outlined in Figure 1.
  2. Implementation of radar detector to correctly determine the start and stop using Arduino unit.
  3. The glassware will tilt twice, the first time to fill the glassware with soda until the laser line and then tilt back a little. After the CO2 fizzing ends and liquid level drops, the system will tilt the glassware for a second time to completely fill the glassware without spilling.
  4. Implement a control algorithm for a motor system that takes the laser signal as input and adjusts the tilt angle.

Challenges

  1. 3D printing
    • learn solidworks
    • design the base, main structure, soda bottle and glassware holder.
    • design two spools that could fit onto the stepper motor to control the rope length.
  2. Arduino
    • Learn Arduino programming language.
    • Implementing the Arduino code with laser and adjusting parameters to stabily control the tilting mechanism.
  3. Hardware
    • Stepper motor should keep control system stable during tilting mechanism and not going too fast/slow
    • Design a circuit that connects the step motor, tack switch
    • Optimal height of laser pointer should be determined as the glassware is tilted.
    • The soda bottle should be able to tilt an angle more than 90 degrees from its original position.
  4. Safety
    • Electricity hazard when circuit interacts with liquid
    • Rope might break

Budget

  1. Nema 17 Stepper Motor- x 2 = $16.00 + $7.4 shipping

http://www.ebay.com/itm/US-Ship-Nema-17-Stepper-Motor-Bipolar-84oz-in-59Ncm-CNC-3D-Printer-Reprap-Robot-/231514870097?hash=item35e75c9151:g:FQkAAOSwPcVVjqpo

  1. Wall Adapter Power Supply- $5.69 + $0.00 shipping

https://www.amazon.com/Wall-Adapter-Power-Supply-650mA/dp/B003XZSZWO/ref=sr_1_2?ie=UTF8&qid=1486105335&sr=8-2&keywords=Wall+Adapter+Power+Supply

  1. KY-008 Laser x Laser Detector- $6.00 +2.67 shipping

https://www.elabpeers.com/ky-008-laser-x-laser-detector.html

  1. Epoxy Glue – $6.29 + 0.00 shipping

http://www.ebay.com/itm/Gorilla-Multi-Purpose-Epoxy-Glue-0-85-Oz-SyringE-Clear-Liquid-4200102-/272412206105?hash=item3f6d086419:g:sekAAOSwCGVX~7fU

  1. Power Pro Braided line – $16.25 + 0.00 shipping (already owned)

http://www.ebay.com/itm/POWER-PRO-BRAIDED-LINE-POWERPRO-POWER-PRO-MOSS-GREEN-10LB-150YD-/311106700914?hash=item486f678672:g:O7sAAOxycmBSsRmB

  1. Tack Switch – $1.99 + $2.69 shipping

http://www.ebay.com/itm/10x-12x12mm-Tactile-Switch-Momentary-NO-SPST-Button-for-Arduino-Raspberry-Pi-USA-/171223488665?hash=item27ddb71899:g:~5wAAMXQfvlSfdb6

  1. Soda and glassware – $10 from walmart
  2. Arduino: free
  3. 3D printing: free

Total: $ 74.98

Gratt Chart