Other Parts Discussed in Thread: TFP401, DLP2000, DLPC2607
Hi,
Customer is encountering issue with the EVM, please see details below.
"
I have been trying to use DLPDLCR2000EVM in two ways, both failed to work:
1) by a Raspberry Pi 4b+ as described here: http://frederickvandenbosch.be/?p=2948
On the raspberry, after wiring and editing /boot/config.txt as described in the first link, I get the following
$ sudo i2cdetect -l
i2c-1 i2c bcm2835 I2C adapter I2C adapter
i2c-7 i2c ffffffff00000002.i2c I2C adapter
$ sudo i2cdetect -y 7
0 1 2 3 4 5 6 7 8 9 a b c d e f
00: -- -- -- -- -- -- -- -- -- -- -- -- --
10: -- -- -- -- -- -- -- -- -- -- -- 1b -- -- -- --
20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
50: -- -- -- -- -- -- -- 57 -- -- -- -- -- -- -- --
60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
70: -- -- -- -- -- -- -- --
Then running
sudo i2cset -y 7 0x1b 0x0c 0x00 0x00 0x00 0x13 i
Maynard