An open API service indexing awesome lists of open source software.

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

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 Servos

You 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.