PROJECT FINAL

The activity this week has two main activities:

1. Creating personal website.

2. Make a sketch of our project will make posible.

PART 1:

I will working in a modern web page with a good interface for the visitors, I will use the next technology:

• HTML 5
• CSS3
• Javascript
• JQuery

PART 2:

The project shall be provided that is useful to people and it also has to apply the knowledge to be gained to over FAB Academy program. It reviewing the content of the program covers topics such as: Cutting materials with 3D printing, laser cutting tools and molds and composite materials technology, manufacturing of electronic cards , electronic card programming and mechanical design.

Because of the above conditions it is to propose the following project: manufacture of interactive table.

At present there are accent tables, which work as follows: passing hands or an object on them, they begin to shine in the area where the object or material pass. There are very cheap these tables.

So I want to do something similar, but also to make it reactive, we 'll add other features such as:

• The ability to be reactive: illuminate the area where an object pass.
• In addition, I want to use it as an element of entertainment. That is to be able to change function, one that passes the table " illuminated chess board " mode.
• In addition, it is common in youth and adult meetings, all of them take your cell, and I've always seen energy they need to load their phones. So we 'll add that functionality, which designing the table to be taken to charge cell.

A sketch of the project to develop shown:


1. Development of the electronic part of the project: This part includes the following parts:

• Selection of the electronics of the sensors and actuators of the reactive part of the table.
• Development of battery charger for mobile phones.
• Electronic card manufacture.
• Programming the controller to make the operation of the table.
• Integration of all the electronics.

2. Development of the mechanical part :

• Design of the mechanical structure to house the electronics and give support to the table. The design should be attractive to people.
• Manufacture of mechanical components.

3. Tests operation of the electronic and mechanical assembly.
The business plan is as follows:


Mercurial

I installed the mercurial based in the tutorial I learned the command to upload my web page into the server MIT.
To get all changes from MIT repository into you repository:
hg pull
To add new files
hg add
To commit changes
hg commint -m 'MESSAGE'
To push files to server
hg push