Hi,
I have a high voltage electric livestock fence that runs from my house to a barn about 1/2 mile away. I want to build a communication device that makes use of this existing wired connection to transmit a low voltage signal (ideally ~12 volts) along the wire with ground return to complete the circuit. I have a working prototype of this part of the circuit.
The technical challenge I am now trying to solve is how to transmit this signal on a live fence without destroying my low voltage electronics. It is a design requirement that the fence remains powered during communication (transmission will occur from both the house and barn and the fence energizer can only be turned off from one of these places).
Here are a few options that I have considered:
1) use a diode or series of diodes with a high breakdown voltage to block the high voltage fence pulses
I have a high voltage electric livestock fence that runs from my house to a barn about 1/2 mile away. I want to build a communication device that makes use of this existing wired connection to transmit a low voltage signal (ideally ~12 volts) along the wire with ground return to complete the circuit. I have a working prototype of this part of the circuit.
The technical challenge I am now trying to solve is how to transmit this signal on a live fence without destroying my low voltage electronics. It is a design requirement that the fence remains powered during communication (transmission will occur from both the house and barn and the fence energizer can only be turned off from one of these places).
Here are a few options that I have considered:
1) use a diode or series of diodes with a high breakdown voltage to block the high voltage fence pulses
- HV diodes have a large forward voltage drop
- HV diodes are expensive
2) strategically disconnect/isolate the low voltage circuitry from the fence before each high voltage pulse- this seems technically challenging because it requires precise timing
- this seems technically challenging because it requires quickly switching high voltages
3) use a voltage-divider-esque circuit that limits the high voltage down to a safe level and then send the low voltage signal the opposite direction through the divider- this is just a thought I had of something that could be possible with the right circuit elements, but I'm not sure how
Here are the specifications:- high voltage energizer pulses: max 10 kV, ~100 mA, <10 ms pulses at ~1 Hz
- low voltage signal: 12 volts, very small current
- low voltage components include transistor, DC power supply or battery, microcontroller
Thanks!