need help with using 2 stamps at once
betaboy
Posts: 8
how do u connect 2 BS2 stamps together, so they are being used in one program, but you increase the # of I/O
pins that are able to be used?
pins that are able to be used?
Comments
http://www.parallax.com/dl/docs/cols/nv/vol3/col/nv81.pdf
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon Williams
Applications Engineer, Parallax
Dallas, TX· USA
You can't directly connect a second stamp and have more IO pins. You have to write a program that runs in the second stamp and manages the IO lines and sends the data to the a program running on the first stamp.
If you just want to have additional IO lines you'll want to use a decoder like a 74HC138 which will allow you to control 8 IO lines from 4 pins. You can cascade them to have even greater expansion, such as using only 5 pins to control 24 IO lines.
Jim
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon Williams
Applications Engineer, Parallax
Dallas, TX· USA