1

TIA = transimpedence

I have lots of photodiodes for barrier detection, I tested one photodiode with one TIA op amp, and it was OK

1) Now I want to multiplex multiple photodiodes for my project, and I use 74HC4051 IC for that, I read in datasheet that between each of inputs to output 60 Ohm resistor, what's the effect of this resistor ?

2) I read this application note for TIA pcb design, and in this article author implied that the photodiode should be as close as possible to TIA because of the very low current of photodiode and TIA input bias current, It's very good for one photodiode, But when I use multiple photodiodes, I'm forced to place some photodiodes far away from TIA (40 photodiodes), what should I do for this in circuit design ?

Neil_UK
  • 158,152
  • 3
  • 173
  • 387
  • I’d be concerned about the bias currents from each pin of the 4051. Have you considered their effect. – Andy aka Jul 28 '18 at 13:41
  • no , what should I do for 4051 bias current ? – mohammadmehdi golmeshki Jul 30 '18 at 08:42
  • Bias currents create an error signal that will vary with local temperature and might even produce a non-linear effect with your signal. If important, then consider a better device than the 4051. I'm sure there are better devices BTW. – Andy aka Jul 30 '18 at 08:57

2 Answers2

1

1) In the case of a photodiode with very low current output, the effect of the 60ohms series resistance of the HC4051 multiplexer will be negligible.

2) A long distance between the photodiode and amplifier increases the capacitance of that node. That may make your amplifier unstable if it has no additional capacitance across its feedback resistor, add a few pFs here to make sure it's stable.

It also gives greater opportunity for pickup of stray signals on that very sensitive node, which you can avoid with shielded cable.

Neil_UK
  • 158,152
  • 3
  • 173
  • 387
1

Try a four channel tia like ltc6560.

Ibo Tatli
  • 11
  • 1
  • 2
    Please provide info on why the IC would work and a more elaborate answer – Voltage Spike Sep 13 '20 at 21:26
  • That part is not a 4 channel, although it is a single channel with a mux'ed/switched output. Which is even better than a 4 channel device as it allows each amplifier to be placed close to each photodiode and minimise noise, while integrating an output switch for multiplexing and reducing component count. I haven't looked into the specs in detail though – EmbeddedSoftwareEngineer Feb 19 '23 at 16:41