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.

Worlds simplest Oscillator

Status
Not open for further replies.
Use a single gate Schmitt Trigger relaxation oscillator. I don't know if it will be suitable for that application or have desirable properties like stability, but it is simple and it is cheap.
 
El Cheapo 40 kHz source.

Hi Pixelsnpings,

Here's one, of many . . . .

on1aag.
 

Attachments

  • 40 kHz source.GIF
    40 kHz source.GIF
    11.7 KB · Views: 719
I was also thinking about using the 555 timer, but I cant find any information on using a 555 for 40kHz output without a POT.

Does anyone know whare I could find the resistance values for the 555 timer
so I dont have to have a POT.

Or is there a site I can goto to find the values?

My goal is to keep things a simple as posible.

Many thanks.
 
Close to 40khz is usually good enough though a trimmer would be a good idea.

The simplest one I know of is a Schmitt triggered inverter with a capacitor to ground on the input and the output fed into the input via a resistor.
The bellow link contains a lot of basic logic functions and several useful pulse generators/stretchers using only basic passive components and Schmitt inverters.

**broken link removed**
 
Sceadwian said:
Close to 40khz is usually good enough though a trimmer would be a good idea.

For IR it's not at all critical, but for ultrasonic it needs to be accurately set to the frequency of the transducer - you MUST have an adjustment to do this.
 
Three suggestions:
1) Check out the Fairchild app note AN-118 on CMOS oscillators;
2) Consider using a single PIC chip -- I used a 12F509 for oscillator, modulator, and receiver; parts count was very low compared to making something from the 555 or 556 chips; and
3) See attached schematic for a 38KHz IR oscillator and modulator based on the 556 chip.

In the 556 design, R1/C3 gives approximately 38KHz.

John
 

Attachments

  • 556IRosc.png
    556IRosc.png
    10.4 KB · Views: 382
Just my $0.02 but a relaxation oscillator with an adjustment seems way simpler then any of the alternatives. Any two chip solution obviously fails the simple test. The requirement was not that the solution work well or even work at all. The absence of the last requirement makes this whole exercise a bit artificial.
 
Referencing back the the original queston, I assumed the OP would also need modulation of the carrier for any practical purpose using one of the current, receiver-demodulation devices like the Vishay series devices. The 556 is "one-chip":) ; although, I wouldn't argue that point very far. There are so many problems with simple on-off IR that I thought it better to steer the OP in the direction of modulationg the carrier.

Here's the one-chip solution for carrier and modulation, as well as receiver, that I mentioned earlier. I believe it meets the definition of simple, but unfortunately, it uses a PIC. The code is not secret, and I will happily provide it to anyone with a small warning. It was my second attempt post-blinking LED. Therefore, it works, but is not pretty.
John
 

Attachments

  • 12F509_IRTxRx.png
    12F509_IRTxRx.png
    12.3 KB · Views: 2,008
Astable 555 timer?
 
The worlds simplest oscillator.

After wondering for a bit, i thought this might be a violin string.
Then i thought maybe a small whistle,
this would have no moving parts.
Except the air i suppose, but thats not part of the whistle.

If there is a simpler oscillator,
then i haven't thought of it.

John :)
 
What's simple? Component count? Cost? Board area?

PIC10F in the 6-pin SOT23 package is hard to beat. (OK, some of the alternatives cost less.) Just don't tell anyone it's an 8-bit processor. :p
 
Thanks for all the Ideas yall.

I broak down and used the 555 with a micro POT.

Its simple enough and small enough for my needs.
 
pixelsnpings said:
I was also thinking about using the 555 timer, but I cant find any information on using a 555 for 40kHz output without a POT.

Does anyone know whare I could find the resistance values for the 555 timer
so I dont have to have a POT.

Or is there a site I can goto to find the values?

My goal is to keep things a simple as posible.

Many thanks.

well, you could keep dialing it until you found the 40k frequency. then you would measure the resistance and you could use resistors with that value in place of it.
 
The datasheet for a 555 has a formula to determine the capacitor and resistor values. These parts might have a 5% tolerance so the 40kHz might be anywhere from 36kHz to 44kHz.
 
Status
Not open for further replies.

Latest threads

New Articles From Microcontroller Tips

Back
Top