|
2007-12-04
, 20:19
|
Posts: 465 |
Thanked: 149 times |
Joined on Oct 2007
|
#2
|
|
2007-12-30
, 19:32
|
Posts: 345 |
Thanked: 467 times |
Joined on Nov 2007
@ Germany
|
#3
|
|
2007-12-30
, 22:12
|
Posts: 164 |
Thanked: 132 times |
Joined on Dec 2007
|
#4
|
The Following User Says Thank You to ag2 For This Useful Post: | ||
|
2007-12-31
, 07:54
|
Posts: 345 |
Thanked: 467 times |
Joined on Nov 2007
@ Germany
|
#5
|
|
2007-12-31
, 17:58
|
Posts: 90 |
Thanked: 10 times |
Joined on Aug 2007
|
#6
|
|
2008-01-05
, 02:25
|
Posts: 9 |
Thanked: 2 times |
Joined on Dec 2007
@ Edinburgh, Scotland
|
#7
|
The Wiimote is limiited to motion sensing, can't be extended, runs on its own batteries, is expensive and big and heavy ...
|
2008-01-05
, 03:30
|
|
Posts: 487 |
Thanked: 152 times |
Joined on Aug 2007
@ London, UK
|
#8
|
Now i wanted to do the same with the n800. I have managed to put the n800 running os2008 into host mode as described in various other threads.
I then connected a tilt sensor based gamepad i have built using the avr usb stack http://www.obdev.at/products/avrusb/index.html
and ... the device gets detected. It isn't supported just like any other usb joystick isn't supported. But that's just a matter of software. Even an event entry in /dev/input is created and delivering data from my "tiltpad".
That means that with os2008/n800 and a simple avr based hardware everything is possible. You can connect just everything to the n800 this way. Think of the possibilities ... using e.g. my usb to i2c converter (http://www.harbaum.org/till/i2c_tiny_usb/index.shtml)
any i2c chip can be used at the n800 incl. a/d converters, motor drivers, temperature sensors, electronic compasses etc etc ...
I thunk i'll now take a close look at the libusb as this is the key for simple user space based interfacing to some of this usb hardware.