Greetings,
I was wondering if it's possible to send an image to the LCr from an external MSP430 through I2C, SPI or UART .
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.
Greetings,
I was wondering if it's possible to send an image to the LCr from an external MSP430 through I2C, SPI or UART .
Jose,
It is possible to use an external MSP430 to talk I2C or serial (UART) to the DLP LightCrafter. However,It is not really possible to stream video or patterns over the I2C or UART. (The DLP LIghtCrafter does not have an SPI interface).
It is possible to interact with the LightCrafter via I2C or UART, but in different ways. The I2C port allows direct control of the DLPC300 controller chip by means of API commands. See the DLPC300 Programmer’s Guide http://www.ti.com/lit/ug/dlpu004a/dlpu004a.pdf.
The serial port (UART) allows you to have access to the embedded linux running on the DM365 via a terminal (115200 baud). There are ways to implement control through your own applications.