What's new

You got a Steam Machine? Pffft. My Useless Machine is better.

Razulian

The Mad Scientist
Sooo I made a useless machine for my girlfriend as a Christmas gift. :)



Here's the description I wrote for the video (I don't know what else to say):

"It took me about a week to get it done, but in the end the time spent paid off.
This is my Christmas present for my girlfriend, I didn't want to buy her anything since I love making things.
Technical stuff:
It's based on Arduino, code has been written by Riachi and can be found here: http://goo.gl/03wTI6
I only made some adjustments to it so that it would work as it should on my machine.
If I were to write my own code I wouldn't have been able to meet my deadline. So big thanks to him.
Day 1: Design the box with AutoCAD
Day 2: Go to a lab and cut the pieces for the box with a lasercutter (the lasercutter was in use for most of the day by other people)
Day 3: Build my first ever standalone Arduino
Day 4: Glue everything together and test everything out with my Arduino Mega
Day 5: Find a way to program my standalone Arduino (I used the ArduinoSPI example that's inside the Arduino IDE example package)
Day 6: Make the heart-switch by hand, start spray-painting the box (first time painting MDF, no experience with it so I invested a lot of time to get it done the way I liked it and it took a whole day).
Day 7 (all-nighter!): Put everything together again, make the circuits on perfboard, fix all the problems that occured (74hc04 hex inverter didn't work properly, I thought of an alternative that was based on a pull-down resistor).
Editted the program for Arduino and then put it all back together.
Glued all the wooden characters on it to make it look nicer.
Packaged it. :)
PS: When programming a standalone Arduino don't forget to plug out the servo motors, as when you forget to do it you'll keep getting errors while programming and debugging will take an hour or more (happened to me)."

 
What's a standalone Arduino :(

I'm guessing that's how you all those different "modes" when it engaged.

Awesome gift! Bet she loves it
 
See the IC (chip) on the right bottom? It's an Atmel ATMEGA328 [bimg]http://arduino.cc/en/uploads/Main/ArduinoUno_R3_Front_450px.jpg[/bimg]

The board it's attached to just makes it easier to prototype with it.
What I did was I took such a chip and attached it to a circuitboard, programmed it and done.
There's a little more on the Arduino Uno (USB processor, power regulation processor and headers), my board only has the processor and a seperate board to regulate the power (basically just a LM317 IC power regulator circuit).

I explained it in the a-little-more-than-average-Joe's language so everybody understands what I meant with "standalone".
 
That has to be one of the best useless machines I have ever seen. I have wanted to make one of these for a while, but I was only gonna make it with the switch on a boring box.

Awesome man, two thumbs up! -brucethumbsup--brucethumbsup-
 
Very fun. I thought it was having trouble at first, but then I realized it was doing the different timings by design. Well played.
 
Top Bottom