Difference between revisions of "Making a Wii remote talk to Pure Data (PD)"

From CCRMA Wiki
Jump to: navigation, search
(Created page with 'Making a Wii remote talk to PD could be fun. You have a pretty-accurate/not-over-sensitive accelerometer inside a Wii remote. Also, there are a bunch of LEDs and a pager motor (v…')
 
Line 1: Line 1:
 +
== Introduction ==
 
Making a Wii remote talk to PD could be fun. You have a pretty-accurate/not-over-sensitive accelerometer inside a Wii remote. Also, there are a bunch of LEDs and a pager motor (vibrator) inside the Wii that can be used for a lot of fancy purposes.
 
Making a Wii remote talk to PD could be fun. You have a pretty-accurate/not-over-sensitive accelerometer inside a Wii remote. Also, there are a bunch of LEDs and a pager motor (vibrator) inside the Wii that can be used for a lot of fancy purposes.
  
In this guide, we assume that you are running Ubuntu on the Beagleboard. You need a bluetooth dongle to let the computer and the remote pair with each other. To finish this task, we need to install a bunch of packages and patches to
+
In this guide, we assume that you are running Ubuntu on the Beagleboard. You need a bluetooth dongle to let the Beagleboard and the remote pair with each other. To finish this task, we need to install a bunch of Ubuntu packages and PD patches.
 +
== Procedure ==
 +
1) Plug in the dongle into the Beagleboard. Ubuntu should detect the dongle automatically and supply it with the necessary drivers. Check the status of the dongle with the command '''lswm'''. If '''lswm''' is not installed, you should run the command '''sudo apt-get install lswm'''. Once the package is installed, run the command '''lswm''' just to make sure the dongle plugged into the computer.

Revision as of 12:48, 17 November 2010

Introduction

Making a Wii remote talk to PD could be fun. You have a pretty-accurate/not-over-sensitive accelerometer inside a Wii remote. Also, there are a bunch of LEDs and a pager motor (vibrator) inside the Wii that can be used for a lot of fancy purposes.

In this guide, we assume that you are running Ubuntu on the Beagleboard. You need a bluetooth dongle to let the Beagleboard and the remote pair with each other. To finish this task, we need to install a bunch of Ubuntu packages and PD patches.

Procedure

1) Plug in the dongle into the Beagleboard. Ubuntu should detect the dongle automatically and supply it with the necessary drivers. Check the status of the dongle with the command lswm. If lswm is not installed, you should run the command sudo apt-get install lswm. Once the package is installed, run the command lswm just to make sure the dongle plugged into the computer.