Possible Shorted Basic Stamp 2
Mooneyguy
Posts: 77
I may have inadvertently shorted my Basic Stamp 2 board from the back side and would like to know if there is a trouble shooting document available or else what measurements I should perform to determine if the board is good or bad. I had a working bread board made, then went outside to demonstrate it in the back yard and put it on a glass table. I started it up and to make room for my mouse, I pushed it to the edge of the table which has a frame made of old painted aluminum. The bottom of the board scraped accross the old painted aluminum frame. Then assembly then stopped working. When I unplug and plug in the unit with the USB, I get the USB lights to blink like normal but my yellow and green LEDs which are hooked to P11 and P14 now blink together and then stop blinking all together. The LEDs are only supposed to blink one at a time and then stop to let the other one start blinking. The unit I am controlling with the Stamp 2 still works fine. The board can still communicate with the computer. What are the trouble shooting steps I should go throught to see if the Basic Stamp 2 is good or bad? If P11 and P15 are bad, can P 8 and P 10 still be good or is the entire unit bad? I just got in a hurry to get the device hooked up and ended up doing something dumb along the way I am afraid.
Comments
Here is a program that I wrote last month. I had a bunch of old PStamps that I had blown some I/O but I could not remember which ones were blown.
This program will test all the IO on any BS2 series PStamp. It checks VOH (Output High Voltage), VOL (Output Low Voltage), VIH (Input High Voltage) and VIL (Input Low Voltage). It then checks the Reset function, and then the Brownout Detector. After all tests are finished, the results are displayed and stored in EEPROM. You can even plug the PStamp in years later and see the results from the last test (and not have to re-run the test!). This way you can instantly see which I/O (if any) are bad so you can determine if you can use the device in your design. If all the tests PASS, then your PStamp is pretty much good to go.
I will make changes in time. I will also make a BS1 version.
Paul
Thanks for the complement.
Maybe you can put your "spin" on it for the Propeller. I have not yet explored the Propeller but I have started to write some code and to make up some libraries so that when I do "spin" up on it I will be ready.
Paul
Mark
I will put my spinning touch to it.
It's a good idea for you to make your own libraries too, since the Propeller has it's own libraries already preloaded in the Spin Tool.
http://forums.parallax.com/showthread.php/124744-Stamp-BS2-Testing?p=930555&viewfull=1#post930555
http://www.savagecircuits.com/stamptester