6. Frequently Asked Questions
▶>
The BPW34, like any photodiode, produces a current proportional to light intensity. There are two common ways to use it: - Photovoltaic mode (zero bias): Connect the photodiode in series with a load (like a resistor) or into a transimpedance amplifier. In zero bias (no external voltage applied), the diode will generate a voltage up to ~0.3–0.5 V in bright light (like a tiny solar cell). But typically, one uses a transimpedance amplifier (TIA): an op amp with the photodiode from inverting input to ground, and a feedback resistor. This keeps the diode at virtual ground (zero bias) and outputs a voltage = I_photo * R_feedback. This is excellent for precision and linearity in low-light. - Reverse bias mode: Apply a reverse bias (e.g. +5 V at cathode relative to anode through a resistor or via op amp biasing) to decrease response time and increase linear range. Then convert current to voltage by either the resistor (simple but output is inverted drop across resistor) or again a TIA but sometimes with bias applied.
So, simplest is often using an op-amp TIA – e.g., photodiode cathode to op-amp - input, op-amp + to ground, feedback resistor sets gain, op-amp output provides negative bias to diode keeping it near 0 V. If not using an op amp, one can use a load resistor from photodiode cathode to ground, and measure voltage across it: when light hits, current flows through resistor producing a voltage. However, the dynamic and linearity might be less if not using op-amp.
>
You can use the BPW34 without bias (photovoltaic mode) and it will still generate a current/voltage in presence of light. The advantage of zero-bias is slightly lower dark current and noise (no leakage, since no bias), but the disadvantage is higher junction capacitance and slower response. If your application is measuring slowly changing light levels (like ambient light or a slow optocoupler), no bias is fine. If you need speed (e.g. data communications, fast pulses) or better linearity at high light levels, you should use a reverse bias (even a few volts helps) to reduce capacitance and increase saturation intensity. A moderate bias like 5 V is common, but note it will introduce a small dark current. Many designs for fast IR signals use ~5 V bias to get nanosecond response. For low speed (like measuring illumination), often 0 V bias with a TIA is used for ultra-low noise. So it depends on the use-case.
>
Vishay (and previously Siemens/Temic) made variants: - BPW34: the basic version in clear package (no optical filter). - BPW34F: the “F” stands for daylight filter. This version has a tinted package (often looks black or dark violet) that filters out visible light and only lets IR through. It’s used when you want to mainly detect IR (like for remote control receivers or flame detectors that see IR). The filter matches human eye sensitivity reversed (or just cuts below ~700 nm). So BPW34F essentially is an IR photodiode (sensitive only above ~700 nm). - BPW34FA: might indicate filtered and A=some improved parameter or slightly different package. - Some versions might also indicate package style (e.g., “BPW34S” might be surface-mount version if it existed, but not sure if Vishay has an SMD with same chip).
So the main difference is the presence of an integrated optical filter in the plastic. The filtered version is beneficial if you only care about IR and want to reduce interference from ambient visible light. However, it reduces overall responsivity since it cuts out visible part. Price for the filtered version might be slightly higher. Check datasheets, but typically BPW34F is identical diode inside, just the epoxy has IR-pass characteristics.
>
The BPW34 is quite fast. Its rise time is in the tens of nanoseconds with proper conditions. Vishay specs, for example, might say rise time ~20 ns at 5V reverse, 50Ω load. In practice, with a typical transimpedance amplifier and some capacitance, you might see 100 ns to a few hundred ns response which is plenty fast for things like IR remote (which is 38 kHz pulses with 26 µs period – trivial), or even for some data links (e.g. can do a few MHz easily). If you need higher bandwidth (tens of MHz or more), you might consider a smaller area photodiode with lower capacitance or one specifically packaged for RF (like with coax connectors). But BPW34 can easily handle up to a few MHz of signal bandwidth. For example, for an optical encoder with MHz transitions, it’s fine. The key is to use a low value feedback resistor or a high-speed op amp so that the RC doesn’t dominate. If using it in a simple RC, the RC cutoff will determine speed. For instance, photodiode cap ~10 pF at some bias, and a resistor of 100 kΩ would make RC = 1 µs, which is slow (0.16 MHz). But if resistor is 1 kΩ, RC = 10 ns (1/(2πRC) ~ 16 MHz bandwidth). So design the circuit accordingly.
>
Bright light generally won’t damage the photodiode itself (it will just generate a lot of current but as long as the current is limited by circuit or by the diode’s series resistance, it’ll just saturate). However, if extremely intense light (like a laser) hits it, theoretically it could heat the die or cause momentary high current. But practically, photodiodes can handle sunlight or room lights fine. If pointing at a laser or very strong source, ensure the circuit can handle the current (maybe a limiting resistor or saturating amplifier stage).
ESD: Photodiodes can be static-sensitive. The BPW34 likely has no built-in ESD diode, so you should handle it with standard ESD precautions. In circuit, you can protect it by adding clamping: e.g., a transient suppression diode or small RC filter. Often the op amp’s input (if TIA) will protect because there’s usually input protection diodes on the op amp. But if the photodiode is connected to a connector (like external sensor), then add TVS or at least reverse diodes to clamp spikes. Also note: reverse breakdown of photodiode is typically around 60-70 V; beyond that, it may avalanche which can damage it or alter calibration. So never exceed its reverse voltage rating; if there’s risk (like inductive spikes in circuit), a zener or diode clamp at say 50 V could be used.
>
It’s not optimized as a solar cell, but in principle yes, it will produce a small current/voltage under illumination. However, its area is small so it only produces tiny power. For example, under very bright illumination (1 mW/mm²), with ~7.5 mm² area, that’s 7.5 mW of light, converting maybe 0.4 of that to electric, ~3 mW output. Hardly useful for power. If you wired many in series/parallel you could get higher voltage or current, but using dedicated solar cells is more effective. So typically, use BPW34 as a sensor, not a power source.
>
Yes, since it sees visible light, ambient sunlight or lamp light will produce a photocurrent (especially sunlight has IR too). This can create a DC offset or noise on your signal. In remote control circuits, usually they use a photodiode plus an IR-bandpass filter (either in the photodiode itself like BPW34F, or a separate optical filter) and also the remote signals are modulated at 38 kHz and one uses an electrical bandpass filter or an integrated IR receiver that filters out steady light.
These FAQs cover common points about using the BPW34 photodiode. Overall, it’s a robust device – understanding its triggering and commutation behavior is key to applying it successfully. It remains a straightforward and friendly chip for adding RTC functionality. As long as you use a proper crystal, battery and follow the datasheet guidelines, it will do its job of timestamping your project’s data or keeping track of time for you.