Things have been pretty quiet with the development of the project because we've been focused on completing a lot of documentation requirements for the University. That is almost done for now. One team member is focusing on the obstacle avoidance. We'll post details about how that turns out once we have some testing results.
I've been focused on getting the web interface up and running. Formally, in our curriculum here, we spend a lot of time writing code in Java and C. Website design is handled by the students in the IT section of the Institute of Tech. So, I've been spending weeks familiarizing myself with html, php, css, javascript, and sql. I have had a domain reserved at GoDaddy for over a year now, but couldn't find time to do anything with it. I finally found a reason to do something with the domain and have a VERY ugly product up and running for my website now.
http://halmusreeftank.com/senior_project.html
There are still some dead links, missing links, and other issues with the site. I intend to use the site to showcase some of the projects and work I've been a part of at UWT. I will also be posting future "reef" projects up on the site as well as pictures of my past SPS tank. It's been a good learning experience. Even though I was using a template from CoffeeCup html editor, I have been playing around with the code and learning how it all fits together.
As a result, I've made a little progress with the site that will host our project's GUI to control movement and view the video feed. All of the buttons are in place. The site is hosted from the microprocessor seen in the picture below. That is the microprocessor that will also transmit the video feed. For testing purposes, the web page buttons are just turning on LED's on a breadboard for now. Those signals will easily work with the existing microcontrollers to dictate movement. I'm going to try to clean up the GUI to make it look a little more professional, but my first goal is to have a working product with the video. Then I can spend more time making it look pretty.