TI,
I recently began experimenting with the EVM for the DLP2000FQC DMD. I successfully got this working with both the Beaglebone and the RPI and have moved on to making modifications to the light engine to determine what else I might be able to do with the DMD.
I read a few posts by @Pascal DLP and @Fizix and was reviewing this doc on use of the DMD with laser sources.
http://www.ti.com/lit/wp/dlpa037/dlpa037.pdf
While this document does address he diffraction, this document does not include is any information regarding the thermal limits and damage thresholds of the mirrors themselves.
From what I can tell from the DLP2000 datasheet http://www.ti.com/lit/ds/symlink/dlp2000.pdf
I intend to explore this deeper with high power RGB CW laser sources in excess of 1W. In order to do this, it seems possible by actively cooling the DMD. From the datasheet it notes that the equations shown are valid for a 1-Chip DMD system with a total projection efficiency from DMD to screen of 87%.
TARRAY = TCERAMIC + (QARRAY × RARRAY–TO–CERAMIC)
QARRAY = QELECTRICAL + QILLUMINATION
QILLUMINATION = (CL2W × SL)
TARRAY = Computed DMD array temperature (°C)
TCERAMIC = Measured ceramic temperature (°C) TP1 location in Figure 10
RARRAY–TO–CERAMIC = DMD package thermal resistance from array to outside ceramic (°C/W), specified in Thermal Information
QARRAY = Total DMD power; electrical plus absorbed (calculated) (W)
QELECTRICAL = Nominal DMD electrical power dissipation (W)
CL2W = Conversion constant for screen lumens to absorbed optical power on the DMD (W/lm)
SL = Measured ANSI screen lumens (lm)
This same section goes on to mention a nominal electrical power dissipation to use when calculating array temperature is 0.045 watts.
Since laser power is generally not measured in lm, and we don't care about screen lumens SL, we will use the source directly as 1W, but use the same illumination distribution of 83.7% on the DMD active array and 16.3% on the DMD array border and window aperture used to calculate the CL2W constant. We will assume the mirror array is dielectric coated with a high reflectance in the visible spectrum of nearly 100%, and since the sources are coherent and visible there is no heating caused by IR or UV absorption.
this works out to QILLUMINATION = 0.163*1W = 0.163W.
TCERAMIC = the cold side of a Thermoelectric Cooler. TEC with Qmax = 120W. Assume the TCERAMIC is actively cooled and held constant at 25 deg C.
TARRAY = TCERAMIC + (QARRAY × RARRAY–TO–CERAMIC) = 25 + ( 8 * (0.163+0.045)) = 26.66400 deg C
If this is the correct way of calculating this, then if we assume the same 55.8 deg C max temp that was calculated as an example in the datasheet, and work backwards:
(55.8 - 25)/8-0.045 = 3.80500
3.80500/0.163 = 23.3435583 W
With the maximum rated array and window temp of 90 deg C:
(90 - 25)/8-0.045 = 8.08
8.08/0.163 = 49.5705521 W
Would it be within the product's limits to Illuminate the DMD with up to 50W of 400-700nm laser light if it is actively cooled? Or is this way off and less than 1W will destroy the DMD?
Please advise.