Page 11 of 13 FirstFirst ... 910111213 LastLast
Results 101 to 110 of 124

Thread: DMX to WS2801 Pixel Bridge

  1. #101
    Join Date
    Nov 2008
    Location
    Delphos OH
    Posts
    1,171

    Default Re: DMX to WS2801 Pixel Bridge

    ok so i have my first one built. now a question now that i was thinking. jw if these are default to 1 and 2 univ? so i cant change that? also is there no way to set a start address of each just in case i only have a few pixels on each one?

    also is the firmware still set for only 1 univ split between the 4 univ?? sorry for all the questions lol.
    2012 - The year of the pixels
    21ft tall 12x38ct WS2811 Pixel Megatree - DONE
    5 36ct GECE Pixel Archs - Maybe
    Pixelated roofline with windows - DONE
    Bigger matrix and pixel star - DONE
    Added 1200 pixels, a few strobes, and fast tubes
    Now it just all has to play nicely lol.

    http://www.facebook.com/FiedlerFamilyChristmas

  2. #102
    Join Date
    Nov 2008
    Location
    Delphos OH
    Posts
    1,171

    Default Re: DMX to WS2801 Pixel Bridge

    still looking for answers to questions above^^^^^^

    also one more, can i run more than 42 off 1 port, im in need of 50 per port for 3 ports.
    2012 - The year of the pixels
    21ft tall 12x38ct WS2811 Pixel Megatree - DONE
    5 36ct GECE Pixel Archs - Maybe
    Pixelated roofline with windows - DONE
    Bigger matrix and pixel star - DONE
    Added 1200 pixels, a few strobes, and fast tubes
    Now it just all has to play nicely lol.

    http://www.facebook.com/FiedlerFamilyChristmas

  3. #103

    Default Re: DMX to WS2801 Pixel Bridge

    Quote Originally Posted by fathead45 View Post
    still looking for answers to questions above^^^^^^

    also one more, can i run more than 42 off 1 port, im in need of 50 per port for 3 ports.
    If you examine the assembly source code, it looks like this can be accomplished. I would try changing BANK_CHANNELS to 150 and then deleting the code for OUTPUT CHANNEL BANK 4.

    -MH

  4. #104
    Join Date
    Nov 2008
    Location
    Delphos OH
    Posts
    1,171

    Default Re: DMX to WS2801 Pixel Bridge

    ok thanks. sorry im not a code monkey lol.
    2012 - The year of the pixels
    21ft tall 12x38ct WS2811 Pixel Megatree - DONE
    5 36ct GECE Pixel Archs - Maybe
    Pixelated roofline with windows - DONE
    Bigger matrix and pixel star - DONE
    Added 1200 pixels, a few strobes, and fast tubes
    Now it just all has to play nicely lol.

    http://www.facebook.com/FiedlerFamilyChristmas

  5. #105

    Default Re: DMX to WS2801 Pixel Bridge

    I tried out this method for dimming 6803 pixels on RPM's design:
    http://doityourselfchristmas.com/for...for-old-pixels
    If I had all 4 outputs enabled, it flickered pretty badly. So I disabled 3 outputs and left one enabled and I could not notice any flicker. It is nice to see the brightness change with each DMX step.

    BTW, I'm not a code monkey, more like a hack monkey.

    -MH

  6. #106

    Default Re: DMX to WS2801 Pixel Bridge

    Quote Originally Posted by Mac Hosehead View Post
    I tried out this method for dimming 6803 pixels on RPM's design:
    http://doityourselfchristmas.com/for...for-old-pixels
    If I had all 4 outputs enabled, it flickered pretty badly. So I disabled 3 outputs and left one enabled and I could not notice any flicker. It is nice to see the brightness change with each DMX step.

    BTW, I'm not a code monkey, more like a hack monkey.

    -MH
    I went to 127 steps instead of 255 and I was able to get all four outputs working acceptably. I can barely notice a little flicker on the first two steps but I have to look closely. I am attaching the modified source code if anyone wants to try it out. It's a keeper for me. Of course, this is only for 6803 pixels. Thanks go to RPM for the hard work.

    NOTE: I am using a ATMEGA328P processor. If I remove the comment on an include statement AVR Studio complains. Your assembler might need the proper include statement for the processor you are using.

    -MH
    Attached Files Attached Files

  7. #107
    Join Date
    Sep 2008
    Location
    Baulkham Hills, NSW
    Posts
    2,241

    Default Re: DMX to WS2801 Pixel Bridge

    Great work.
    What happens when you increase the spi clk. Does the flickering get worst or better?

  8. #108
    Join Date
    Nov 2008
    Location
    Delphos OH
    Posts
    1,171

    Default Re: DMX to WS2801 Pixel Bridge

    what programmer do i need to reprogram these?
    2012 - The year of the pixels
    21ft tall 12x38ct WS2811 Pixel Megatree - DONE
    5 36ct GECE Pixel Archs - Maybe
    Pixelated roofline with windows - DONE
    Bigger matrix and pixel star - DONE
    Added 1200 pixels, a few strobes, and fast tubes
    Now it just all has to play nicely lol.

    http://www.facebook.com/FiedlerFamilyChristmas

  9. #109

    Default Re: DMX to WS2801 Pixel Bridge

    @Matt_Edwards
    No changes were made to the output routines, only the way data is supplied to the routines. Originally data was supplied via a look-up table with 32 levels. The change looks at the lower 3 bits of DMX and adjusts the data to achieve a virtual 127 levels. I'm sure more optimization is possible but at present it looks good enough for anything I'm doing. Other changes can be easily made such as strings with different lengths.

    @fathead45
    There seems to be a myriad of AVR programmers. The one I'm using is based on this:
    http://www.fischl.de/usbasp/
    I'm am using a pre-made one bought from here:
    http://www.protostack.com/blog/
    This is a cool site and includes tutorials for the DIYer. I buy other supplies from here as well. One issue is the ISP connector. I use a 10 pin header which also supplies power from USB to the circuit being programmed. You might need an adapter cable to the ISP connector you are using. The signals are the same just arranged differently.

    -MH

  10. #110

    Default Re: DMX to WS2801 Pixel Bridge

    I like the design you made for the pixel bridge, but what do I have to do to control lpd6803 chips (single strip bridge), in the reloaded quad bridge you can choose between ws or lpd, but I can't find it in the single bridge firmware.

    (sorry for obvious question, but I'm pretty new at this, and sorry for bumping the topic)

Page 11 of 13 FirstFirst ... 910111213 LastLast

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
  •