Stamp I/O max voltage
ltmhall
Posts: 102
I built a sound detector circuit for my robot that has a output of 5.75V whent it detects a
4kHz signal. Is this to much voltage to apply to a input of the basic stamp. Or should I just decrease
the supply voltage or input a resistor on the output ?
4kHz signal. Is this to much voltage to apply to a input of the basic stamp. Or should I just decrease
the supply voltage or input a resistor on the output ?
Comments
Now, these diodes can't conduct a LOT of current. What this means is there needs to be some serial resistance (like 10 Kohms) between the I/O pin and the input voltage.
Since the 'normal' input resistance of the I/O pin is quite high (meaning the normal input current is quite low), putting a 10 KOhm resistance in series with the pin should not drop the 'normal' signal very much, and will limit the current the protection diode has to deal with.
As another example, using a 22 Kohm resistor enables the PIC I/O pin to be used to recieve the +- 10 volt RS232 signalling voltage directly. The 'internal protection diodes' will 'clip' the resulting waveform that the BS2 'sees' to 0 and 5 volts.
only rise to 3v. So I used a 7.5 volt source and when the circuit detected the signal I got out 5.75v . Do you think
that using the 7.5 volt source( even though the circuit shows 5 volt source) to get an output of 5.75v out then using a current limiting resistor is a good idea ? The components I used were resistors capacitors, a microphone, and a LM324.