Results 1 to 6 of 6
  1. Rep:
    DPalive's Avatar
    Posts
    402
    Points
    1,313
    Join Date
    Mar 2011
    Location
    Toronto, Ontario
    Default

    Arduino

    Remove this ad: become a supporter
    hey! i know a bunch of you guys used an arduino to control guys lights, which one did you guys use, im confused, there's so many, can some one point me to the correct one with a link? please and thank you -DPalive


    ^^^this^^^

  2. Rep:
    ThreeFN's Avatar
    Posts
    557
    Points
    1,226
    Join Date
    Jul 2009
    Location
    Houston, TX
    Default

    Re: Arduino

    Quote Originally Posted by DPalive View Post
    hey! i know a bunch of you guys used an arduino to control guys lights, which one did you guys use, im confused, there's so many, can some one point me to the correct one with a link? please and thank you -DPalive
    It depends, I think everyone uses different ones.

    What you should realize is that, for the most part, code can run on any of the arduinos. Just like you can drive pretty much any car. The difference is the horsepower

    This page gives you a pretty comprehensive breakdown of the different units and what their capabilities are.

    The Uno is fairly powerful, and is always a good starting point. In my case doesn't have enough RAM to fit all the math that's needed for my large display so I upgraded to the Mega (and the teensy++, a cross compiled alternative to the Mega). And now, I'm waiting on the new Due to come out, which is a whole other can of worms.
    Adage: "To continuously one up itself"
    Corollary: "And by proxy all others"
    Extension: "Including Daft Punk themselves"
    YOUTUBE BLOG FLICKR Photobucket
    Currently Working On: code base 3.0, auxiliary lighting, lightbars of DOOM

  3. Rep:
    DPalive's Avatar
    Posts
    402
    Points
    1,313
    Join Date
    Mar 2011
    Location
    Toronto, Ontario
    Default

    Re: Arduino

    thank you, so do you think the uno is a good start?


    ^^^this^^^

  4. Rep:
    ThreeFN's Avatar
    Posts
    557
    Points
    1,226
    Join Date
    Jul 2009
    Location
    Houston, TX
    Default

    Re: Arduino

    Quote Originally Posted by DPalive View Post
    thank you, so do you think the uno is a good start?
    Really, it's the only start I'd recommend. When you actually understand the capabilities of the arduino, and whether or not the Uno will work for your application, then it's work looking into the other options.

    Depending on your skill and coding background, starter kits are generally not a bad idea. It will normally give you some leds, motors, sensors, and whatever to play around with and get your feet wet. Some might have books or guides. There never is an all encompassing 'starter guide' to the arduino, but there is a lot of content so long as you're willing to look for it.
    Adage: "To continuously one up itself"
    Corollary: "And by proxy all others"
    Extension: "Including Daft Punk themselves"
    YOUTUBE BLOG FLICKR Photobucket
    Currently Working On: code base 3.0, auxiliary lighting, lightbars of DOOM

  5. Rep:
    Posts
    25
    Points
    91
    Join Date
    Aug 2011
    Default

    Re: Arduino

    If you're really set on using Arduino, I recommend the UNO as well. That's what I bought and am using for my helmet. That being said, if you don't know much about arduino or the coding, I recommend buying those chaser boards that Tekparasite recommends. They are cheap and simple to use. It took me a few days before I fully understood how to get the arduino and Volpins/James code to work, and I still haven't learned how to write my own code, so for right now I'm limited.

  6. Rep:
    DPalive's Avatar
    Posts
    402
    Points
    1,313
    Join Date
    Mar 2011
    Location
    Toronto, Ontario
    Default

    Re: Arduino

    ya i think i want to use an arduino, i like how you can have multiple settings, thanks for the feedback guys, your help was amazing!


    ^^^this^^^

Similar Threads

  1. Replies: 17
    Last Post: 17th Mar 2011, 22:50