Skip to content
Mike H edited this page Mar 3, 2014 · 4 revisions

The HaterMatic is a coin-operated insult dispensing machine. It sells harsh language to you, with higher quality and more original insults coming from higher prices.

The Hardware

The HaterMatic is powered by a SparkFun Arduino Pro Mini 5V, although any Arduino-compatible board can be made to work (or for that matter, most other microcontroller boards). The board receives coin-counting signals from our 6-denomination coin acceptor; the 3-denomination acceptor can be made to work by modifying the code to count output pulses instead of looking for serial data. The request for a receipt occurs when the user presses a big green button on the front of the machine, and it's printed out by our small thermal receipt printer. The whole affair is powered by two supplies: a 9V supply for the printer and a 12V supply for the Arduino and coin acceptor.

Click this link to see a complete wish list of all the parts you'll need to make it. Obviously, depending on what you have in your parts bin, you may be able to eliminate some of these items.

The Software

The firmware for the HaterMatic was written in Arduino 1.0.5, but it should compile and load under 1.5.3, as well. There are no special library requirements for it.

More Details

For more details on the hardware, check out these pages:

For more details on the software, check out the source code, behind this link. Since the code is more of a living thing than the hardware design, I'm going to link directly to it, rather than try to keep the Wiki updated with the current version.

Clone this wiki locally