Other Parts Discussed in Thread: DLPC2607
I just got a DLPDLCR2000EVM. When I plug it into a 5V 3A power supply LEDs D3 and D2 light up briefly and then D2 turns off but nothing is displayed from the projector.
What would cause this? I tried re-seating the DMD Data connector. Is there any other way to know if it is working at all?
When I plug it into the BeagleBone Black the LEDs behave the same and I see the i2c address with i2cdetect:
debian@beaglebone:~$ i2cdetect -r -y 2
0 1 2 3 4 5 6 7 8 9 a b c d e f
00: -- -- -- -- -- -- -- -- -- -- -- -- --
10: -- -- -- -- -- -- -- -- -- -- -- 1b -- -- -- --
20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
50: -- -- -- -- UU UU UU UU -- -- -- -- -- -- -- --
60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
70: -- -- -- -- -- -- -- --
But when I try to read some of the registers I don't see anything:
debian@beaglebone:~$ i2cget -y 2 0x1b 0x00 b
0x00
debian@beaglebone:~$ i2cget -y 2 0x1b 0x03 b
0x00
I guess it could be broken. Are there any other steps I can take?