BS2px issue
Just purchased a BS2px and I believe that it may be malfunctioning.
Do,loop routines do not continue after 3 cycles through the program. Also when the power is shut off the program needs to be reloaded. It will not run unless the program is loaded again. On my old BS2 this was not an issue.·Any thoughts?
Thank you in advance.
·
Do,loop routines do not continue after 3 cycles through the program. Also when the power is shut off the program needs to be reloaded. It will not run unless the program is loaded again. On my old BS2 this was not an issue.·Any thoughts?
Thank you in advance.
·

Comments
Like all the Stamps, the program is stored directly in an EEPROM and would not need to be reloaded to be able to run again.
Your description of DO / LOOP not working after 3 loops doesn't make sense either.
Make sure your power source works
·
Dave
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Dave Andreae
Parallax Tech Support·
' {$STAMP BS2px}
' {$PBASIC 2.5}
DO
HIGH 0
PAUSE 500
LOW 0
PAUSE 500
LOOP
When I run this program I get 5v for a moment on my scope, then back to zero.
When I hit the reset button on my B.O.E. Nothing happens still zero volts.
Only when I reload the program from the basic stamp editor do I get the 5v fot like 1ms.
I appears to be a quirky resonator issue. It works sometimes and sometimes not.
Told me to try·a few things to replicate the issue.
Will play with it as suggested.
Thanks all for your help.
Toborg