potential wii-mote mouse for a computer?
SpaceRobo24
Posts: 2
I was just curious, could you turn a universal remote into a mouse for your computer?
And if so how could you get the Propeller to comply with your computer as a mouse?
I know some people have been able to use the propeller to make a ps2 gaming controller
so why not a computer?
And if so how could you get the Propeller to comply with your computer as a mouse?
I know some people have been able to use the propeller to make a ps2 gaming controller
so why not a computer?
Comments
So, yes.. it's certainly possible
Not being familiar with the wii in any way, shape or form, but able to do a google search it appears that the wiimote is a Bluetooth interfaced device with a HID stack already onboard.
There appear to be numerous projects out there to interface it with various bits of software... so no prop required [noparse]:)[/noparse]
Getting the Propeller to talk to the wiimote would be far harder than just hooking it up to the PC with a bit of custom software (if that's even required)
www.epanorama.net/documents/pc/mouse.html
OBC
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
New to the Propeller?
Getting started with the Protoboard? - Propeller Cookbook 1.4
Updates to the Cookbook are now posted to: Propeller.warrantyvoid.us
Got an SD card? - PropDOS
Need a part? Got spare electronics? - The Electronics Exchange
here is $3 solution:
http://forums.parallax.com/forums/default.aspx?f=25&m=204968&g=205518#m205518
Buy an old USB mechanical mouse and inject pulses to photodiode output for X, Y wheels.
Works like a charm.
See this movie- propeller is moving cursor to do simple computation on PC
Or draws series of nested rectangles
Benefits:
- no need to use propeller resources to upload USB object
- no need for chip converting propeller voltage levels to USB levels.
Jan
would be simple enough to merge the nunchuck data to the output of the usb mouse hack