![]() |
![]() |
![]() |
|
|
|||||||
| Electronic Projects Design/Ideas/Reviews Are you building an electronic project or want to? Maybe you need some assistance? Come and submit your electronic questions here and let our experienced members find a solution. |
|
|
Thread Tools | Display Modes |
|
|
(permalink) |
|
I am working on a beat frequency oscillator metal detector. The rest of the project is working properly. The mixer, filter, daq modules, and such.
I can't manage to get this oscillator working. It is a simple oscillator. The only difference on the other one to produce the frequency is I wind my own coil. Neither of them oscillate at all. Any ideas or something to try to change. Schematic of one oscillator attached. Sorry, 220uH is the inductor if not visible. |
|
|
|
|
|
|
(permalink) |
|
An obvious ommission is the decoupling capacitor on the base of the transistor - it's not likely to work without that (I'm assuming you have a decoupling capacitor across the power rails?).
|
|
|
|
|
|
|
(permalink) |
|
What size decoupling capacitor would be needed? No, I don't have anything across the rails.
|
|
|
|
|
|
|
(permalink) |
|
Try something like 0.01uF, it's also vital in all circuits to have decoupling capacitors across the supply rails, try a 0.01uF and a 100uF in parallel (an electrolytic is VERY important on battery powered items).
|
|
|
|
|
|
|
(permalink) |
|
Placed both in the circuit to no avail. Should I try another oscillator. I believe the desing is right. It worked in pspice.
|
|
|
|
|
|
|
(permalink) |
|
Please show us some of your simulation results, like op points and waveform.
Your design shows only flatline output when I simulated it in LTSpice. Adding capacitors to transistor base did not help neither.
__________________
L.Chung |
|
|
|
|
|
|
(permalink) |
|
All my simulations seem to be working, maybe there's something
wrong with (me or) my simulator. on1aag. |
|
|
|
|
|
|
(permalink) | |
|
Quote:
It turns out I just use the ".tran 0 20m" .op command the circuit does not seem to oscillate. See image. However, it oscillates normally after I added the extra parameters similar to yours. Why would ".tran 0 20m 0 1u" make such a big difference?
__________________
L.Chung |
||
|
|
|
|
|
(permalink) |
|
I'll give that a try today and thanks for all the help so far.
|
|
|
|
|
|
|
(permalink) |
|
hi guys ,
please tell me which simulator you are using..........
__________________
|
|
|
|
|
|
|
(permalink) | |
|
Quote:
LTspice/SwitcherCAD III
__________________
L.Chung Last edited by eblc1388; 15th March 2008 at 07:58 AM. |
||
|
|
|
|
|
(permalink) |
|
You can usually get an oscillator to start immediately by adding the initial condition directive
Code:
.ic i(L1)=1u You can also usually get it to start by switching your power supply on rapidly Code:
PWL(0 0 1u 9) BTW, this circuit oscillates in simulation without the base bypass cap. Last edited by Roff; 15th March 2008 at 03:31 PM. |
|
|
|
|
|
|
(permalink) |
|
Thanks Ron.
Tried the above simulation with each of your suggestions and the oscillator now starts up every time.
__________________
L.Chung |
|
|
|
|
|
|
(permalink) | |
|
Quote:
|
||
|
|
|
|
|
(permalink) | |
|
Quote:
|
||
|
|
|