Video Experimenter & Arduino UNO

Store Forums Video Experimenter Bugs/Problems Video Experimenter & Arduino UNO

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #441
    fanatycoland
    Member

    Hello, I have a problem with the video experimenter and arduino uno, I 6dof IMU sensor and I try to show my experimenter bias with video, the video freezes and experimenter and IMU. Can you help me?

    #1450
    Michael
    Keymaster

    What is a “6dof IMU”?

    You need to provide much more information if you want help. For example, you could provide your code. Please properly format your code with code tags like this:

    foo = bar;
    #1451
    fanatycoland
    Member
    #1452
    Michael
    Keymaster

    If you want help with a project, you need to explain what you are trying to accomplish. The code you linked to seems to read data from an accellerometer. What are you trying to DO with this data? What is not working? I don’t see any Video Experimenter code in that code.

    What role does the Video Experimenter play in your project? Where is your code that uses the Video Experimenter? Have you successfully done anything with the Video Experimenter? There are simple projects on the web site.

    You must provide lots of information if you want help…

    #1453
    fanatycoland
    Member

    I want to show data from IMU video screen using video experimenter

    #1454
    Michael
    Keymaster

    This project shows how to display text on the screen.
    http://nootropicdesign.com/projectlab/2011/03/20/text-and-graphics-overlay/

    Use the Enhanced TVout library from the Video Experienter web site.
    http://nootropicdesign.com/ve/

    You cannot use interrupt-driven communications (like I2C) while displaying video, so you will need to account for that.

    Best of luck.

    #1455
    fanatycoland
    Member

    is an option?
    https://www.sparkfun.com/products/9168? this is good for me?

    #1456
    Michael
    Keymaster

    yes, maybe that will work for you.

    #1457
    fanatycoland
    Member

    but with this shield I have a chance experimeter video?

    #1459
    fanatycoland
    Member

    yes thanx 😉

    #1458
    Michael
    Keymaster

    Why don’t you read the documentation and projects yourself? I spent many many hours documenting the product and the projects so that you could learn on your own. Do you understand?

    http://nootropicdesign.com/ve/

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.