Other Parts Discussed in Thread: DLPC2607
Hi,
I have been trying to connect the DLP to my Raspberry Pi 4B via i2c to display its screen with absolutely no success. I am using the guide below for the wiring:
DLP® Pico Display Projector EVM-BeagleBone Black - Review - element14 Community
I have made all the required connections (except the 5V to P2_6 for power) and am powering the DLP and Pi separately.
I have added the given block to the config file and uncommented the lines for i2c_arm and spi.
i2c shows the valid addresses as 1, 20 and 21 but i2cdetect does not show the device at all.
i2cget and i2cset return read and write failures respectively.
I've tried fresh installs of raspberry pi OS 12 (bookworm), both 32-bit and 64-bit.
I've also used raspi-config to enable i2c.
At this point the EVM continues to display just the default splash screen and I'm at a loss as to where the problem lies; I would appreciate any help. Thank you.