A few years back Texas Instruments release an experimental DLP Projector Module which became quite popular in the hobbyist community as some community members managed to get this working with Raspberry Pi Board. This project is an attempt to create my own version of PCB to interface this projector module with Raspberry Pi 3A.
- Raspberry Pi 3A - 1
- DC-DC Buck Converter 7-24V to 5V 4A - 1
- Beaglebone 46 Pin stacking headers - 2
- 20 Pin female header for Raspberry Pii - 1
- 12VDC Adapter - 1
- Dupont connectors for 5V - 1
- And last but not the least - Pi Projector PCB
- Assemble Raspberry Pi , DLP2000EVM Module and Pi Projector PCB as shown in the main image.
- Configure Raspberry Pi as MickMake Pi Projector.
- Note that for me the I2C bus addresses were found to be as below:
i2cset -y 2 0x3b 0x0c 0x00 0x00 0x00 0x13 i
Set Resolution
i2cset -y 2 0x3b 0x0b 0x00 0x00 0x00 0x00 i
Set parallel Interface
- After updating the configuration, reboot the Pi to start seeing desktop on Projection wall.