https://github.com/lordofhyphens/bsdmoted
BSD daemon for Wiimotes
https://github.com/lordofhyphens/bsdmoted
Last synced: 3 months ago
JSON representation
BSD daemon for Wiimotes
- Host: GitHub
- URL: https://github.com/lordofhyphens/bsdmoted
- Owner: lordofhyphens
- License: bsd-3-clause
- Created: 2009-05-15T20:26:19.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2009-05-15T21:18:28.000Z (about 16 years ago)
- Last Synced: 2025-01-28T17:49:27.426Z (5 months ago)
- Language: C
- Homepage:
- Size: 219 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
This project is based on bthidd, developed by Maksim Yevmenkin
, and information from http://www.wiili.orgThe usage is very similar to bthidd.
To install the program:
make clean
make
make installTo make it work:
1. hccontrol -n ubt0hci inquiry
2. bthidcontrol -a BD_ADDR query >> /usr/local/etc/bsdmoted.conf
3. bsdmotedThen you should be able to use wii remote as a mouse.
Current default setting is using IR pointing sensor on movement
control, default left button is button A, right button is button B.
You can change movement method as IR pointing with -m 1 or touch
button 1. You can change movement method as tilting with -m 2 or touch
button 2. A non-well defined calibration is also made when setting
movement method.According to
http://www.cns.bu.edu/~chhsiao/bsdmoted/gimp.mpg
The IR pointing works well.
Currently conflicts with bthidd (Bind to same bluetooth address.)
Pointing sensor with sensor bar will be available in next version.