Power up problem.
Archiver
Posts: 46,084
Hi guys, I have a BasicStamp 2 that I'm using as a converter
for an automotive sensor prototype. The Stamp recieves pulse width
modulated data and converts it to ASCII then sends to a laptop.
IF the power to the laptop is present before the STAMP power
then the Stamp doesn't run. If the Stamp is powered first everything
is fine. Any help???
I assume I'll need an isolated driver or something like that...
Part numbers?? Schematics??
Thanks,
Gary
for an automotive sensor prototype. The Stamp recieves pulse width
modulated data and converts it to ASCII then sends to a laptop.
IF the power to the laptop is present before the STAMP power
then the Stamp doesn't run. If the Stamp is powered first everything
is fine. Any help???
I assume I'll need an isolated driver or something like that...
Part numbers?? Schematics??
Thanks,
Gary
Comments
--- In basicstamps@y..., "histatmac" <gary.shelton@h...> wrote:
> Hi guys, I have a BasicStamp 2 that I'm using as a converter
> for an automotive sensor prototype. The Stamp recieves pulse width
> modulated data and converts it to ASCII then sends to a laptop.
> IF the power to the laptop is present before the STAMP power
> then the Stamp doesn't run. If the Stamp is powered first everything
> is fine. Any help???
> I assume I'll need an isolated driver or something like that...
> Part numbers?? Schematics??
>
> Thanks,
> Gary
Leroy
histatmac wrote:
>
> Apparently no one else has ever had this problem????
>
> --- In basicstamps@y..., "histatmac" <gary.shelton@h...> wrote:
> > Hi guys, I have a BasicStamp 2 that I'm using as a converter
> > for an automotive sensor prototype. The Stamp recieves pulse width
> > modulated data and converts it to ASCII then sends to a laptop.
> > IF the power to the laptop is present before the STAMP power
> > then the Stamp doesn't run. If the Stamp is powered first everything
> > is fine. Any help???
> > I assume I'll need an isolated driver or something like that...
> > Part numbers?? Schematics??
> >
> > Thanks,
> > Gary
>
> To UNSUBSCRIBE, just send mail to:
> basicstamps-unsubscribe@yahoogroups.com
> from the same email address that you subscribed. Text in the Subject and Body
of the message will be ignored.
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
Try something like this:
http://focus.ti.com/docs/prod/productfolder.jhtml?genericPartNumber=TL7705B
This is a voltage supervisor with a programmable delay that you could use as
a "reset" to the stamp. The part is available in PDIP if you are opposed to
surface mount devices. You can get samples from TI or buy from Digi-Key
(p/n 296-3242-5-ND)
Tom
Original Message
From: "histatmac" <gary.shelton@h...>
To: <basicstamps@yahoogroups.com>
Sent: Wednesday, April 17, 2002 11:59 AM
Subject: [noparse][[/noparse]basicstamps] Re: Power up problem.
> Apparently no one else has ever had this problem????
>
> --- In basicstamps@y..., "histatmac" <gary.shelton@h...> wrote:
> > Hi guys, I have a BasicStamp 2 that I'm using as a converter
> > for an automotive sensor prototype. The Stamp recieves pulse width
> > modulated data and converts it to ASCII then sends to a laptop.
> > IF the power to the laptop is present before the STAMP power
> > then the Stamp doesn't run. If the Stamp is powered first everything
> > is fine. Any help???
> > I assume I'll need an isolated driver or something like that...
> > Part numbers?? Schematics??
> >
> > Thanks,
> > Gary
>
>
> To UNSUBSCRIBE, just send mail to:
> basicstamps-unsubscribe@yahoogroups.com
> from the same email address that you subscribed. Text in the Subject and
Body of the message will be ignored.
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
When a system locks at power up, the problem is often a phenomenon
called SCR latchup. The outside source (your laptop) turns on first
and drives a large current (>~20 ma) into an input pin of the Stamp
(i.e. an input pin on the PIC chip on the stamp). The Stamp stays
locked when you apply power to it. No function. Bad. Also possibly
damaging if the current is too too high.
The simple fix for this problem is to put a resistor between the
source (the laptop) and the Stamp chip input, to limit the current to
10 milliamps or less. A 470 ohm resistor is usually sufficient.
Maybe that is the problem. Could be something else.
-- Tracy
(P.S. Probably everyone in EE has been bitten by this problem at one
time or another. FYI, the lockup is actually a side effect of the
construction of integrated circuits, the substrate diode, which at
high currents becomes a "silicon controlled rectifier", with positive
feedback that keeps it in a locked state. )
>Apparently no one else has ever had this problem????
>
>--- In basicstamps@y..., "histatmac" <gary.shelton@h...> wrote:
> > Hi guys, I have a BasicStamp 2 that I'm using as a converter
> > for an automotive sensor prototype. The Stamp recieves pulse width
> > modulated data and converts it to ASCII then sends to a laptop.
> > IF the power to the laptop is present before the STAMP power
> > then the Stamp doesn't run. If the Stamp is powered first everything
> > is fine. Any help???
> > I assume I'll need an isolated driver or something like that...
> > Part numbers?? Schematics??
> >
> > Thanks,
> > Gary
Gary
--- In basicstamps@y..., Tracy Allen <tracy@e...> wrote:
> Hi Gary,
>
> When a system locks at power up, the problem is often a phenomenon
> called SCR latchup. The outside source (your laptop) turns on
first
> and drives a large current (>~20 ma) into an input pin of the Stamp
> (i.e. an input pin on the PIC chip on the stamp). The Stamp stays
> locked when you apply power to it. No function. Bad. Also
possibly
> damaging if the current is too too high.
>
> The simple fix for this problem is to put a resistor between the
> source (the laptop) and the Stamp chip input, to limit the current
to
> 10 milliamps or less. A 470 ohm resistor is usually sufficient.
>
> Maybe that is the problem. Could be something else.
>
> -- Tracy
>
> (P.S. Probably everyone in EE has been bitten by this problem at
one
> time or another. FYI, the lockup is actually a side effect of the
> construction of integrated circuits, the substrate diode, which at
> high currents becomes a "silicon controlled rectifier", with
positive
> feedback that keeps it in a locked state. )
>