This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DLP2000: Interfacing with Android or PC

Part Number: DLP2000
Other Parts Discussed in Thread: DLPDLCR2000EVM, DLP3010, DLP2010, DLPC2607

I am trying to get the DLP 2000 EVM to operate with a direct connection to a PC or Android device. I do not want to use Beagle Bone or Pi... I a having tremendous trouble understanding how to directly interface.

  • Matthew,

    Welcome to the E2E forums, and thanks for your interest in our DLP technology.

    The easiest way to interface the DLP2000 EVM with a PC is by using the available I2C bus. Using a USB-I2C device such as a DevaSys board, you can issue I2C commands to the system from your PC. The DLPC2607GUI software is compatible with the Devasys:
    http://www.ti.com/tool/dlpcsw

    I hope this helps.

    Best Regards,
    Philippe Dollo
  • Hi Phillippe,

    That was such a fast and good answer. Thank you so much. Do you know if you can you drive video through the I2C bus or is it just for configuring the system?
  • Matthew,

    The I2C bus is only for configuring the system. Video data is sent in from the RGB888 parallel bus (which can be reconfigured to RGB565 for instance). If you don't want to use RGB888 you can implement an HDMI receiver chip or similar device to convert from a video format of your choosing to RGB888.

    I hope this helps.

    Best Regards,
    Philippe Dollo
  • OK but it is now my understanding that there is no way to send RGB directly to the DLP 2000 EVM because standard RGB input won't be accepted. It requires translation and the translation board also doesn't work on the 2000. I purchased this device to accept direct video input without a Beagle Bone/PI because I read it was possible, but I see no way to actually do this. How can I send video data from a computer or phone to the projectors?
  • Matthew,

    "It requires translation and the translation board also doesn't work on the 2000"

    Can you elaborate on the above? The DLPDLCR2000EVM will accept parallel RGB888 input video (following the timings described in the datasheet. If you are interested in using, for instance, a computer or phone to input video, you will need to use a receiver to translate. One common method of doing this is implementing an ITE6801 HDMI receiver chip to drive the RGB888 lines.

    Is there a particular translation board you are looking to use for your setup?
  • Another engineer at TI indicated that there are ways to provide direct RGB input to DLP series, but the LC 2000 is the only model that can't really do it because it doesn't have the proper RGB interpreter embedded like the other models. If there is a way to do this it would be great. How would one implement  ITE6801 HDMI  receiver chip? Are there any instructions on that?

    Thanks,

    Matt

  • Matt,

    I can verify whether we have any materials regarding the ITE6801 with the DLP2000 in a different discussion thread.

    In the meantime, I would suggest you start by looking at our other EVMs for some initial guidance. In particular, you will notice that our DLP2010 and DLP3010 EVMs, for example, implement their HDMI interfaces using ITE6801 chips. While the DLPC343x chipset (which is what is used in the 2010/3010 EVM) is a bit different from the DLPC2607 chipset (which is what is used with the 2000 EVM) they both accept parallel RGB888 input. This would make the core design of the interface similar in both cases.

    www.ti.com/.../tida-00325
    Above is a link to the TI reference design for the 2010 EVM. There are also reference designs for all the other EVMs available online for your review.
  • Matt,

    Here is some further information about use of the ITE6801 with this EVM.

    Thanks for your attention.

    Regards,
    Philippe Dollo