https://github.com/msurguy/arduino-wiichuck-laser
Arduino Wiichuck driven servos with a Laser
https://github.com/msurguy/arduino-wiichuck-laser
arduino laser motion nunchuk sensor servos
Last synced: about 1 month ago
JSON representation
Arduino Wiichuck driven servos with a Laser
- Host: GitHub
- URL: https://github.com/msurguy/arduino-wiichuck-laser
- Owner: msurguy
- Created: 2012-11-15T22:47:59.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-11-15T22:53:32.000Z (over 12 years ago)
- Last Synced: 2025-02-02T05:17:38.934Z (3 months ago)
- Topics: arduino, laser, motion, nunchuk, sensor, servos
- Language: Arduino
- Size: 157 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
arduino-wiichuck-laser
======================Arduino Wiichuck driven servos with a Laser
Original blog post with Pictures and Video:
http://maxoffsky.com/maxoffsky-blog/arduino-wiichuck-steered-laser-pointer/Parts list:
Arduino Uno
Original Wii Nunchuck
Nunchuk to Arduino adapter (link below)
Laser pointer
2 mini ServosYou can buy a WiiChuck adapter here :
http://todbot.com/blog/2008/02/18/wiichuck-wii-nunchuck-adapter-available/
We are using the Wire library for I2C communication with the Nunchuk. See this reference where the I2C pins are on your Arduino: http://www.arduino.cc/en/Reference/Wire. On Arduino Uno the I2C pins are A4 and A5.