Hello. I am fairly new to this but I have run into a bit of a problem.
I have my Arduino Uno set up to do some stuff with some sensors and make some decisions, and when certain conditions are met, a digital pin is turned on.
Now, this pin outputs a current at 5v, with slightly less amps than the 5v connector on the board. I need to drive another circuit that requires about twice the amps and voltage, so I set it up with a rely (I really don't know what I am doing here).
So, I wired up the digital pin on the arduino into one end of the coil in the relay, and wired up the digital ground to the other end of the coil. Then, I wired up the positive end of a 9v battery directly to one end of the paddles in the relay, and the negative end goes to the higher current circuit I am driving. The other connection in the relay then goes to the higher current circuit.
The higher current circuit is very simple. It is a piece of nichrome wire, I believe, all it is doing is setting off a model rocket. The power from the digital pin in the arduino board is not enough to set off the rocket, but powering it directly from Vin doesn't seem like what I want to do because I don't want to suddenly drop the voltage going to the arduino. So I am using this relay to have the arduino be on its own battery but interface with another more simple circuit with another battery.
So everything seems to work, except this one thing. I plug in fresh 9v batteries, attach my volt meter to the leads coming from the relay, and then activate the relay. I hear the physical click, the voltage jumps to 9v on the leads coming from the relay, seems to work. I try to launch my rocket after the countdown and junk that my arduino is doing, and nothing. I go and test the voltage again on the leads from the relay, and it has dropped to 7v when the relay is activated, and the amps have fallen to nothing.
So simply by testing the voltage that first time, I am somehow draining the battery completely, and it is only happening to the battery going through the high voltage part of the relay which is a very very simple circuit assuming i hooked up the relay properly. Any thoughts? I am doing something wrong, I just don't know what it is.