Page 2 of 2 FirstFirst 1 2
Results 11 to 18 of 18

Thread: I'd like to build my own sound card, any schematics?

  1. #11

    Default

    Quote Originally Posted by Banaticus View Post
    Well, there are also people selling lightsabers, but that hasn't stopped people from posting wiring schematics for LED's, etc. I don't see why the sound board DIY'ers would be more secretive, but I guess they're just not really in tune (pun intended) with the idea of open source.
    While this is a DIY community for the most part, this community wouldn't be where it is without the hard (and tireless) work of many, who spent countless hours of research and money to design and develop things like sound cards, etc. etc. Why would they be so secretive, it's called Intellectual Property (otherwise known as IP). The fact that we tend to share quite a bit of what we know is to help spread the joy. Those who work hard deserve some reward for their efforts, since they spend the money and time to produce said soundboards. And some of the people who sell lightsabers spent lots of time designing and creating these "functional works of art" for others to enjoy, who don't have the skills, machinery or abilities to build for themselves. We don't HAVE to share what we know, many of us help new people to the community out of the goodness of our hearts...

    As SS said, if you're so into open source, go ahead and crank out a sound card design of your own, we'll wait... I'll check back with you in a year or so...
    TCSS MODERATOR
    All n00bs READ these first (PLEASE)!!!:
    1. Forum Guidelines
    2. FJK’s “Down and Dirty” guide to Ohm’s Law

    "Yeah, yeah, I've heard it all before... you want blindingly bright, super loud, running 1138 blinkies off of the cheapest sound card you can find AND you want all of it to run on a battery the size of a dime, and run for a very, VERY long time. That one cracks me up every time..."
    My email: fjk_tcss@yahoo.com

  2. #12

    Default

    I might add that soundboards are not simply circuits that you connect together. I could give you a schematic for a working soundboard right now, and you could buy all the parts and connect them up correctly but it wouldn't do anything.
    You'd need to know how to write firmware for the microcontroller and how to place the sound data onto the storage medium. This isn't the kind of project you do in a circuits class, it's embedded design.

    Click here to learn all about me!
    The Shoutbox: The only place you can double post!
    Anybody who spells it Lightsabre is dyslexic
    "Yeah, if I had Skotts face I'd hit it too" ~ Fenderbender
    "You didn't buy a toy saber just to break it. You bought an economy sound card with a really complicated wrapping scheme." ~ Silver Serpent

  3. #13

    Default

    I think the misconception here might be more fundamental than we're thinking. Wiring diagrams and schematics are for connecting components, not creating them. If I put up a wiring diagram for an LED Engin 10W RGBW, that would tell you how to supply power to the finished component, but...would it tell you how to form the silicon chips? Would it tell you how to dope either side with the impurities necessary to create the charge imbalance which leads to the emission of light when electricity is applied? How about forming the protective dome? The star? The traces?

    What I'm saying is that electricity needs to be told what to do. There's a reason there are programmable chips on these boards. For example, if there were only one type of LED possible, then we wouldn't need a configurable LED driver; we could just plug 'n' play. But this is not the case. The driver needs to be designed, then built, then assembled into a working product. You can't just "get one" and expect it to work. If you could, I'd have done so three years ago when I started this hobby.

    Same thing with the MHS hilt parts, although they are tons simpler to produce than a working soundboard. You may notice that Tim does not post his production process for his proprietary hilt parts system. That's because he developed that product not only as a means to provide neat sabers to the public, but also to get compensation for the time he spent in doing so. If he just gave away the information, we'd all make them ourselves. Bills don't pay themselves, hence we buy the parts from Tim.

    There is a member who built an Arduino-based soundboard, but again, it's going to take study. You've got to adjust and program every part of it. You've got to write the software that interprets the sound files stored on the SD card. You've got to write software to instruct the LED driver to supply power to the LED, and instruct that power to fluctuate in interesting patterns to produce the shimmer. Everything has to be configured.

    With apologies, I'm going to suggest that your first step in this project be to read up more on what it takes to create something like this. It's far more complicated than "plug this here, connect that there, presto". I can identify some of the components on my PC 1.5, but that doesn't mean I know how to get one built.

  4. #14

    Default

    Quote Originally Posted by Skottsaber View Post
    I might add that soundboards are not simply circuits that you connect together. I could give you a schematic for a working soundboard right now, and you could buy all the parts and connect them up correctly but it wouldn't do anything.
    You'd need to know how to write firmware for the microcontroller and how to place the sound data onto the storage medium. This isn't the kind of project you do in a circuits class, it's embedded design.
    winner winner chicken dinner!..

    (bingo)..

    wiring diagram != schematic

    schematic != firmware/code

    IMHO.. just from going off your posts.. Id say this is BIG bite you'll be taking if you decide to start from scratch.... and would be more of a personal goal/adventure..then something you'd be able to complete by the end of the school year.

    Also if you just took someone else's schematic... built it.. and took someone else's firmware... what would YOU have done for your class project? (assembly?)


    I vaguely recall an Arduino based lightsabe board (Lightduino I think it is called.. actually have one of these on my desk)..

    and not to be 'mean'.. but its junk. (at least version I have in hand is).. its HUGE.. very spaced out.. components on both sides.. and uses a SD card.. (large).. not microSD card.. like most newer tech.

    Also.. the reality of that board is.. is nothing more than a custom Arduino + Waveshield...

    Hes not the only one who has done this.. (and done it better)

    however.. in the end.. is still JUST a sound board.

    (doesnt loop 100% perfect like a PLECTER board... more like a Igniter I guess?).
    has no LED driver on it.. no accelerometer...etc..

    Its an Arduino (which I love very much. great platform).. which is a more general/generic platform... where as a PLECTER board (for example) is a PURPOSE designed/driven board..


    That being said.. you have all your answers and open source 'right there'.

    Arduino's are open source hardware.. tons of schematic/board lay outs..

    same with the Adafruit Waveshield..open source and schematics all over.

    (or maybe looking using PWM for audio output instead of a DAC type set-up)? (quality isnt that great..still need an amp)

    what you'll need to do/learn is how to merge these two together, in a small footprint so that it fits in your desired props..

    (myself.. I'd buy a plecter product for anything saber related... no joke.. just great tech.. and purpose built).. for FUN though do whatever you like.. and dont let others discourage you..

    Heres a quick example of some CUSTOM arduino boards.. and a custom Arduino/Waveshield merged board..


    a REAL Arduino dev board.. with the Adafruit Waveshield stacked on top of it..


    the small board in the same pic is my custom 'merger' of those two boards tweaking some things.. and using all SMD parts..etc..













    Flashing bootloader.. then uploading firmware:



    other variants:

    usDuino.. (SMD Arduino with built in microSD card.. no amp/dac..etc.. but can be used for simple PWM audio output)










    I more or less used the same thing in my Spider-Man webshooter pcb's.. (but stripped them down even more!.. bare bones Arduino w/SD card.. to play PWM audio output.. not great.. but better than static prop)















    anywho.... from what I have read.. (and guessing about your experience level here).. "I" suggest maybe starting with the Arduino platform.. its geared toward entry level,, with an easy to get-up-and-running learning curve.

    most thing 'are' open source hardware.. and most code/libraries are public use (free)..

    Hang out at the Arduino forum.. and READ every topic that looks interesting.. or asks a question you could also learn from.



    good luck!
    Last edited by xl97; 05-04-2013 at 09:46 AM.

  5. #15

    Default

    If you have an amazon account, you should buy one of those old telescoping lightsaber blades and change their design so you're not plagiarizing. Make sure you have a small screw driver though.
    Lord Joong Yin
    Master of the shadows, the light, and everything else in between (and Vaapad)

    Chon (Lightsaber 1)
    Heaven

    Ji (Lightsaber 2)
    Earth

  6. #16

    Default

    Quote Originally Posted by JoongYin View Post
    If you have an amazon account, you should buy one of those old telescoping lightsaber blades and change their design so you're not plagiarizing. Make sure you have a small screw driver though.
    That wasn't what he was asking about.
    TCSS MODERATOR
    All n00bs READ these first (PLEASE)!!!:
    1. Forum Guidelines
    2. FJK’s “Down and Dirty” guide to Ohm’s Law

    "Yeah, yeah, I've heard it all before... you want blindingly bright, super loud, running 1138 blinkies off of the cheapest sound card you can find AND you want all of it to run on a battery the size of a dime, and run for a very, VERY long time. That one cracks me up every time..."
    My email: fjk_tcss@yahoo.com

  7. #17

    Join Date
    Jun 2010
    Location
    A galaxy far far away!
    Posts
    177

    Default

    Quote Originally Posted by slothfurnace View Post
    Amen.

    I spent months designing circuitboards, and I don't give out the diagrams. Know why? I put the work into it so I could sell the circuitboards, not give away the hard work. It's also why I don't explain every step of a build (though I do show many steps). Hard work is worth something.
    I built my own sound board as a EE it was not too hard, though I had to call in a favor or three for the coding I needed from a CSE. The things I learned were, A. I would only build it once, Why? It's easier just to buy what's out there. Then why build one to begin with? Because I could and wanted to for the fun of it (but not practical). B. It's a lot of work for someone who's not in the industry or familiar with this type of work. C. Lots of tools and software are involved to do it right, typically not stuff a person has in the garage. I had mine laid out and had a working model on a bread board in three weeks, but getting from that stage to an actual board /card I could use in a custom saber took forever (laziness). I did think of mass producing it, but mine did the exact same thing as most of the others here, and they could sell them cheaper than I could, besides I never wanted to sell, just build. Im not a good sales person... SMH Good luck bud, don't let anyone ever tell you you can't do it, or make you doubt yourself. If you want to give it a go then go for it! Even if you quit, then thats farther than someone else got who gave up before they started. Before you ask no I will not give out my layout either! LOL An answer is only an answer if the answer resolves the question...

  8. #18

    Default

    OK.

    I think this discussion has run it's course.

    Locked - FJK
    TCSS MODERATOR
    All n00bs READ these first (PLEASE)!!!:
    1. Forum Guidelines
    2. FJK’s “Down and Dirty” guide to Ohm’s Law

    "Yeah, yeah, I've heard it all before... you want blindingly bright, super loud, running 1138 blinkies off of the cheapest sound card you can find AND you want all of it to run on a battery the size of a dime, and run for a very, VERY long time. That one cracks me up every time..."
    My email: fjk_tcss@yahoo.com

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •