Shop OBEX P1 Docs P2 Docs Learn Events
help for basic stamp newb — Parallax Forums

help for basic stamp newb

mashersmashermashersmasher Posts: 7
edited 2007-04-23 17:38 in BASIC Stamp
so i got an ancient version of this board from ebay. unlike this one mine has no capacitors and i was wondering whether that would cause a problem or reduce the live of my bs2. also does it need a voltage regulator like the kind on the boe board to prevent burnout? last question, has anyone successfully overclocked there basic stamp 2 and would it serve any purpose?
http://www.parallax.com/detail.asp?product_id=27120

Comments

  • mashersmashermashersmasher Posts: 7
    edited 2007-04-23 14:07
    oh and another question. if i use 12v from 4 aa batteries on ether the BOE or bs2 Carrier Board will it cause harm to eather the stamp or the board? are there any modifications i can do to make them function on 12v without burnout? the reason is i want to use 12v on motors i have for a robotics project and i want to avoid having 2 power sources or adding another voltage regulator
  • Mike GreenMike Green Posts: 23,101
    edited 2007-04-23 14:34
    The capacitors are there to allow you to use the serial connector for data. When you open a serial port on a PC, the DTR line is made active. This resets the Stamp. Without the capacitors, this reset lasts until the serial port is closed ... not very usable. I suggest you add them ... it's easy enough to do.

    The Stamp has a regulator on it's substrate. This regulator has a little excess capacity which you can use for your circuit. Check the Stamp Manual for details. If you're going to need more power than what this regulator can supply, you'll need another one installed on the board.

    Regarding overclocking ... It would be a waste of a perfectly good Stamp. You are likely to break the Stamp itself trying to remove and replace the resonator and it would change all the timings. Whether the Stamp would still work afterwards is anyone's guess.

    All of the Stamps are designed to use a Vin up to 12V. Keep in mind that anything above 5V must be dissipated as heat and the regulator on the Stamp substrate is limited in how much it can dissipate. If you use any significant amount of current from the on-Stamp regulator to power other devices, you may have to limit the Vin to keep the heat dissipation within reason.
  • Chris SavageChris Savage Parallax Engineering Posts: 14,406
    edited 2007-04-23 15:34
    mashersmasher said...(trimmed)
    unlike this one mine has no capacitors and i was wondering whether that would cause a problem or reduce the live of my bs2. also does it need a voltage regulator like the kind on the boe board to prevent burnout?
    Hello,

    ·· The capacitors are there to block DC on the DTR line.· The problem is somewhat rare on PCs but we have seen it especially on some Dell computers.· When the Serial Port is idle the DTR line is held high, effectively holding the BASIC Stamp in a reset state.· The capacitors block the DTR and allow only a single pulse through (like edge triggering) during the normal reset which occurs during programming or identification.· You will know if you need them by writing a single program to blink an LED.· If it doesn't run without unplugging your programming cable then you have that issue.· A possible work-around though is to include a DEBUG line at the beginning of the program which will cause the port to remain open to the BASIC Stamp Editor and your program would run normally.
    mashersmasher said...(trimmed)
    oh and another question. if i use 12v from 4 aa batteries on ether the BOE or bs2 Carrier Board will it cause harm to eather the stamp or the board?
    If your 4AA batteries are producing 12V you may have a power problem.· 4AA batteries ·should produce ~6VDC.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Chris Savage
    Parallax Tech Support
  • mashersmashermashersmasher Posts: 7
    edited 2007-04-23 17:28
    sorry my bad i meant 8 aa's

    thanks for the help everyone
  • mashersmashermashersmasher Posts: 7
    edited 2007-04-23 17:38
    oh and sorry to double post but which way does the bs2 go in the Carrier board? big chip facing the serial port?
Sign In or Register to comment.