Pic-programming?

Discussion in 'Computers and Technology' started by Virre, Sep 23, 2009.

  1. Virre

    Virre Level IV

    Joined:
    Nov 30, 2006
    Messages:
    1,181
    Likes Received:
    63
    Location:
    Stockholm
    Does anyone here have any experience with pic-programming of led's who could give me a hand with a project?
     
  2. Zer0

    Zer0 Level IV

    Joined:
    Mar 2, 2008
    Messages:
    3,037
    Likes Received:
    180
    Location:
    Home sweet home
    I've some very very basic stuff with it. I doubt I'll be able to help you out much, but you never know :p
    So whatcha planning?
     
  3. Virre

    Virre Level IV

    Joined:
    Nov 30, 2006
    Messages:
    1,181
    Likes Received:
    63
    Location:
    Stockholm
    I want to create a small led matrix that will be put on a sculpture, but am unsure on what components I should get and what kind of program I should use for the animations.
     
  4. toesocks

    toesocks Level I

    Joined:
    Aug 5, 2009
    Messages:
    141
    Likes Received:
    6
    i've always wanted to be able to make stuff like that, but i'd only end up blowing something up lol good luck though :)
     
  5. Zer0

    Zer0 Level IV

    Joined:
    Mar 2, 2008
    Messages:
    3,037
    Likes Received:
    180
    Location:
    Home sweet home
  6. Virre

    Virre Level IV

    Joined:
    Nov 30, 2006
    Messages:
    1,181
    Likes Received:
    63
    Location:
    Stockholm
    Swell, thanks 0! Those sites are very helpful regarding the programming. I think I'm gonna buy a pre-made led matrix and just do the coding myself since I need quite a few led's in the dot matrix. The matrix will show a pounding heart (not the <3 one but a more realistic one) but I only want it to be about 15-20 cm wide. Do you know any good retailers for these things? The matrixes on ebay are too small :/
     
  7. Zer0

    Zer0 Level IV

    Joined:
    Mar 2, 2008
    Messages:
    3,037
    Likes Received:
    180
    Location:
    Home sweet home
  8. Virre

    Virre Level IV

    Joined:
    Nov 30, 2006
    Messages:
    1,181
    Likes Received:
    63
    Location:
    Stockholm
    Yeah, the 5x7 seem to be standard, but I don't know how to combine them to create one big display. :/
     
  9. Zer0

    Zer0 Level IV

    Joined:
    Mar 2, 2008
    Messages:
    3,037
    Likes Received:
    180
    Location:
    Home sweet home
    Well, you could program each of them separately. Each matrix would display one part of the image. :/
     
  10. Virre

    Virre Level IV

    Joined:
    Nov 30, 2006
    Messages:
    1,181
    Likes Received:
    63
    Location:
    Stockholm
    I was thinking somewhere along those lines as well. One major problem would be syncing them though, since the picture will be animated it would look horrible if any of the arrays is slightly off. :/
     
  11. Zer0

    Zer0 Level IV

    Joined:
    Mar 2, 2008
    Messages:
    3,037
    Likes Received:
    180
    Location:
    Home sweet home
    Usually electronics like this can be synchronized using a clock pulse.
     
  12. Virre

    Virre Level IV

    Joined:
    Nov 30, 2006
    Messages:
    1,181
    Likes Received:
    63
    Location:
    Stockholm
    That's true. Wouldn't the whole thing require me to re-wire the matrixes and add reistance if I want only one power source? I'm not good at these things, that's why I'm looking for a pre-made dot matrix.
     
  13. Virre

    Virre Level IV

    Joined:
    Nov 30, 2006
    Messages:
    1,181
    Likes Received:
    63
    Location:
    Stockholm
    So I've gotten my interest in pic-programming up again. I definately want to learn the basics that I could integrate with the new technology available through conductive threads and fabric.
    Do anyone know some good basic programming tutorials and sets? I have no experience in programming at all, so I need some good guide in how to program C for pic and preferably a pre-made kit (nothing I would have to solder together myself since I lack the tools for this).

    So yeah, bump.

    edit:
    Or should I go with Arduino? Which is easier for a total newbie?