Christmas lights using led pixels (totally off topic)


Closed Thread
Results 1 to 6 of 6
  1. #1
    Join Date
    Nov 2005
    Location
    Bombay, India
    Posts
    947

    Default Christmas lights using led pixels (totally off topic)

    I got some led pixels from China recently to satisfy an inner urge to play with them. I was very happy to get the new toy. Being more Psoc oriented these days, I took some code written by Mike Tsao (sowbug on github) and ported it to the Cypress Psoc. I was done quite quickly and just in time for putting up my decoration. Reason for using psoc - I needed a device with at least 200 bytes of RAM to hold the information for the 50 pixels + 5V operation. PICs I had in stock were of a lower capacity RAM.

    Here is a video showing the working and effects of the lights.



    Merry Christmas all.

    Regards
    Jerson

  2. #2
    Join Date
    Jan 2009
    Location
    Miami, Florida USA
    Posts
    642


    Did you find this post helpful? Yes | No

    Default Re: Christmas lights using led pixels (totally off topic)

    Very nice!!! Thank you for posting. These LED pixels are new to me, so now I've got to play with them .

    Since all you need to do is to send 24 bits serially per bit, why do you need 200 bytes of RAM? You can hold the bytes information in EEPROM memory or in the program memory.

    Robert
    "No one is completely worthless. They can always serve as a bad example."

    Anonymous

  3. #3
    Join Date
    Nov 2005
    Location
    Bombay, India
    Posts
    947


    Did you find this post helpful? Yes | No

    Default Re: Christmas lights using led pixels (totally off topic)

    50 pixels * 4 bytes (long variable 1byte is not used)=200bytes of Ram. The reason I need the ram is because most of the patterns which scroll use memory move commands on the RAM. Of course, you could do similar stuff out of Rom as well, but, I had to get this finished quickly with what I had at hand. I bought the pixels here http://www.aliexpress.com/item/Free-...635065030.html
    Last edited by Jerson; - 24th December 2012 at 07:36. Reason: Wrong URL

  4. #4
    Join Date
    Nov 2003
    Location
    Wellton, U.S.A.
    Posts
    5,924


    Did you find this post helpful? Yes | No

    Default Re: Christmas lights using led pixels (totally off topic)

    That is cool!!!
    Now another to to play with.
    Dave
    Always wear safety glasses while programming.

  5. #5
    Join Date
    Nov 2003
    Location
    Greece
    Posts
    3,806


    Did you find this post helpful? Yes | No

    Default Re: Christmas lights using led pixels (totally off topic)

    Jerson, that is very cool!

    Well done. It open my appetite for new led effects.

    Ioannis

  6. #6
    Join Date
    Nov 2005
    Location
    Bombay, India
    Posts
    947


    Did you find this post helpful? Yes | No

    Default Re: Christmas lights using led pixels (totally off topic)

    Thanks Robert, Ioannis. These lights excited me a lot before Christmas, so I decided to get them. Now, I found there are some suited to billboard displays too. They are in the 5050 SMD format, are addressable and come in flexible strips. I haven't been able to locate a source for these yet. Might be interesting work to do a small display using these strips.

Similar Threads

  1. Replies: 2
    Last Post: - 15th December 2012, 01:19
  2. One of 33 LED output Indicator
    By SOTASOTA in forum mel PIC BASIC Pro
    Replies: 6
    Last Post: - 5th December 2012, 17:26
  3. Replies: 0
    Last Post: - 1st December 2010, 22:48
  4. RGB Christmas Lights
    By JEC in forum mel PIC BASIC Pro
    Replies: 12
    Last Post: - 13th January 2009, 18:44
  5. Totally Baffled with Elapsed Timer
    By CocaColaKid in forum mel PIC BASIC Pro
    Replies: 5
    Last Post: - 11th June 2008, 21:01

Members who have read this thread : 1

You do not have permission to view the list of names.

Posting Permissions

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