Store › Forums › Video Experimenter › Bugs/Problems › Video Experimenter & Arduino UNO
- This topic has 10 replies, 2 voices, and was last updated 13 years ago by
fanatycoland.
-
AuthorPosts
-
October 20, 2012 at 3:17 pm #441
fanatycoland
MemberHello, 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?
October 20, 2012 at 3:57 pm #1450Michael
KeymasterWhat 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;October 20, 2012 at 5:15 pm #1451fanatycoland
Memberthis is code for 6dof: http://pastebin.com/i97Wdb1L
and link : http://bildr.org/2012/03/stable-orientation-digital-imu-6dof-arduino/October 20, 2012 at 5:28 pm #1452Michael
KeymasterIf 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…
October 20, 2012 at 5:40 pm #1453fanatycoland
MemberI want to show data from IMU video screen using video experimenter
October 20, 2012 at 6:14 pm #1454Michael
KeymasterThis 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.
October 20, 2012 at 6:33 pm #1455fanatycoland
Memberis an option?
https://www.sparkfun.com/products/9168? this is good for me?October 20, 2012 at 6:58 pm #1456Michael
Keymasteryes, maybe that will work for you.
October 20, 2012 at 7:00 pm #1457fanatycoland
Memberbut with this shield I have a chance experimeter video?
October 20, 2012 at 7:13 pm #1459fanatycoland
Memberyes thanx 😉
October 20, 2012 at 7:15 pm #1458Michael
KeymasterWhy 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?
-
AuthorPosts
- You must be logged in to reply to this topic.