Wednesday, April 23, 2014

Problems with my Motor

     Most of the building process was quick, and easily done. However there are a few problems I encounter even now:

1) Inconsistency

     My biggest problem is inconsistency. Due to the way that the brushes are done, the speed of the motor is very inconsistent. Often the commutator pushes and bends the brushes out of the way, blocking the contact between the two. This can severely change the power of the motor and how fast it spins, making the difference between a C- and an A+.


2) Winding the spool

     Often when the toy car is being wound, the thread will wind itself off the spool and into the way of the brushes. This could be a serious problem if it tangles with anything important.


Monday, February 3, 2014

My Balsa Wood Bridge

     For my Balsa Wood Bridge, I am going to attempt to create two different types of bridges, then work further on whichever proves stronger.

For my first prototype, I will be using a simple design of the truss bridge:


     I personally like the truss design the best because it is the strongest in architecture. The triangles formed in the center will relieve stress from the bottom of the bridge. It also uses the smallest amount of wood most efficiently. With the wood and mass that is saved by using less for a better design, I will have room to make adjustments and improvements.

For my other prototype, a very simple arch bridge will be made:


The arch bridge is stronger than most others, due to the curvature of the bridge. It will ease the tension from the center of the bridge, and distribute it to the sides.

As for my adhesive, I am going to test both wood glue and various epoxies, because these have different properties and bond differently than normal glue.

Because these are very early prototypes, I do not yet have exact measurements. As I progress through the stages of planning and building, the measurements will become clear,  also keeping in mind the rules and regulations provided by the B-Meister. 


Static Equilibrium

     Static Equilibrium is when an object has many different size forces acting upon it, but the sum of forces equals zero.

For example, have you ever tried balancing a pen on your finger? It won't balance in the middle because the forces are unequal. You have to find the balance point, or the fulcrum (which in this case is toward the cap of the pen). At this very point there is static equilibrium- the forces acting on the pen are unequal but are zero at this very point.

Here is another example:


These birds balance on your fingertip. Normally, they would fall off because the forces are not balanced. The birds are weighted just right, however, that the fulcrum is on the beak. Here there is static equilibrium.

Bridges also use the concept of static equilibrium. Bridges need to be durable and be able to withstand lots of weight. Different bridge types use different methods to ease the force on the horizontal bridge itself. This is an example of how suspension bridges work.


Bridges

     Bridges are structures that are built to get from one place to another without having to go around obstacles. Usually they span over water, cliffs, or even other roads. Different obstacles call for different types of bridges, which can vary in length, width, height, and structure. There are four main types of bridges:

Beam Bridges
 Beam bridges are simply a straight beam, usually made from wood or metal. Forces are distributed to the ends of the beam, which is distributed into the ground. Because of their ability to bend easily, they cannot span far distances.

Suspension Bridges


  Suspension Bridges are beam bridges with tall towers connected by a cable. The cable significantly takes force off the horizontal part of the bridge. This allows much longer bridges to be built.

Truss Bridges




 A truss is a structure, usually made of metal, which forms small triangles. Truss bridges are extremely useful in relieving compression and tension from heavy loads. They is also very economical because of the small amount of materials needed for a strong design.

Arch Bridges
  Arch Bridges have abutments on both sides. The force from the weight is pushed into the bridge, into the abutments, and into the ground. Arch bridges have a history of being built from stone, especially by the Greeks. Like the suspension bridge, they too can stretch long distances because of the even distribution of force.

Monday, November 11, 2013

Robotics



Robots are used for all sorts of things. They can be built and programmed different ways to accomplish different tasks. Not all robots are built out of metal and gears. Legos can be used to create robots too.




 There are two main components to a robot. The first is the actual structure. The structure of a robot has to be built specific to the task of the robot. If you want a robot to walk upright, then the balance must be equal so it doesn’t fall over.

 The second component is the program. A robot needs to be told what to do. A program can be made specific to the structure and task. For example, you could write a program that tells the robot to wait until it sees a certain color to move a certain way. There are many possibilities for a program.




Programming


The programming software that Lego has offers hundreds of options for programming. There are lots of different command blocks to tell the robot what to do. 
For example, movement, wait, touch sensor, color sensor, and motion sensor commands. 


Depending on what is being built, a program must be set up that allows the robot to function correctly. This means putting the built-in commands in the correct order for it to work.
Here is part of the program for a color sorter:


Color Sorting Robot


Color Sorting Robot
            Our group did the color-sorting robot. 

The total completion time was approximately 3 hours. The structure consisted of a conveyor belt that allowed the sorter to move, the main terminal that had the program, and many different motors and sensors. The program was fairly long, and it worked like this:
   1)   The program starts. The user can scan different color bricks through a color sensor and load them into the sorter.
   2)   After all bricks have been loaded, the sorter moves to a designated area and drop a certain colored brick in.
   3)   The sorter moves back to the starting position, where it bumps against a touch sensor.
   4)   When it bumps against this sensor, the program tells the sorter to move to the next color. This cycle repeats until all bricks have been sorted.
     **NOTE that we are holding down the wire in the back so that is doesn't get caught in any of the gears-we are NOT controlling it that way**