Modding Need help with adding sound to mod

Discussion in 'Modding' started by corlando52, 29 Dec 2009.

  1. corlando52

    corlando52 What's a Dremel?

    Joined:
    10 Aug 2009
    Posts:
    6
    Likes Received:
    0
  2. alpaca

    alpaca llama eats dremel

    Joined:
    27 Jan 2009
    Posts:
    1,132
    Likes Received:
    45
    of course someone here can help you.but you're not saying what you want,what you can,and what you already have
     
  3. corlando52

    corlando52 What's a Dremel?

    Joined:
    10 Aug 2009
    Posts:
    6
    Likes Received:
    0
    Not sure what you mean....



    I'm not sure what you mean. I thought the links I provided would show you exactly what I want to do. I want to build the Surveillance module that is shown in this thread:
    http://www.bit-tech.net/modding/2002/06/22/knight_rider/2

    But I want to add sound to it, as shown in this YouTube video:
    http://www.youtube.com/watch?v=Sh7Hqm-yPBk

    I want to use regular electronic components, no micro-controllers or computer-type modules. Just old fashion ICs, transistors, capacitors and resistors.

    Does that make it clearer, or am I still leaving something out? I'm new here, so just let me know what I might be missing.
    Thanks again so much!

    Chris
     
  4. edzieba

    edzieba Virtual Realist

    Joined:
    14 Jan 2009
    Posts:
    3,909
    Likes Received:
    591
    Then no sound for you. Even adding a simple nasty sine-wave beep using passive components to make an oscillator would be overly complicated for someone who isn't used to working with analogue electronics. Just pick up an Arduino and read a few of the tutorials and examples, it will be much easier.
     
  5. corlando52

    corlando52 What's a Dremel?

    Joined:
    10 Aug 2009
    Posts:
    6
    Likes Received:
    0
    Really?

    Are you telling me that the guy in the YouTube video used a micro-controller? Hmmm.
    I do have an Aruduino and am a bit confused by it. I did buy a book on it but it doesn't help.

    Chris
     
  6. edzieba

    edzieba Virtual Realist

    Joined:
    14 Jan 2009
    Posts:
    3,909
    Likes Received:
    591
    Yes, that large IC right in the centre of his circuit board is a microcontroller.
     
  7. corlando52

    corlando52 What's a Dremel?

    Joined:
    10 Aug 2009
    Posts:
    6
    Likes Received:
    0
    I see...

    I see. So, does that mean, for every project, you need to buy a new micro-controller? That can get expensive.
    I thought (and I'm sure I'm wrong about this), that you figured out your circuit, tested it, and then when you are sure that you have what you want, you burned it to, like and Eprom, and that was your circuit, so you wouldn't have to buy a new micro-controller each time.
    But this is all new to me. I'm used to building circuits from those old Radio Shack Yellow or Green Workbooks.

    Chris
     
  8. edzieba

    edzieba Virtual Realist

    Joined:
    14 Jan 2009
    Posts:
    3,909
    Likes Received:
    591
    An PROM is write once. Hardly anyone uses PROMs any more, and you'd be hard-pressed even to find one, let alone a programmer for it. EEPROMs (the successor to EPROMs when everyone got tired of fiddling with UV lamps) can be erased and reprogrammed, as can flash-based devices. A microcontroller such as the Arduino can be re-written as many times as you want, hence their use in prototyping.
    Read the links I gave you to the tutorials.
     
  9. corlando52

    corlando52 What's a Dremel?

    Joined:
    10 Aug 2009
    Posts:
    6
    Likes Received:
    0
    Thanks

    Thanks for clearing that up! My one concern is that once get a circuit you want to keep, then you have to buy a new Arduino for another circuit. I like the old days when you just bought a handful of resistors, etc, and you could make a bunch of circuits.
    I bought a book with the Arduino, but it wasn't very helpful. In fact, I came to the conclusion that the best use for it would be as an interface between a computer and my car, allowing me to give commands and having the car react, ie, open the driver's door, open the window, etc.

    Chris
     

Share This Page