Hi! I have a simple project I want to make, but I have limited knowledge in electronics component variety, so I hope to get a little bit of advice.
Scenario:
I have arduino and hobby king transmitter connected together. On button being pressed, transmitter sents signal to receiver. Receiver will establish connection between battery/heating wire, keep it connected for 4 seconds, and disconnect them back.
Ok, I've got arduino and transmitter working together. Now as for battery-receiver-heating wire part: what is the best way to make it reliable? Ideally, I want to use only 1 battery source for receiver and heating wire to keep place usage at minimum. Receiver needs 4.2V, heating wire around 9V, so I'll probably end up using 12V battery and 2 voltage regulators.
What is the best way to make system reliable?
I can imagine this draft:
- When receiver gets signal, its activates (?) something.
- That something(?) connect battery and heating wire together.
- Adruino wait 4 seconds.
- Signal again, now that (?) something disconnect battery and heating wire.
So, my question is, what that (?) something might be? And...
Is it possible to use only 1 battery? Like, at some point, it will have to power receiver and heating wire through some voltage regulators together - is that reliable? Or I have to stick to 2 separate batteries here?
Thanks!