Hi all, I'd like to start off by 'warning' you that this is my first ever Arduino project, and I really don't know if it would be classed as a complex starter or not. I've already spent hours googling and searching the forums, you're my last hope!
I'm currently studying Alevel product design, and making a low voltage desk lamp. The design brief (which I wrote) says that the lamp should be operated (turned on and off) via an old mobile phone. Due to limited space in the lamp, I decided I would be able to use an Arduino nano (without pins). The old mobile which I'm using generates a < 1v, possibly alternating current (no oscilloscope to check) when a text is received, such that I cannot properly trigger anything with a transistor or even a Darlington pair, not even make an led flash! However, I found that a thyristor happily switches at this current, bringing benefits such as no denounce circuit is required to get rid of the possible ac, but a (major?) hindrance that it has to be reset by stopping the voltage flowing through it.
Through a lot of reading and experimenting, I have been able to trigger a relay via the Arduino using the blink example. That's about as much as I seem to be able to handle... I simply need to incorporate the thyristor into the circuit, to toggle the light (operated through a relay). So the final idea is: Phone rings, thyristor switches, light on, wait 10s for signal at gate to stop, thyristor resets ....later.... phone rings, thyristor switches, light off, wait 10s for signal at gate to stop, thyristor resets.
I hope the attached diagram (hastily drawn on my ipad) helps clear things up, though I don't know where I should be attaching the anode and cathode of the thyristor so I left it free, would any of you know? Lastly, I truly have no clue on where to begin with the code (sketch, I believe?). I hope I didn't do too terribly on my first post, thanks for any help!
Ps. On the diagram, green is 3.7v, red is 5v and white/yellow is 12v