0

I am working on a project which needs a Schmitt trigger. I designed it using IC UA741. I am using a single power supply of 9V. I am grounding the V-.

enter image description here

Here is my design.

The circuit works perfectly in this software as well as other software.

When I do the same in hardware it is not working. I was even getting 2V at V- pin i.e 4 pin. Even though I had grounded it. And the output voltage is always 5.67 V at pin 6.

Can Anyone help me and highlight my fault?

Thank you

Edit... This is my new circuit. Is there any visible erors here? I haven't tried it on hardware yet. enter image description here

Thank you

Circuit fantasist
  • 16,664
  • 1
  • 19
  • 61

1 Answers1

1

Few thoughts. Check your connection to ground as peter Bennett mentioned.

Second Issue is that your op-amp cant run close to the ground rail as Kevin White mentioned. Look up common mode input range. Your input is running at 1.8 V where as you can only go down to about 3V on the inputs according to the data sheet assuming a +-15v supply it can go +- 12 (VICR "Common mode input range"). It will behave similarly at 9 Volts. This effectively leaves your operating area on the inputs between 3V and 6V on this op-amp. Where as you are running the op-amp at 1.8 volts on the input.

If this is the problem, the solution would be to find an op-amp that can go down to 1.8 volts and lower on the inputs or to change your dividers. Where 8k and 2k resistors changed to 5k on the Vin-. And the 10K going to 1k and 5k going to 9k on Vin+. This would let the operating voltage of the input be 4.5 with an output of 5V.

  • Thanks I didn't knew about common input range.I will try it in hardware then. – Newton Nadar Feb 04 '20 at 12:03
  • yes it is an annoying factor to consider. I would recommend getting a different op-amp that runs closer to the rails as you are using 9 volts which is much different from the +- 15 volts this was designed for. – nootnootmachine Feb 04 '20 at 21:25