0

I am designing a receiver circuit using photodiode with visible light communication application, analog signal I read with ADC of esp8266.

The circuit below is my design with a TIA and amplifier. Is there a bug?

I want to catch the light with 1-7 kHz frequency.

enter image description here

Marcus Müller
  • 88,280
  • 5
  • 131
  • 237
Shu
  • 1

1 Answers1

5

Don't know if there is a bug

There are at least two.

  1. When working properly, the output voltage of U2B will be negative. But U2 can't produce negative outputs without a negative power supply.

  2. U2A is working as a comparator, but the range of reference voltages provided by VR1 is 0 to 5 V. Comparing this with the negative output voltage of U2B will always result in a low output.

The Photon
  • 126,425
  • 3
  • 159
  • 304