Results 1 to 5 of 5

Thread: WIRETrix Sequencer

  1. #1
    Join Date
    Aug 2008
    Location
    Columbus, OH
    Posts
    1,821

    Default WIRETrix Sequencer

    Nice to see that there is more Arduino interest on the forum than when I did my first project.

    I did an Arduino project almost 2 years ago and posted the results here.

    Here is the link:
    http://doityourselfchristmas.com/for...rame-Sequencer

    I wish I had my SSRneon-G2 board when I did this. It would have made it alot easier.

    Just thought I'd post this so it would be in the Arduino forum.

  2. #2
    Join Date
    Jan 2008
    Location
    Indiana, USA
    Posts
    213

    Default Re: WIRETrix Sequencer

    Nice! I'll echo/rephrase a question asked in that thread: was this on/off only, or did you incorporate dimming? If dimming, how did you manage ZC?

    Also, did you ever build the bigger versions you mentioned? How'd that work out?

  3. #3
    Join Date
    Aug 2008
    Location
    Columbus, OH
    Posts
    1,821

    Default Re: WIRETrix Sequencer

    Dimming is accomplished via PWM. It is independent of VIXEN. So, zero cross doesn't come into play.
    Vixen simply turns this unit on or off.
    I didn't build the bigger version, but the code is already doing 8 channels.
    Quote Originally Posted by DennyMo View Post
    Nice! I'll echo/rephrase a question asked in that thread: was this on/off only, or did you incorporate dimming? If dimming, how did you manage ZC?

    Also, did you ever build the bigger versions you mentioned? How'd that work out?

  4. #4
    Join Date
    Jan 2008
    Location
    Indiana, USA
    Posts
    213

    Default Re: WIRETrix Sequencer

    Sorry, I need to clarify my question. Is the output from your Arduino on/off or PWM dimming?

  5. #5
    Join Date
    Aug 2008
    Location
    Columbus, OH
    Posts
    1,821

    Default Re: WIRETrix Sequencer

    The one I built is on/off.
    PWM can be turned on with a simple code change.
    You have to hard code the dim up/down time interval.
    Quote Originally Posted by DennyMo View Post
    Sorry, I need to clarify my question. Is the output from your Arduino on/off or PWM dimming?

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
  •