ID:1429165
 
So, I was just browsing the internet like any normal person does. I came across this video: http://www.youtube.com/watch?v=apVR5Htz0K4.

I used to make some things like car horn sounds vibration music (with a motor). Basic stuff. Also a night light that turns on when there's no light. That's not some small projects I did last year. I haven't done anything new since lol.


I was wondering if anyone who knows well how the components work with transistors and such, and making it perform random actions, if they could help me build something like this.


The only parts I have right now is a motherboard (already soldered though), a motor, and speakers. I also have that light sensor, but I can't remember it's name. I know it's white and it has two wires coming out of it. I still have like about 20 wires connected to these already built projects as well. I can probably just cut them off and strip them to be used again. To add on to the list, I also have 9v battery snap that I can use still.

If you want pictures of the components I have already from previous projects, let me know. I'll be happy to go get them and take pictures lol. This is just for fun because I want to waste my life with this useless box.

Extra Info: I don't want to make that manufactured one where all the parts are there. I want to cut my own wood (or at least buy some small chunks of wood to put together) and build it from scratch. The hard way. So I can make it how I want to make it.
Bump
Get a microcontroller and a solderless breadboard. Play with them. You can do a lot with those two without having to be an electrical engineer; It can be tricky to get any sensor to work with a transistor (unless it's a transistor-type sensor, like a phototransistor). But with a microcontroller, turning any input into a meaningful output comes down to a little programming.

As far as at-home-building goes, you probably want the following tools:
- Power drill
- Hack saw
- Dremel
- Black sharpie
- T-Square ruler
- A few C-clamps
- A good set of adhesives. I recommend jb weld for plastics and metals, and gorilla glue for woods. It might be worth investing into hot glue as a temporary and quick adhesive, and some epoxy putty if you need a filler adhesive.
- If you're going to work with any screws or bolts in a vibration-heavy project, you probably want some loctite threadlocking adhesive.

With these tools, you should be able to do basic work with most woods and plastics.
It might also be worth getting a few files.

As far as electronic tools go, you probably want:
- Soldering Iron
- Wire Cutters/Strippers
- Heat Gun (this is also a great tool for working with acrylic)
- Multimeter

A DC power supply can also be very useful, but not mandatory.

Vibration music, where you repurpose some moving mechanism to emit your desired tones mostly involves a lot of your own software and a lot of experimenting. You pretty much have to experiment with whatever mechanism with various inputs (like various voltages for a dc motor) and figure out a trend line for input vs output tone. Once you have the trend line, it should be easy to write some software that can generate the desired tones with the mechanism.
Sounds like a lot of work. And a lot of fun. Lol. I'll get to it as soon as I can.