• Join
  • Sign In with my.TI Login
Texas Instruments
  • Products
  • Applications
  • Tools & Software
  • Support & Community
  • Sample & Buy
  • About TI
Sample & Purchase Cart Sample & Purchase Cart
  • Search
  • Advanced
TI E2E™ Community
  • Support Forums
  • Blogs
  • Groups
  • Videos
  • 简体中文
  • More ...
TI Home » TI E2E Community » Support Forums » DLP & MEMS » All Tags » Pico 2 I2C
Share
DLP & MEMS
  • Forums

Browse by Tags

DLP & MEMS

Welcome to the DLP & MEMS Section of the TI E2E Support Community. Ask questions, share knowledge, explore ideas, and help solve problems with fellow engineers. To post a question, click on the forum tab then "New Post".

Sign In to Post
Tags
You have subscribed to this tag. To view or manage your tag subscriptions, click here.   Close
You have unsubscribed from this tag. To view or manage your tag subscriptions, click here.   Close
You are currently viewing:
Pico 2 I2C
  • 3D Optical Metrology
  • dlp
  • DLP chip
  • DLP Pico
  • dlp projector
  • DLP technology
  • DLP1700
  • DLP1PICOKIT
  • dvi
  • frame rate
  • HDMI
  • i2c
  • labview
  • pico
  • PICO 2
  • Pico chipset
  • Pico DLP Dev. Kit
  • pico DMD
  • Pico documentation
  • Pico Kit V2
  • pico projection
  • pico projector development kit
  • Projectors
  • spatial light modulation
  • structured light
Related Posts
  • Forum Post: I2C Interface for Pico 2 Development Kit

    Pete Sites Pete Sites
    I have a Pico 2 development kit that I am experimenting with. I would like to perform some simply programming operations that configure the unit to display various internal structured light patterns. I have NOT been able to successfully execute any I2C commands. My setup is as follows: I am using a flex...
    on Sep 29, 2010
  • Forum Post: DPP1505 Splash Screens

    Steven Mattheussen Steven Mattheussen
    Hi, I have DLP Pico Projector Development Kit which I want to use to create texture on solid surfaces in order to have more structure for 3D vision. I was wondering if there is a relative simple way to use custom splash screens. In my set-up it is not possible to connect to HDMI, so I'd like to...
    on Oct 7, 2010
  • Forum Post: Re: DPP1505 Splash Screens

    Pascal DLP Pascal DLP
    Steven, Welcome to the DLP&MEMS E2E forum. There is no provision for user-defined patterns except via the HDMI video input. However, there are internal patterns which are available for structured light applications. Please refer to the documens DLP® Pico Chipset v2 Programmer’s...
    on Oct 8, 2010
  • Forum Post: Re: DLP Pico Development Board

    Pascal DLP Pascal DLP
    24_Sos W_oo, The Pico Kit V2 does not come with software. It is capable of displaying 640x480 @60Hz video provided through the DVImini connector from a suitable video source. This can be a computer with a DVI output (DVI to HDMI adapter or cable required), or from a laptop through a VGA-to-DVI/HDMI...
    on Jan 19, 2011
  • Forum Post: How to use PICO V2 through i2c

    tian ouman tian ouman
    Hello, We have both a Beagle Board (xm) and PICO kit V2. We have routinely used I2C to setup PICO V2. I can not find I2C commands like "bus3-i2c 0x1b wb4 0x05 0x00000007" How can I get these I2C commands? Thanks in advance, ouman
    on Mar 15, 2011
  • Forum Post: Re: How to use PICO V2 through i2c

    tian ouman tian ouman
    hi , I want to know how can I use any i2c-tools or code in linux on beagboard to set pico2, I write 0x1b 0x08 0x00000001 to i2c-3, the pico2 is not controlled. I write 0x36 0x08 0x00000001 to i2c-3, the i2c translate is refused. Programmer's Guide is no use for me ,beacause I can not...
    on Mar 15, 2011
  • Forum Post: Re: How to use PICO V2 through i2c

    Pascal DLP Pascal DLP
    Ouman, The correct I2C address is 0x1b. The format is: bus3-i2c 0x1b wb4 0x04 0x00000001 where: 0x1b is the I2C address of the Pico Kit V2 wb4 mean write 4 bytes 0x04 is the register to write to 0x00000001 is the data (32 bits - 8 hex digits) written to the register The command...
    on Mar 15, 2011
  • Forum Post: Re: How to use PICO V2 through i2c

    tian ouman tian ouman
    hi,pascal thank you for your support. I can not find commands "bus3-i2c 0x1b wb4 0x05 0x00000007" in linux. which linux release must I have? Where can I get this SD image? ouman
    on Mar 16, 2011
  • Forum Post: Re: How to use PICO V2 through i2c

    Pascal DLP Pascal DLP
    Ouman, Do a search for i2c-tools (package for Linux). The bus3-i2c command is implemented by this package. The package can be installed in Angstrom Distribution Linux (http://angstrom-distribution.com) for the BeagleBoard. I recommend that you look at the forums for http://beagleboard.org...
    on Mar 16, 2011
  • Forum Post: Re: Can DLP Pico V2 be programmed in PC(Windows) labview?

    Pascal DLP Pascal DLP
    Hello Wierong Mo. The Pico Kit v2 can be controlled via the I2C port available on the AUX port. TI does not provide software to do so. If the NI-DAQmx card provides the I2C protocol, then this should work. Please refer to DLP® Pico Chipset v2 Programmer’s Guide (Rev. A) ...
    on Apr 25, 2011
  • Forum Post: Re: Can DLP Pico V2 be programmed in PC(Windows) labview?

    Pascal DLP Pascal DLP
    Weirong, I have no experience with the NI USB-8451 card. If it provides I2C, then it should work. Try setting the speed to 100 kHz (though 400 kHz should work -sometimes it is best to use the slower setting). There are also some differences between I2C implementations in how the I2C device address...
    on Apr 28, 2011
  • Forum Post: Re: I2C Interface for Pico 2 Development Kit

    Alan Jackson Alan Jackson
    Can you say where you got the USB interface, or a link to the GUI for the Pico 2?
    on May 16, 2011
  • Forum Post: Re: I2C Interface for Pico 2 Development Kit

    Pascal DLP Pascal DLP
    Alan, I assume that you purchased the TI USB-to-I2C/GPIO Bridge. The documentation available for that product is: http://focus.ti.com/lit/ml/sllu093/sllu093.pdf (you can download this from the DigiKey site; it links to this address.) Is that where you see the description? Perhaps the schematic...
    on May 19, 2011
  • Forum Post: Re: USB-to-gpio error

    Pascal DLP Pascal DLP
    Alan, If you can not see any signals on the AX_SDA and AX_SCL when you write from the PC (through the adapter), then the adapter and/or software is not sending signals. Pay particular attention to the AX_SCL - whenever the PC is trying to send data, it will put a clock on this line. If you are...
    on May 31, 2011
  • Forum Post: Phase-shifted patterns on a Pico2 (via Arduino)?

    sj3n sj3n
    I see in the documentation (dlpa021.pdf) that there are Gray codes embedded in the projector. Are these patterns in the DLPC100 controller, or in the DLPR100 ROM? Long-story-short: I've had a lot of success doing phase-shift imaging (sinusoid) via the HDMI connector (via Mac laptop) but am hoping...
    on Jul 22, 2011
  • Forum Post: Pico DLP v2 Question About Structured Light Patterns

    robert robert
    Hi, I have a Pico DLP v2 with a Beaglebooard. I'm booting into Angstrom 2.6.32 off of an SD card. I have a couple of questions: 1. I intend to develop structured light applications. Currently, I'm trying to get the internal patterns example in dlpa021.pdf running. I've entered the commands...
    on Oct 3, 2011
  • Forum Post: Has the PICO 2.0 projector i2c datasheet been passed to the im-sensors guys?

    Gavin Smith Gavin Smith
    These chaps maintain a list of compatible chips than can be detected by the i2c-tools utility. I notice there are a number of Texas instrucments sensors, but no mention of projectors. They do make a request on their website for you to send them the info so that future releases of their sensors-detect...
    on Oct 27, 2011
  • Forum Post: Re: PICO 2.0 I2c commands via Nvidia 9800 gtx on Ubuntu 10.10

    Gavin Smith Gavin Smith
    Hi Pascal, you must be getting sick of all these questions! I admire your patience! I'm a bit confused, as the DLP® Pico Chipset v2 Programmer’s Guide (page 8) for the Pico says the address of the pico 2.0 is 0x36 but you say its 0x1b e.g An example of a register write to device...
    on Nov 1, 2011
  • Forum Post: Re: Correct sequence of I2c Commands for 1440 fps monochrome mode.

    Gavin Smith Gavin Smith
    Hi Pascal. I understand how the frames should be interpreted according to the manual. I've written about 4 programs to generate content for the projector. The first one takes as input a monochrome video (1 bit monochrome) and then analyases 24 frames at a time, and simpy creates a pixel in 24...
    on Nov 28, 2011
  • Forum Post: Re: Correct sequence of I2c Commands for 1440 fps monochrome mode.

    Gavin Smith Gavin Smith
    1 more test. This time I'm just showing the desktop projected on a piece of paper, before and after the ardinuo sends the commands. What I notice is that it appears the desktop does get cropped to 480*320, but....then is getting stretched to almost the full size of the projector, which tells me that...
    on Nov 29, 2011
  • Forum Post: help required with Pico 2.

    Gavin Smith Gavin Smith
    Well I'd like to , but I've spend too much time on this project and getting this damn thing working is the last step in the project , and I'm all out of ideas. I've spend the last 4 weeks trying to get the pico to work with I2c from the ardunio using a DVI output on a windows 7...
    on Dec 6, 2011
TI E2E™ Community
  • Support Forums
  • Blogs
  • Videos
  • Groups
  • Site Support & Feedback
  • Settings
TI E2E™ Community Groups
  • TI University Program
  • Make the Switch
  • Microcontroller Projects
  • Motor Drive & Control
Other Communities
  • Deyisupport
  • Designsomething.org
  • beagleboard.org
  • TI on Element 14
  • TI on TechXchangeSM
Other Technical & Support Resources
  • WEBENCH® Design Center
  • Product Information Centers
  • Technical Documents
  • TI Design Network
  • TI Technical Articles
  • TI Training

All content and materials on this site are provided "as is". TI and its respective suppliers and providers of content make no representations about the suitability of these materials for any purpose and disclaim all warranties and conditions with regard to these materials, including but not limited to all implied warranties and conditions of merchantability, fitness for a particular purpose, title and non-infringement of any third party intellectual property right. TI and its respective suppliers and providers of content make no representations about the suitability of these materials for any purpose and disclaim all warranties and conditions with respect to these materials. No license, either express or implied, by estoppel or otherwise, is granted by TI. Use of the information on this site may require a license from a third party, or a license from TI.

Content on this site may contain or be subject to specific guidelines or limitations on use. All postings and use of the content on this site are subject to the Terms of Use of the site; third parties using this content agree to abide by any limitations or guidelines and to comply with the Terms of Use of this site. TI, its suppliers and providers of content reserve the right to make corrections, deletions, modifications, enhancements, improvements and other changes to the content and materials, its products, programs and services at any time or to move or discontinue any content, products, programs, or services without notice.

Follow Us Texas Instruments on Facebook Texas Instruments on Twitter Texas Instruments on LinkedIn Texas Instruments on Google+
TI Worldwide | Contact Us | my.TI Login | Site Map | Corporate Citizenship | mobile m.ti.com (Mobile Version)

TI is a global semiconductor design and manufacturing company. Innovate with 100,000+ analog ICs and
embedded processors, along with software, tools and the industry’s largest sales/support staff.

© Copyright 1995-2013 Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy Policy | Terms of Use