Junior Design Final Project

A 2-axis SCARA robotic arm that can draw based on G-code and Nunchuk controller inputs. My specific contribution was designing the interface between the processing within Matlab, and the nunchuk itself. I designed a PCB that allows any nunchuk to be used. I chose an Arduino Uno to communicate over I2C with the controller, and sent serial outputs back to Matlab.

0 Lifts 

Artifacts

Name Description
Arduino Code initializes and gathers information from an arduino uno and outputs it to the serial port   Download
Matlab Receive Code Receives output from the Arduino and performs respective operations on current coordinates.   Download