Active-Low switches on Prop w/ debouce
Chicago Mike
Posts: 88
I can't believe I'm asking this, but I'm frustrated. I've always used active-high switching for button inputs on the Propeller with no troubles, however I've been trying to do a standard active-low and having no luck at all. The standard wiring of these is as follows, and thats what I've tried:
3.3V
|
10K
|
PIN <---|
|
SW (N/O)
|
GND
The issue I'm having is that 10K doesn't work... I actually have to go down to a 47 Ohm resistor to get this to work!!!! Is this normal? Do I really need to be supplying 7ma? The issue I have with this is that with using such a low value to Vcc causes problems with adding a 1uf cap in the Ground so I can debounce. (It just charges way too quick). Anyone run into this and have a solution?
ThankS!
Post Edited (Chicago Mike) : 6/2/2007 10:19:48 PM GMT
3.3V
|
10K
|
PIN <---|
|
SW (N/O)
|
GND
The issue I'm having is that 10K doesn't work... I actually have to go down to a 47 Ohm resistor to get this to work!!!! Is this normal? Do I really need to be supplying 7ma? The issue I have with this is that with using such a low value to Vcc causes problems with adding a 1uf cap in the Ground so I can debounce. (It just charges way too quick). Anyone run into this and have a solution?
ThankS!
Post Edited (Chicago Mike) : 6/2/2007 10:19:48 PM GMT
Comments
It's when we have a really mystical problem that we should ALWAYS go back and check the absolute basics and do this methodically checking and cross-checking (like swap things around). It really saves having to beat your own brains out especially when you find out how dumb and simple it was.
*Peter*
Very stupid and wasted hours. Thanks.