Can I build my own, smaller "carrier board"?
bulkhead
Posts: 405
I have my whole circuit designed and tested and am in the process of making it permanent (soldering it together). I've found most of the parts I think will work from Radioshack:
IC socket for stamp: www.radioshack.com/product/index.jsp?productId=2062605&cp
-it has a few more pins than needed, but looks like it will work
Breadboard-layout Printed Circuit Board: www.radioshack.com/product/index.jsp?productId=2102846&cp
9-position female D-sub connector ("serial port"): www.radioshack.com/product/index.jsp?productId=2103806&cp
If I am correct, this is all I need to do this? I simply need to connect the pins on the stamp to the right pins on the serial connector for it to work? Thanks.
IC socket for stamp: www.radioshack.com/product/index.jsp?productId=2062605&cp
-it has a few more pins than needed, but looks like it will work
Breadboard-layout Printed Circuit Board: www.radioshack.com/product/index.jsp?productId=2102846&cp
9-position female D-sub connector ("serial port"): www.radioshack.com/product/index.jsp?productId=2103806&cp
If I am correct, this is all I need to do this? I simply need to connect the pins on the stamp to the right pins on the serial connector for it to work? Thanks.
Comments
If I don't want to use an AC adaptor, can I just hook up my battery directly to the Vss and Vin? Or do I need to do something else to regulate the power before it reaches the stamp?
Also, if I don't need the Reset feature, do I just leave RES alone (unwired)?
Here is the link to the schematic: www.parallax.com/dl/docs/prod/schem/supercarrierbd.pdf
VIN is for 5.5-12 volts.· So if you're using 4 AA batteries or a 9V then yes, use VIN.· As for RESET, leave it unconnected if not using it.· Do NOT tie it HIGH, internally it is pulled-up.· Tying HIGH or LOW will cause undesireable effects.· Tying it LOW would mean the Stamp was always in a RESET state and tying it HIGH would mean you couldn't program it as well as affecting the brownout circuit in a bad way.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Tech Support
csavage@parallax.com
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Tech Support
csavage@parallax.com
I originally was using the Super Carrier Board, but I also had a breadboard where my circuit was wired up. The PCB in the link is the same layout as my breadboard, so it was easy transfering everything. The Super Carrier is smaller, but it is a little too wide for my application. Also, the way I had it mounted on my robot before, I could not access the serial plug easily. Now I can run my robot with the serial cable plugged in, so debugging is easier.
It probably would be much easier to use a Super Carrier Board. Next time I design a robot, I'll keep in that in mind so it has enough room to fit. This time around, I had my robot built before I put any thought as to where the stamp would go...
Thanks again for the help.