Is it possible to break Board of Education ports?
Hello, today I was learning how stuff works on the board of education and the P15 port stopped working. It doesnt transmit power anymore. Neither does P13. Is this possible? Or is there some sort of reset I should do?
Comments
Connect up an LED and current limiting resistor as shown in the "What's a Microcontroller?" tutorial and enter an LED blink program as shown in the tutorial (for the I/O pin involved). It should blink. If not, the I/O pin is probably damaged.
·
Mike is correct; Parallax Inc. offers a 1/2 off replacement policy for all the modules we manufacture. That means you can send in the module to us and receive a credit on your account for 1/2 the amount of the module returned. For example, if you sent in a Basic Stamp 2; which normally sales for $49.00, you would receive a credit of $24.50. If you would like to take advantage of this offer, please contact technical support at 888-997-8267 and we will create an Return Merchandise Authorization (RMA) number.
·
Thank you,
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Joshua Donelson
www.parallax.com
·
The Board Of Education would still be covered with the 1/2 price replacement; because we manufacturer that part.
·
However, you can run a test to see if the BS2 is damaged by connecting an anode(+) leg of the LED to P15 on the X2 header, and the cathode (-) leg of the LED to Vss with a 470Ω resistor in series;·then run a program to blink pin 15 *see below*. You can confirm this with all the pins in question; just be sure to change the code to the pin being tested. If you do not get the LED blinking, it's a good indication that the pin is bad on the BS2 and not the BOE.
·
' {$STAMP BS2}
' {$PBASIC 2.5}
·
DO
· HIGH 15
· PAUSE 500
· LOW 15
· PAUSE 500
LOOP
·
If you have questions on running this test, feel free to contact me (888-997-8267) and I will help
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Joshua Donelson
www.parallax.com
It sounds like you will have to sent the BS2 in for further testing to concluded what happened. I will contact you via Private Mesaage (PM) to set up the rest of your RMA.
Thank you
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Joshua Donelson
www.parallax.com