Hello Particle Community! noob here
I am trying to connect a door strike to my Particle Photon. One problem that I am facing right now is that my door strike takes in 12V, whereas the particle pins (from D0-D7) doesn’t provide enough voltage. Then I brought a step up transformer, was hoping to amp up the voltage to unlock the door strike. Unfortunately, it can unlock only once.
Particle pins(D2 & D3) in the following set up that I did for two different versions are initially set to ON:
Particle pin (D3, GND) produced 2.8V-----X----> Transformer -----X----> Door Strike = Failed
- The set up above failed because the transformer requires at least 3V to function.
Particle pin (D2 & D3, GND) produced 3.2V-------> Transformer output reads 15.8V--------> Door Strike = Failed
- The set up above, the transformer output(-/+) reads 15.8V but once I connect the output wires to the door strike will unlock ONLY once. In addition, if I turn the particle pin (D3 &D2) OFF and then ON again, the door strike will not respond. In order to unlock it again I have to manually connect and disconnect either the positive or negative wires from the door strike. (I used D2 & D3 because I made an app that performs digitalWrite ON/OFF on them)
If you guys have a solution to solve this please leave a comment below. Thanks for taking the time to read this!