Hi!
I've been trying to connect my DLP lightcrafter to a Raspberry Pi 4 model B. I am attaching the exact tutorial and steps that I followed:
The only difference to the tutorial attached is that I'm powering the DLP and the Pi separately, as the power supplied by the DLP isn't enough to turn on my Pi, and it gets stuck in a loading screen. So I've removed the GND, 5V and pin 6 to J3 pin connections from my circuit. Everything else is the same.
I've modified the /boot/config.txt file with all the settings specified in the tutorial.
When I have the DLP and Pi wired and powered on:
> the DLP displays the normal splash screen (same as when I power it on on its own)
> the Pi displays the load screen, the boot screen asking if you want to go into recovery mode and then, when it's supposed to go into booting the OS, the display turns black and nothing else happens. (meaning I am unable to even check if the i2c device is read)
I tried:
> deleting the modifications on the /boot/config.txt > the pi boots up normally even tho it's wired to the DLP
> without the config.txt modifications, I tried checking if the i2c device is being detected; I am only receiving an empty matrix;
I was thinking that this could have to do with the slightly changed GPIO on Pi 4 model B? I am not sure if it could be something like this or if I am doing something wrong.