Projects
LASER Diode Spectroscopy: While attending Pennsylvania State University I worked on laser diode spectroscopy using a laser diode
and a rubidium cell. I completed the project during my final semester attending the Berks Campus. I completed a summary write
up of what I did during the time on the project. After speaking with the professor in charge I am allowed to post my work,
below is the link to download the summary I submitted to him.
Spectroscopy Summary(5.7MB).
Mousey: This project was created using C++. I created in my spare time while attending Pennsylvania State University.
It is a mouse running around a maze using "vision" to find his way to the cheese. He has a memory of where he has been, and
continues to search out new paths to traverse to find the cheese. This program uses advanced Object Oriented Programming or
OOP in the form of classes, structs and stacks. This is an on-going project and I will update it as necessary. If you wish
to download the executable or the code itself the links are below.
Version Date: May 2006
This version uses a console window as the output. It uses its "vision" and memory to decide on where to go next.
Mouse Executable Mouse Code