Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.2 KB

README.md

File metadata and controls

28 lines (19 loc) · 1.2 KB

#Open Source Low Cost Laser Projector

Made with love by: Colin Ho, Jon Gonzales, Christine Gregg, Amy Liao and Marty Cowell as part of UC Berkeley's ME235 in Spring 2014

##You'll need:

##To run it: run the executable called "project_GUI_final.exe" in "\LaserProjectorInterface_GUI\bin" follow the onscreen directions, and make sure that the usb cable is plugged into the usb comm on the PSoC, not the usb debug/program port

##To play with the source code The Laser Projector Interface is written in C++ using open frameworks. You'll need to generate a new project with the following add-ons

  • ofxUI, you'll need to install this
  • ofxXmlSettings
  • ofxOpenCV

The PSoC code can be loaded by using Cypress's PSoC Creator IDE, which is awesomely free. Just open the workspace file "USB_UART01-000.Bundle01"

We did our best to make the code easy to follow with tons of comments.

Happy Lasing!!!