I would like to use a "magnetic latching switch" for turning a circuit on & off using a low-power magnet. I saw the US1881 Hall switch, which would seem to be an ideal solution; however, the datasheet says that it is rated for 50mA (max).
For my project, I would like to switch on & off the positive terminal of a 7.4v battery. My circuit draws up to 170mA.
I'm a bit confused (I never worked with these kind of switches before), and hence, I could really use some suggestions & ideas. Perhaps I should take a different approach?
Could it be that what you are looking for is a latching relay?
Apply one polarity pulse and it operates and the opposite to turn it off. Use H bridge driver to control it.
Greensprings:
use the logic of the arduino to do the toggle and a relay/transistor
A relay should not be be connected direct to the outputs due to back EMF (preferred even if diode used). You would also need two relays, one to pulse and one to reverse the polarity.
Please show how this can be done with transistors without using a H bridge circuit.
The H bridge driver is a simpler, neater way to do the job.
just write code to read an input from the hall signal and send a driver signal to whatever you need to control your power, mosfet, transistor, vacuum tube, however, whatever
I farm weeds of various types.
Th OP refers to a magnetic latching switch. None of the devices you mention match this description.
Other responses have also spoken of magnetic devices and the need to reverse the polarity.
Thanks guys for all the suggestions. These give me some great starting pointers
I just came across this pushbutton power switch from pololu (Pololu Pushbutton Power Switch SV (old version)). It looks like it might be a interesting option. I could maybe replace the "push switch" with a hall effect sensor (thanks BillHo for the tip) so that it acts as the switch. Grumpy_Mike, thanks... yes, I realize that I would have to turn the magnet around in order to expose the other pole to a US1881 in order to "toggle it".
I wonder if Pololu's switch itself (not counting the load) would have a very low power draw when it is activated. It looks like it only draws microamps when it is switched "off"...
Very interesting options out there... I'm learning a lot from everyone's comments. Thanks!