Final PRoject
Getting the crystal oscillators was a problem. The available ones are not matching the specifications that are required. This will need to be orderd from www.digikey.com
Inductors are not easilly available as well, so this may mean that I fabricate my own inductor. This will need copper wires that will be wounded to meet the specific inductance that is required.
The requrements for my interface and application is to have Apache, Mysql and php installed in the computer. The operating system that am using is ubuntu.
After searching on the net, I was able to get how to install the apache, mysql and php. This id done by typing on the command prompt
sudo apt-get install apache2 php5 libapache2-mod-php5 mysql mysql-server
Then follow the necessary steps that follow.
Before Apache can see that php is installed you will have to restart Apache like so:
sudo /etc/init.d/apache2 restart
You have to first set a password for mysql. To do this, run the first command in order to get to the mysql prompt and the second to set the password:
mysql -u root mysql> SET PASSWORD FOR 'root'@'localhost' = PASSWORD('YOURPASSWORD');
Once apache,mysql and php is instaled, we build our application and save in folder in system files as follows.
/var/www/
The idea is to use a webpage that resides in the computer which will have classes for accessing the serial port or the usb of a computer for communication to a microcontroller. To access the application from another computer, one is required to type on a webpage the ip address of my computer.
www.whatismyip.com

- Functionality.
- Areas Coverered in Fab Labs
- Relevance of the project
- Components fabricated
- Links to other weeks below.....
-
- Week I: Project management
- Week II: Computer- Aided design
- Week III: Computer- Controlled Cutting
- Week IV: electronics production
- Week V: Computer-Controlled Machining
- Week VI: Electronic Design
- Week VII: Molding, Casting and Machining
- Week VIII: Embedded programming
- Week IX: 3D scanning and printing
- Week X: Input devices
- Week XI: Interface and Application programming
- Week XII: Output devices
- Week XIII: Mechanical Design
- Week XIV: Networking and Communication
- Week XV: Machine Design
- Week XVII: Project Development
- Week XVIII: Invenion, intellectual property and business models
- Week XIX: Project Presentation