11-10-2009 12:29 PM
uhmm heh what's a starin guage (briefly) :-$
Note that i'm a newbie,
Thanks in advance
11-10-2009 01:15 PM
The WII has a version of pong. You could use the WII mote. There are a lot of VI's here that tell you how to intergrate a WII mote into a program.
Here is the fourm
http://forums.ni.com/ni/board/message?board.id=170&message.id=249428&query.id=1255838#M249428
If you do something with vision it will be significantly more difficult.
11-10-2009 01:42 PM
in fact this is not exactly what im looking for... for three things i cannot go into that: lack of time, lack of knowledge and lack inaccessibility to devices.
Anyway what i had in mind is using sensors, mounting any color object on the finger (colors like light yellow, light gree, red...) so sensors detect motion, as finger moves, so does the palette. Any ideas?
11-10-2009 02:11 PM
If you are going to do colored dots on the end of someone's fingers you will need some sort of vision system. It will make it harder to develop. Lighting makes a big difference here.
You could try an array of motion sensors and get the higest value from the array to determine position.
Accelerometers will be the easiest way. Get a three axis accelerometer and attach it to someone hand and loof for change. You will feed the coordinates into the game that I gave you. This is the method that the WII uses to detect motion.
11-10-2009 02:26 PM
11-10-2009 02:51 PM
Tim,
Here is the vi's. This program plays against itself. It does not have any user input. It was developed to entertain someone while they were waiting for something to happen. A much more sophisticated busy mouse.
Have fun with it.
11-10-2009 02:56 PM
11-11-2009 12:20 AM
thanks aeastet...
i'll try the 8.6version out. And ill figure what to do with the array of sensors... guess eventually im gonna go with the tic tac game cause i havent much time to develop the pong, unless i control the palettes using other simpler hardware.
11-11-2009 08:23 AM
rebghb wrote:thanks aeastet...
i'll try the 8.6version out. And ill figure what to do with the array of sensors... guess eventually im gonna go with the tic tac game cause i havent much time to develop the pong, unless i control the palettes using other simpler hardware.
Is simply uisng the keyboard out of the question? One player obviously could use the up/down keys and the other could use w,s or something. At least to get a prototype up this would be the easiest.
11-12-2009 01:51 AM