Hello,
Recently I Aquired one of those small rc spy tanks that are sold around Christmas time. I'm in the process of modifying it to be controlled with my arduino mega and I want to keep the wireless camera feed part of the bot. My problem is, what would be the best way to power the little black/white camera and video transmitter? And if I want to be able to turn both the camera and transmitter on/off with the arduino how would I do so? The camera runs off 9v and the transmitter operates off of 5v. Here is the data sheet for the transmitter, I could not find one for the camera. http://equipment.57883.com/uploadimages/download/2010330154924118.pdf
beeedy:
Hello,
Recently I Aquired one of those small rc spy tanks that are sold around Christmas time. I'm in the process of modifying it to be controlled with my arduino mega and I want to keep the wireless camera feed part of the bot. My problem is, what would be the best way to power the little black/white camera and video transmitter? And if I want to be able to turn both the camera and transmitter on/off with the arduino how would I do so? The camera runs off 9v and the transmitter operates off of 5v. Here is the data sheet for the transmitter, I could not find one for the camera. http://equipment.57883.com/uploadimages/download/2010330154924118.pdf
Alright thanks! Is there a way todo it with out relays? I'm trying to save board space and a relay seems very large I'll deffinatly look into it though!
The second picture is meant for controlling regular A/C current. The first picture is just a chip that takes 3 positions on the breadboard (and you can get ones with 2 positions), and it only works on direct current I believe. You do need to look carefully at the datasheet for the opto-isolator you are buying to see whether it can handle the voltage and amperage of the circuit you want to control.
I was having trouble getting my 4N26JP chips to work, so in frustration, I bought the larger relays. And then I decided to be serious about setting it up, and found the 4N26JP works just fine, and figured to try the relay as well. Now, for my application (using a telegraph key to fire my steampunk camera, I may actually use the relay, because of the clicking, but normally I would use the 4N26JP).
Magician:
Transmitter would be easy to power up from your arduino, as it's 5V, assuming you have 5v version of the arduino board.
read this just after finishing up a separate power supply for the transmitter.... I saw someone say that you can not power very much through the 5v pin and you risk blowing your board if you try to pull more then a few ma through the pin. If this is incorrect then please, let me know! The transmittter pulls around 110ma and so if that is ok to power from the 5v pin, please let me know! As for the camera supply, the arduino is being fed 9v and that is the same the camera is using so can I just wire the camera into the VIN pin on the arduino mega? Thanks for all the help!
Shouldn't be any problem with 100 mA, i believe it could supply 500 mA or even more depends on input voltage.
I don't think powering cam via Vin is good idea, there would be less voltage available, as pin connected in series with a diode. Better take power directly from battery terminals.
Magician:
Shouldn't be any problem with 100 mA, i believe it could supply 500 mA or even more depends on input voltage.
I don't think powering cam via Vin is good idea, there would be less voltage available, as pin connected in series with a diode. Better take power directly from battery terminals.
Thanks! Guess its time to desolder some components. Looks like I'll just be using the transistors to control powers ans hook the cam right up to the battery terminal.
I found this super simple circuit online http://itp.nyu.edu/physcomp/Tutorials/HighCurrentLoads and it appears the transistor is just hooking the light/motor circuit up to ground. Using this principal could I tie the ground of the cam/transmitter together and use one transistor to turn them on/off?
Bad idea. Nothing wrong with a circuit, but it's good only for two wires load. In case more complex devices, with multiple inputs/outputs connected to others interfaces / circuits you will get a bunch of problem if you try to switch in ground wire. For example, transmitter would get 4 V or so voltage in REVERSE from +9V -> camera -> transmitter -> +5V