Basic stamp not found
fahad
Posts: 14
Hello guys. I was using my recently bought BS2P 24pin module. It was working fine until yesterday when it started saying again and again basic
stamp not found. The 9V battery is brand new and even tried dc power supplies of 5V and another battery of 9V. I also tried replacing the usb
serial cable with a new one but it didn't worked.I even went on trying using another board of education but it didnt worked. When I check
identity it says yes for both loop and echo.I would also tell that when i connect the power the BS2P 24 starts heating up very very much.like
someone is soldering the stamp...
The heating up did not happened before....even when i was using the same power supply the 9 V battery. I have tried other power supplies but it still heats up very much...the heating only started when it started giving the error basic stamp not found.
I am using Board of Education USB version.
I am so much confused and worried what to do if the BS2P 24 is unable to be used anymore.
PLEASE I NEED HELP IMMEDIATELY.....can i replace my bs2p24 if it is busted.
Can anyone tell me if the basic stamp 2p is malfunctioning
stamp not found. The 9V battery is brand new and even tried dc power supplies of 5V and another battery of 9V. I also tried replacing the usb
serial cable with a new one but it didn't worked.I even went on trying using another board of education but it didnt worked. When I check
identity it says yes for both loop and echo.I would also tell that when i connect the power the BS2P 24 starts heating up very very much.like
someone is soldering the stamp...
The heating up did not happened before....even when i was using the same power supply the 9 V battery. I have tried other power supplies but it still heats up very much...the heating only started when it started giving the error basic stamp not found.
I am using Board of Education USB version.
I am so much confused and worried what to do if the BS2P 24 is unable to be used anymore.
PLEASE I NEED HELP IMMEDIATELY.....can i replace my bs2p24 if it is busted.
Can anyone tell me if the basic stamp 2p is malfunctioning
Comments
What part of the module gets hot? Does it do this on it's own when plugged into the board and powered up with nothing else wired up or connected?
Robert
The fact that the chip was overheating to the point it "smelled like someone was soldering the Stamp" sounds like it has been damaged. This could be due to a lot of things; wrong input voltage, backwards input voltage, over voltage on inputs, over current draw on outputs.
You are driving a motor, how are you interfacing it to protect the Basic Stamp?
You should remove the new post you put up,
http://forums.parallax.com/showthread.php?t=126723
as it will confuse people in thinking it is a new indecent, and then they would be asking the same questions again.
Please post as much information that you can regarding connections and software.
Jim
the code i below
' {$STAMP BS2p}
' {$PBASIC 2.5}
DO
HIGH 14
LOOP
The BS2 is only capable of supplying or sinking 30ma of current on each pin. If you try to pull 100ma through a motor, it's bound to fry the chip. You need an interface for the motor.
Running motors directly from a pin is not good, and if you didn't have a commutation diode that's worse.
There's not enough difference between a BS2sx and a BS2p to cause what you're describing.
From what you've recently described, there's no way you could have damaged either model Stamp, so it must be something else. Either what you've described is not in fact true or something else has happened and you haven't given us enough information to figure that out.
Remember that, for a Stamp to be identified and programmed, there must be power applied to the Stamp so that it can operate and the serial port used for downloading must be functioning properly including the DTR control line.
Barring that, you have a power problem or a serial communications problem and neither one would affect a BS2p and not a BS2sx.
See here