Creating basic stamp circuit from scratch. Help!
jpc1105
Posts: 3
So, Im trying to make my own circuit for this electric skateboard I made. And I just need help with making sure I have everything I need to run it without parallax's boards.
This is what I think I need.
The Stamp
5v regulator for i/o
Sout, Sin, ATN, for serial? (Can i use a Serial to USB cable?)
the PCB
is that it?
This is what I think I need.
The Stamp
5v regulator for i/o
Sout, Sin, ATN, for serial? (Can i use a Serial to USB cable?)
the PCB
is that it?
Comments
Take A look at the OEMBS2,It is all through hole components. This will help give You an idea of whats needed for Your project.
http://www.parallax.com/Store/Microcontrollers/BASICStampOEM/tabid/135/CategoryID/10/List/0/SortField/0/Level/a/ProductID/21/Default.aspx
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
The Truth is out there············___$WMc%___···························· BoogerWoods, FL. USA
The BASIC Stamp Syntax and Reference Manual (included in the Stamp Editor's help files) has a diagram showing how to connect Sout/Sin/Atn to a serial port or a USB to serial adapter. Make sure your adapter is one that can be used for programming a Stamp. The FTDI chip based ones generally work and Keyspan's High Speed Serial Adapter works.
This will help with serial to USB.
http://www.parallax.com/Store/Accessories/CablesConverters/tabid/166/CategoryID/40/List/0/Level/a/ProductID/378/Default.aspx?SortField=ProductName,ProductName
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
The Truth is out there············___$WMc%___···························· BoogerWoods, FL. USA
I'll take a look at those documentation. I love how there is help online basically instantly! Thanks again!