Difference between revisions of "Hack-o-mat"

1,821 bytes added ,  21:20, 17 January 2023
 
(14 intermediate revisions by 3 users not shown)
Line 1: Line 1:
This is a work in progress! Currently [[User:Juul|Juul]] and [[User:Jerkey|Jerkey]] are working on this project.
= Idea =
 
We want to sell all kinds of hackery things from a vending machine in our hacker space! 3D printed objects, usb sticks, mate straws (and mate), caffeinated snacks, arduinos, mesh routers, logic analyzers, lyophilized DNA (biohacking), dogecoins, ear plugs, headphones, batteries, etc! See the [http://hackpack.me hackpack project] for more inspiration.
Also paper zines, handmade books, and women's clothes with pockets and non sexist swimwear!
 
= Status =
 
== January 2023 ==
 
There's interest in the vending machine again! Let's get this party started. There has been activity in-between now and 2016 but that is lost.
 
* Getting the machine plugged in and connected to the internet again *DONE*
* Have people learn electronics and make a learn about vending machines
* Repaint the vending machine, maybe in brighter colors! and make its magnetic sides decorated with news and arts
* Stock it up with cool hackery from various members but augment the electronic stuff with paper zines, non sexist women's swimwear, and stuffed animals


[[File:Snackshop_II.JPG]]
== March 2016 ==


= Idea =
[[File:IMG 1426.JPG|thumbnail|The black vending machine (a.k.a. vending1) is nearly ready to use (Mar. 2016)]]
 
There are currently two vending machines, one of which is ready to dispense product (as of March 2016).
 
Still needed:
* Product to dispense
* A lock for the door
* Something to direct the light from the fluorescent bulb so that it more clearly shows the product, rather than shining into the eyes of innocent bystanders
* A user interface
** some way to select a product
** a mechanism for providing payment
* A better place to put the trash and recycling bins that are currently blocking the front of the machine
* perhaps "soup bowl" coils for dispensing larger items like soylent packs https://snackattack.sharepoint.com/Pages/APSNACKMACHINEPARTS.aspx


We want to sell all kinds of hackery things from a vending machine in our hacker space! 3D printed objects, usb sticks, mate straws (and mate), caffeinated snacks, arduinos, mesh routers, logic analyzers, lyophilized DNA (biohacking), dogecoins, ear plugs, headphones, batteries, etc! See the [http://hackpack.me hackpack project] for more inspiration.
For more information, ask [[User:Juul|Juul]] and [[User:Jerkey|Jerkey]].


= Stocking the hack-o-mat with hacker candy =
= Stocking the hack-o-mat with hacker candy =
Line 128: Line 154:
== Brain, display and selection ==
== Brain, display and selection ==


The original hardware was wired to use diodes on a board of switches, where the price was set for each product with five on/off switches, worth 5, 10, 20, 40, and 80 cents.  The user would press a button for the product they wanted.  Since we don't want to use the buttons that way, we need to use triacs (electronic relays for AC) for each of the 40 product motors.  We are designing a custom circuitboard to replace the binary coin-counter matrix with 40 charlieplexed triacs:
The original hardware was wired to use diodes on a board of switches, where the price was set for each product with five on/off switches, worth 5, 10, 20, 40, and 80 cents.  The user would press a button for the product they wanted.  Since we don't want to use the buttons that way, we need to use triacs (electronic relays for AC) for each of the 40 product motors.  We are designing a custom circuitboard to replace the binary coin-counter matrix with 40 [https://en.wikipedia.org/wiki/Charlieplexing charlieplexed] triacs:


https://github.com/sudoroom/hackomat
https://github.com/sudoroom/hackomat
Line 139: Line 165:


http://www.mouser.com/ds/2/239/MOC302-201763.pdf
http://www.mouser.com/ds/2/239/MOC302-201763.pdf
UPDATE:  the above part doesn't flow enough current, and works to run a motor exactly one time before going up in smoke.  I found more powerful 6-pin DIP optoisolated triacs at digikey years ago and bought them, but now i can't find them - in real life or on the digikey site.  So we're searching again for parts that can take 2 or more amps when the motors start up.


their inputs are basically LEDs, and they're totally isolated from the AC output.  So we can charlieplex these 40 triacs to just seven GPIO pins from our controller, as long as it has three-state outputs.
their inputs are basically LEDs, and they're totally isolated from the AC output.  So we can charlieplex these 40 triacs to just seven GPIO pins from our controller, as long as it has three-state outputs.
1,463

edits