Shop OBEX P1 Docs P2 Docs Learn Events
SV: [basicstamps] (unknown) — Parallax Forums

SV: [basicstamps] (unknown)

ArchiverArchiver Posts: 46,084
edited 2002-06-11 14:21 in General Discussion
Greetings!

> I have got some basic newbie questions. I am looking to build my
> first robot.My basic plan is to get a Stamp and learn how to program
> it first. Then I will go ahead and purchase either the LynxMotion (
> http://www.lynxmotion.com/ ) Quadrapod 2 or Hexapod 2 kit. Then once
> I have all that working progress on to adding sensors and such, but I
> am attempting to plan things out in advance.

Good thinking, planning things out.
There's too many who just jumps into it and ends up with all the wrong
tools...

> My first decision is which Stamp to buy.

I don't know Java, so can't say anything about the Javelin...
Other than that...
The BS1 will be too limited. (512Bytes EEPROM program storage and 8 IO
pins.)
The BS2 range; the BS2 has 2KB EEPROM program storage.
The others have 8 x 2KB and an additional 64Bytes 'scratchpad' RAM except
the BS2p...
The BS2p have 8 x 2KB and the possibility to READ and WRITE to other EEPROM
areas that the current executing program is running in, 128Bytes
'scratchpad' RAM and both I2C and 1-Wire bus support.
The BS2 series have 16 IO pins except the BS2p which comes in either a 24pin
package with 16 IO pins, or a 40pin package with 32 IO pins.
As for speed, the BS1 does about 2000 instructions/s, the BS2 does 4000(I
think) and the BS2p does 12000 on a good day.
(I'd go for the BS2p because of the flexibility)

The price difference is so small that it doesn't matter.
(They're CHEAP compared to the bots you're considering)

Another option, if you want Basic, but need more power, is the Basic tiger
from
http://www.wilke-technology.com/
They're not much more expensive than the BS2, but have a lot more 'oomph'...
(Development tools may be more costly, though)


> Monitor battery and recharge via solar (or another method)
Dallas has both AD converters and battery monitors in their 1-wire range.
(1-wire networks uses only one pin, and can address units using unique 64bit
serial numbers.)

There's also temperature sensors, switches, digital Potentiometers(100KOhm),
NV-RAM and other goodies.
(Including a Java powered iButton)

> Communication between bot and PC to keep logs

Maybe one of the RF kits that Parallax sells...

:-)
Trygve

Comments

Sign In or Register to comment.