Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

10 KHz frequency detector

Status
Not open for further replies.

Azkart

New Member
Hi, I have robot competition this semester and one of the requirements is that the robot needs to detect the signal coming from a cable that is buried underground and needs to avoid that area.

The frequency of the cable is 10 Khz and the cable is around <1 inch underground.

Thanks for your time and sorry for the trouble.

Sorry I forgot to add the question.
The problem that I'm facing is that I'm not sure how to detect the signal, I have been thinking of using a coil but the result will be in AC voltage and the microcontroller only works with DC voltage.
 
Last edited:
Yes, use a coil to detect the coil. Find the inductance of your "detecting" coil, and use the parallel resonance formula to select a capacitor to go in parallel with it. Amplify the signal from that with an op-amp. Capacitor-block the output of the amp, and rectify the signal with a couple of diodes and a capacitor in a "charge pump" arrangement. Put a resistor on the cap to bleed the voltage down when the pump isn't running. Read the resulting DC voltage on the cap with the A/D input of the microcontroller. Search on "inductive loop" for more.
 
Last edited:
One of the neat things about this is that you can test it with fifty feet of wire and an old radio. Place the loop of wire around the room and drive it with the speaker output of the radio (or an old tape recorder or something).

Start with the amp circuit, don't bother with the resonant cap yet. Hook your detector coil across the differential inputs to the op-amp circuit, connect earphones through a cap to the output. With high gain (use a pot on the feedback resistor of the opamp so you can adjust it) when you bring the detector coil close to the loop, you can hear the output of the radio. This way you can test the first stage of the circuit.

You can also listen to the 10khz signal this way.

With the resonant cap, you will improve the detection range and be able to back off on the gain, which will reduce noise and interference. It will also be more selective as to what frequency it detects - the radio will sound tinny and lack bass.

At this point you can rectify the output of the amp with a charge pump (two diodes). Drive the pump through a capacitor or you will get the offset of the amp. Send the output of this to a cap and a bleeder resistor (use a pot for the bleeder so you can adjust it). Now you can measure the voltage with a meter, see if it acts the way you want before you write code for the A/D.
 
Status
Not open for further replies.

New Articles From Microcontroller Tips

Back
Top