FAP wrote: ↑Sat Jan 18, 2020 1:05 am
Ok, so I know there's a way to continuously activate those circular pressure(?) pads found in some electronic toys. Like these ones:
61XJy+43cfL._AC_.jpg
I know I asked this question before, and it involved using a transistor soldered in some way between the two sides of a given pad. I tried it but never got it to work, so my questions are,
1. is there a way to trigger these pads so that they run continuously, preferably without having to draw current from a separate battery? and
2. is there a way to do this with a 555 chip?
Your image file is not coming through, but usually a pressure pad is going to be a switch. Am I on the right track?
If those switches are interfacing with digital circuitry they typically toggle from one state (high or low) to the other, if this is the case sticking a 555 in its place should work fine. All a 555 does at the output is alternate opening and closing two transistor switches, one referencing "low/ground/Vee" and the other referencing "high/power/Vcc".
What you need to do is measure the pad under operation.
Record a measurement of the pad in the idle state, and record a measurement of the pad in the pressed state. If there are other pressure related states, record those too, but understand it has probably left the domain of a 555 if you need to recreate the middle ground.
Now you should have a representation of the switch. I'm guessing it's an on/off sort of thing and there's a voltage of some sort involved.
Recreating that is easy to do with a 555 if the on/off amounts to "very close to your power rail/very close to ground", just sort your timing needs via standard circuitry and connect the output of the 555 directly to the "input" side of the switch (ie: one of those pads carries the DATA and the other carries the REFERENCE, ignore the reference as it is now supplied by the 555, it is the data line you need to tap).
Another possible circumstance is that the switch is supplied by an intermediate voltage that is supplied by the circuitry it is supporting, it is inadvisable to introduce the power rail as information if the switch is on something like a 3.3 volt leg. In this instance you either plant a switching transistor (I'd grab a mosfet) in place of the switch (sounds like what you've tried in the past to less than stellar results?) and maybe drive the gate of the mosfet with the 555 which will in essence decouple the power rail from the information rail.
There are more potential layers, like a switch matrix, but we're talking about a kids toy and I'd expect little resistance to learning its secrets.
The crux is: you've got to measure out the system you're working on to tailor the best solution.
I might be more help seeing the image, but I might not. Getting voltage measurements of the various states is FAR more valuable than looking at a colorful plastic circle.