Best Basic Stamp for my application - and where to start
benchtoplabs
Posts: 3
I have a project I started earlier this year... I am building the control system for a custom-designed ROV
Submersible· (Remote controlled submarine)· I have played around with different ideas, but keep coming
back to using a PIC of some sort.· I am looking for an easy way to read commands on the surface from
a Playstation Controller, and then transmit the status of about 8-10 variables to the remote system which
will then activate a set of relays which power my onboard systems.· I may have a certain amount of return
data to the surface, but at this point not very much.· I am looking for a quick and easy way to get into the
BASIC stamp and prototype this up.· Anyone have any recommendations on which BASIC variant to use,
and/or some good referrences for the serial interface between the 2 stamps?· I saw that radio shack is
carrying the Basic Stamp 2 and a small development board...· Good idea for me to get started with?
Thanks for any help.
I think at this point I already have all the data I need on the playstation controller..
--Joe
Submersible· (Remote controlled submarine)· I have played around with different ideas, but keep coming
back to using a PIC of some sort.· I am looking for an easy way to read commands on the surface from
a Playstation Controller, and then transmit the status of about 8-10 variables to the remote system which
will then activate a set of relays which power my onboard systems.· I may have a certain amount of return
data to the surface, but at this point not very much.· I am looking for a quick and easy way to get into the
BASIC stamp and prototype this up.· Anyone have any recommendations on which BASIC variant to use,
and/or some good referrences for the serial interface between the 2 stamps?· I saw that radio shack is
carrying the Basic Stamp 2 and a small development board...· Good idea for me to get started with?
Thanks for any help.
I think at this point I already have all the data I need on the playstation controller..
--Joe
Comments
Try this link http://www.parallax.com/detail.asp?product_id=27291
There is an added advantage to this kit. After building it, you can use it as a "programming bed" for other OEM chips which can save $ in the long run. Of course I am notoriously cheap. I just looked at what Radio Shack is carrying. The What's a Microcontroller Kit is an excellent place to start .http://www.radioshack.com/product.asp?catalog_name=CTLG&product_id=276-625
A couple of things you need to of which yuo need to be aware. First this kit uses a SERIAL interface. Not a big deal,but if you don't have a usb to serial adapter ,you need to get one. Secondly while you do get a fully functional BS2, it is surfacemount part built into the board( aka Homework Board), not a socketed 28 pin dip. Still a great starting point.
On the other hand, if you're submersing this thing, the Homework board may be what you need for the underwater side. At least the BS2 can't 'shake' loose.
We have already discussed this on another forum...
Would you be willing to discuss this via email?
If you don't mind, please email me at: joe@benchtoplabs.com
---
To everyone else, my goal is to get past the hardware development stage quickly
and focus on software.· After 2 weeks or so I am probably 75% complete with the
hardware design, and 50% complete with a version·1 of the software..
But, I am encountering problems that make me wonder whether the BASIC stamp
will make a better solution..
--Joe
· A couple of articles that might be of interest to you.
······Article about communicating between two·stamps.
····· "A Tale of Two Stamps" http://www.parallax.com/dl/docs/cols/nv/vol3/col/nv81.pdf
····· Article about connecting a PlayStation controller to a stamp.
······ "PlayStation Control Redux" http://www.parallax.com/dl/docs/cols/nv/vol4/col/nv101.pdf
Kevin
I wish I had read that before I became like that college student... poof goes the PIC!
It is always a good idea to look hard to see where the trace on a breadboard goes before
you assume its free.....
Thanks for your help, I think·I will pick up a BASIC to actually toy with and see where it goes.
--Joe