Archive:Self-aware Vending Machine: Difference between revisions

From The Munich Maker Lab's Wiki
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
{{project
|name        = Self-aware Vending Machine
|status      = experimental
|image      =
|description = Fixing and upgrading the Werk1 vending machine
|author      = Tom Cotter
|username    =
|version    =
|update      =
|platform    =
|license    =
|download    =
}}The fine folks of WERK1 have given us the task to do two projects for them, in exchange for free rent for the first 3 months. One of them is to fix up and improve their vending machine.
== The Task ==
They currently have a vending machine with a broken cooling system. They have another one just like it in storage, which was supposed to be used for replacement parts if the first one breaks. It's been told that the cooling system in that machine is broken as well.
Here's the original project description:
<blockquote style="border-left: 4px solid #999; background: #f6f6f6; margin:1em; padding: 1em;">
'''Projekt 2: Getränke und Warenautomat: Instandsetzung und Hacking („Der Automat der seine Kunden beleidigt“)'''
<p>'''Hintergrund:''' Im WERK1 gibt es einen prinzipiell funktionsfähigen Warenautomaten in dem Snacks und Getränke zum Verkauf angeboten werden. Allerdings ist das Kühlsystem defekt. Bei der ersten Inbetriebnahme wurde festgestellt, dass zu wenig Kühlmittel enthalten ist. Das Kühlmittel wurde von einem Fachmann erneuert, hielt dann ca. 3-4 Monate, seit dem heizt sich der Automat auf.  Laut Kühlfachmann ist die Auffindung und Beseitigung  des Lecks kaum möglich.
Im Lager vom WERK1 ist ein weiterer baugleicher Automat, der damals als „Ersatzteillager“ mitgeliefert wurde.  Eine erste Prüfung ergab, dass dieser Automat ebenfalls in seiner Grundfunktionalität zu funktionieren scheint.</p>
<p>'''Basisaufgabe:''' Instandsetzung der Kühlung durch Reparatur oder Ausschlachten der alten Kühlung und Ersetzung durch ein neues Kühlsystem.</p>
<p>'''Zusätzliche Aufgaben:''' Der Automat bietet 1000 Möglichkeiten kreativ tätig zu werden.
Das Ziel ist hierbei ein absolutes Kultobjekt zu schaffen, dass dann auch per Youtube-Video eine hervorragende Referenz für den Verein aber auch das WERK1 sein soll.
Hier nur ein paar Beispiele:
* Die Multi-Drop-BUS (MDB)-Kommunikation zwischen dem Automaten und dem Münzwechsler verstehen und beieinflussen. (Hieraus könnte auch ein öffentlicher Vortrag entstehen)
* Die Platinen-Automaten-Steuerung komplett durch einen Rasperry Pi ersetzen.
* Zahlung mit den Transpondern-Schlüsseln der WERK1 Residents ermöglichen.
* Dem Automaten Leben einhauchen durch einen eigenen (schlechtgelaunten) Charakter.
** Dumme Sprüche, beim Kauf oder beim Vorbeigehen.
** Beleuchtungskonzept / Diskobeleuchtung
** Gewinnspiel: Wer ein zufällig vorher festgelegtes Fach öffnet, darf danach das „Hauptgewinnfach“ öffnen.
** Außenmonitor/Touchscreen für ein „Gesicht“ oder weitere Möglichkeiten, wie z.B, der Automat fordert Kunden auf, ein Game zu spielen.
** Möglich ist auch, dass es sich bei dem Automaten um eine multiple Persönlichkeit handelt, die täglich ihren Charakter wechselt. . .</p>
<p>'''WICHTIG:''' Der Automat wird von den Coworkern und Residents des WERK1 benutzt, deshalb müssen „Ausfallzeiten“ so gering wie möglich gehalten werden. Um das hinzukrigen, kann alles am 2. Automaten vorher ausprobiert werden.</p>
</blockquote>
== Ideas ==
* Talking
** like the Shakespearean (Goethe-isch?/monty python?) Insult Generator? [http://www.mainstrike.com/mstservices/handy/insult.html]
* Lights
** Perhaps only Light, that blinks slowly (like breathin) and pulsates while talking.  Color could indicate the mood...
* Personality
** dependant on how much was sold the day before
** It hates mondays...
== Technical ==
=== MDB ===
The machine supposedly uses the MDB protocol to talk to different components
* Overview of the protocol, plus AVR implementation: http://blog.bouni.de/blog/categories/vending-machine/
=== cooling system ===
=== cooling system ===


Cooling system is shot. We assume there is a leakage and no cooling agent is left.  
Cooling system is shot. We assume there is a leakage and no cooling agent is left.  
So how do we fix this?


* How do we find the leakage?
find and fix the leakage
** get [http://www.conrad.de/ce/de/product/828681/CRC-104501131201-Lecksuchspray-400-ml leakage spray]
* get [http://www.conrad.de/ce/de/product/828681/CRC-104501131201-Lecksuchspray-400-ml leakage spray]
* find the leak with compressed air
* solder the hole


== See also ==
cannibalize another cooling system.
* [[Roombooking System]] - The other WERK1 project
* find a frigde for free.
[[Category:Project]]
* try to implement the cooling system into the vending machine.
* Profit!

Revision as of 14:50, 28 February 2014

cooling system

Cooling system is shot. We assume there is a leakage and no cooling agent is left. So how do we fix this?

find and fix the leakage

  • get leakage spray
  • find the leak with compressed air
  • solder the hole

cannibalize another cooling system.

  • find a frigde for free.
  • try to implement the cooling system into the vending machine.
  • Profit!