Shop OBEX P1 Docs P2 Docs Learn Events
communicate between stamps — Parallax Forums

communicate between stamps

ArchiverArchiver Posts: 46,084
edited 2003-02-24 17:24 in General Discussion
I do a large Christmas light display and I use some basic stamps. I
have a project coming up that will need more than 16 outputs. The
commands are simple just pin out and pause. I need to know how to get
say bs 1 to talk to bs 2 to get it to continue the commands and then
loop back to bs1 to start over again

Comments

  • ArchiverArchiver Posts: 46,084
    edited 2003-02-24 17:02
    what about the 40 pin stamp??




    Original Message
    From: <chili340@y...>
    To: <basicstamps@yahoogroups.com>
    Sent: Monday, February 24, 2003 10:43 AM
    Subject: [noparse][[/noparse]basicstamps] communicate between stamps


    > I do a large Christmas light display and I use some basic stamps. I
    > have a project coming up that will need more than 16 outputs. The
    > commands are simple just pin out and pause. I need to know how to get
    > say bs 1 to talk to bs 2 to get it to continue the commands and then
    > loop back to bs1 to start over again
    >
    >
    > To UNSUBSCRIBE, just send mail to:
    > basicstamps-unsubscribe@yahoogroups.com
    > from the same email address that you subscribed. Text in the Subject and
    Body of the message will be ignored.
    >
    >
    > Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
    >
    >
  • ArchiverArchiver Posts: 46,084
    edited 2003-02-24 17:12
    If you just need more outputs, you can expand your Stamp with a $1 device --
    the 74HC595. Download the StampWorks manual from Parallax to see how to use
    this neat chip. With just three Stamp lines you can have 8, 16, 24 ... even
    more outputs, because the '595 can be cascaded. The only thing you have to
    do is keep bit patterns in memory [noparse][[/noparse]1 byte per '595] then shift them out.

    -- Jon Williams
    -- Parallax

    In a message dated 2/24/2003 10:45:48 AM Central Standard Time,
    chili340@y... writes:

    > I do a large Christmas light display and I use some basic stamps. I
    > have a project coming up that will need more than 16 outputs. The
    > commands are simple just pin out and pause. I need to know how to get
    > say bs 1 to talk to bs 2 to get it to continue the commands and then
    > loop back to bs1 to start over again



    [noparse][[/noparse]Non-text portions of this message have been removed]
  • ArchiverArchiver Posts: 46,084
    edited 2003-02-24 17:13
    Just to get more than 16 outputs I think it is overkill to use a
    second stamp and to do stamp to stamp communication. There are
    simpler methods out there. E.g. use a '595 serial to parallel
    converter (one to get 8 outputs, you can cascade several to get more
    outputs), or apply PAK-I/O-Coprocessors
    (http://www.al-williams.com/pak3.htm)

    regards
    Adrian
  • ArchiverArchiver Posts: 46,084
    edited 2003-02-24 17:24
    Hi,

    Jon just showed me how easy the 74HC595s are. I highly reccomend them, easy
    to use. Let me know if you want help with code for them, Jon showed me a few
    tricks. I am currently controlling 24 outputs with just 3 pins of a Stamp
    and few lines of code. Very handy.

    Jonathan


    Original Message
    From: <jonwms@a...>
    To: <basicstamps@yahoogroups.com>
    Sent: Monday, February 24, 2003 9:12 AM
    Subject: Re: [noparse][[/noparse]basicstamps] communicate between stamps


    > If you just need more outputs, you can expand your Stamp with a $1
    device --
    > the 74HC595. Download the StampWorks manual from Parallax to see how to
    use
    > this neat chip. With just three Stamp lines you can have 8, 16, 24 ...
    even
    > more outputs, because the '595 can be cascaded. The only thing you have
    to
    > do is keep bit patterns in memory [noparse][[/noparse]1 byte per '595] then shift them out.
    >
    > -- Jon Williams
    > -- Parallax
    >
    > In a message dated 2/24/2003 10:45:48 AM Central Standard Time,
    > chili340@y... writes:
    >
    > > I do a large Christmas light display and I use some basic stamps. I
    > > have a project coming up that will need more than 16 outputs. The
    > > commands are simple just pin out and pause. I need to know how to get
    > > say bs 1 to talk to bs 2 to get it to continue the commands and then
    > > loop back to bs1 to start over again
    >
    >
    >
    > [noparse][[/noparse]Non-text portions of this message have been removed]
    >
    >
    > To UNSUBSCRIBE, just send mail to:
    > basicstamps-unsubscribe@yahoogroups.com
    > from the same email address that you subscribed. Text in the Subject and
    Body of the message will be ignored.
    >
    >
    > Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
    >
    >
    >
    >
Sign In or Register to comment.