Shop OBEX P1 Docs P2 Docs Learn Events
Bs2p40 — Parallax Forums

Bs2p40

ArchiverArchiver Posts: 46,084
edited 2002-11-12 02:36 in General Discussion
I need buy a BS2p40, is it able now?

=====
Alberto Zamora Estrada.
Phone: (506) 220-6736.
Cell: (506) 374-3846.
Fax: (506) 220-8684
Investigaci

Comments

  • ArchiverArchiver Posts: 46,084
    edited 2001-05-16 20:03
    > I need buy a BS2p40, is it able now?

    Yes, it has been available for a few months now.


    Mark Hillier, VE6HVW
    President, HVW Technologies Inc.
    Canadian Distributors of Parallax Products and other Neat Stuff
    Tel: (403)-730-8603 Fax: (403)-730-8903
    See our NEW BASIC Stamp Prototyping tools !
    http://www.hvwtech.com/stampstack.htm
  • ArchiverArchiver Posts: 46,084
    edited 2001-05-16 20:12
    thanks.

    and the starter kit to program the BSp40 is available?
    --- Mark Hillier <Mark@H...> escribi
  • ArchiverArchiver Posts: 46,084
    edited 2001-05-17 18:51
    > thanks.
    >
    > and the starter kit to program the BSp40 is available?

    I believe Parallax is working on a board for the 40-pin modules, but as far as I

    know, it isn't ready yet.


    Mark Hillier, VE6HVW
    President, HVW Technologies Inc.
    Canadian Distributors of Parallax Products and other Neat Stuff
    Tel: (403)-730-8603 Fax: (403)-730-8903
    See our NEW BASIC Stamp Prototyping tools !
    http://www.hvwtech.com/stampstack.htm
  • ArchiverArchiver Posts: 46,084
    edited 2001-05-17 18:58
    The ASP-II works great with any breadboard and the BSP40 (or any of the
    Stamp II variants: BS2, BS2E, BS2P28, BS2SX).

    You can use a big breadboard too if you like which is nice. You can also
    leave your circuits on the breadboard and just move the ASP-II to another
    breadboard.

    http://www.al-williams.com/awce/asp2.htm

    Regards,

    Al Williams
    AWC
    * Floating point A/D: http://www.al-williams.com/awce/pak9.htm



    >
    Original Message
    > From: Mark Hillier [noparse]/noparse]mailto:[url=http://forums.parallaxinc.com/group/basicstamps/post?postID=W7C8iSqCD4jXqa2x4RA8gK5LJbv8Jsf-0VbT83TBGSdVgG7JpG8Ng_eQ0DXbvjHT3px1vGoD]Mark@H...[/url
    > Sent: Thursday, May 17, 2001 12:52 PM
    > To: basicstamps@yahoogroups.com
    > Subject: Re: [noparse][[/noparse]basicstamps] BS2P40
    >
    >
    >
    >
    > > thanks.
    > >
    > > and the starter kit to program the BSp40 is available?
    >
    > I believe Parallax is working on a board for the 40-pin modules,
    > but as far as I
    > know, it isn't ready yet.
    >
    >
    > Mark Hillier, VE6HVW
    > President, HVW Technologies Inc.
    > Canadian Distributors of Parallax Products and other Neat Stuff
    > Tel: (403)-730-8603 Fax: (403)-730-8903
    > See our NEW BASIC Stamp Prototyping tools !
    > http://www.hvwtech.com/stampstack.htm
    >
    >
    >
    > Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
    >
  • ArchiverArchiver Posts: 46,084
    edited 2001-05-17 22:09
    I am developing an application with the BP2p40. My
    finished product will be housed on a custom board, but
    for testing purposes - e.g. qualifying ADC's and shift
    registers - I am using an existing Board of Education
    and limiting myself to the 16 I/O pins that are
    connected (P0 to P7, X8 to X15). The top pins - 1 to 4
    and 21 to 24 on 24-pin Stamps, 1 to 4 and 37 to 40 on
    the BS2p40 - are identical, so this is practical for
    development, and my application requires a PC board
    instead of wiring the I/O anyway.

    Bob Pence


    --- Mark Hillier <Mark@H...> wrote:
    >
    >
    > > thanks.
    > >
    > > and the starter kit to program the BSp40 is
    > available?
    >
    > I believe Parallax is working on a board for the
    > 40-pin modules, but as far as I
    > know, it isn't ready yet.
    >
    >
    > Mark Hillier, VE6HVW
    > President, HVW Technologies Inc.
    > Canadian Distributors of Parallax Products and other
    > Neat Stuff
    > Tel: (403)-730-8603 Fax: (403)-730-8903
    > See our NEW BASIC Stamp Prototyping tools !
    > http://www.hvwtech.com/stampstack.htm
    >
    >
    >
    > Your use of Yahoo! Groups is subject to
    > http://docs.yahoo.com/info/terms/
    >
    >


    =====
    Regards,

    Bob Pence

    NOTE: This mail is sent using my wireless phone. Calling me at 1 (610) 563-6198
    is preferred to a reply. If replying to this email address, please do not quote
    the original message.

    __________________________________________________
    Do You Yahoo!?
    Yahoo! Auctions - buy the things you want at great prices
    http://auctions.yahoo.com/
  • ArchiverArchiver Posts: 46,084
    edited 2002-11-12 02:36
    I used code like this on A bs2p40 demo board with A bs2c stamp and every thing
    works but when I install the bs2p40 stamp the motor's respond by running 1 cw
    and the other ccw and wont stop on 750 command or change dir on the + - command.
    x var byte
    speed var byte
    speed = 0
    again:
    for x = 1 to 200
    pulsout 1,750 + speed
    pulsout 2,750 - speed
    pause 20
    next
    speed = 100
    goto again
    any ideas
    thanks max


    [noparse][[/noparse]Non-text portions of this message have been removed]
Sign In or Register to comment.