module BBB::Components
Constants
- WMP
WiiMotionPlus
I2C component. Attach to P9 like this:Nunchuck/ WMP connector:
| 1 2 3 | | | | 6 5 4 | | —– | |_| |_|
Connections from NunChuck to BeagleBone “P9” connector:
pin 1: green: system data - connect to BeagleBone pin 20 (I2C2_SDA) pin 2: (not connected) pin 3: red: DC 3.3V supply - to BeagleBone pin 3 or pin 4 (DC_3.3V) pin 4: yellow - system clock - to BeagleBone pin 19 (I2C2_SCL) pin 5: (“ATT” - not needed) pin 6: white - GND - to BeagleBone pin 1 or pin 2 (GND)
Copied from: www.alfonsomartone.itb.it/mzscbb.html