Quick Notes on things that could be improved in design:
1) The Transmitter Oscillator is just a couple of Transistors with an Inductor. This means that Oscillation could be influenced by the Coil and so the Target. Even a little deviation reduces accuracy considering the Receiver is so sensitive. So, a crystal would be better to use. Or, the micro (if used) could supply the Osc.
2) We should use the Receiver Amplified Input (instead of reading both R and X (resistance and Reactance) after OpAmp filters) , and the Transmitter Osc input - directly to the Micro (Arduino, PIC, etc). So, remove the use of OpAmps to isolate the R and X signals. Because, the Osc Freq is only about 6.5KHz , while the Micros can read the Inputs in the 100KHz-1MHz ranges. Then, the R and X Values can be calculated by the Micro at its convenience. This would result in less circuitry and better accuracy.
1) The Transmitter Oscillator is just a couple of Transistors with an Inductor. This means that Oscillation could be influenced by the Coil and so the Target. Even a little deviation reduces accuracy considering the Receiver is so sensitive. So, a crystal would be better to use. Or, the micro (if used) could supply the Osc.
2) We should use the Receiver Amplified Input (instead of reading both R and X (resistance and Reactance) after OpAmp filters) , and the Transmitter Osc input - directly to the Micro (Arduino, PIC, etc). So, remove the use of OpAmps to isolate the R and X signals. Because, the Osc Freq is only about 6.5KHz , while the Micros can read the Inputs in the 100KHz-1MHz ranges. Then, the R and X Values can be calculated by the Micro at its convenience. This would result in less circuitry and better accuracy.
Comment