Difference between revisions of "Granular Flow Rotating Sphere"

From Mech
Jump to navigationJump to search
m
m
Line 19: Line 19:
==Circuitry==
==Circuitry==
===Summary===
===Summary===
Our project was unique in that we relied on the use of three different PICs to precisely coordinate the motion of our ball. The main reason for this was because the 18F4520 chip only has enough encoder inputs for one Pittman motor.
Our project was unique in that we relied on the use of three different PICs to precisely coordinate the motion of our ball. The main reason for this was because the 18F4520 chip only has enough encoder inputs for one Pittman motor.


===Component List===
===Component List===
Line 25: Line 25:
<tr><th>Part</th><th>Part No.</th><th>Qty</th>
<tr><th>Part</th><th>Part No.</th><th>Qty</th>
<tr><td>Microchip 8-bit PIC Microcontroller</td><td>PIC18F4520</td><td>3</td>
<tr><td>Microchip 8-bit PIC Microcontroller</td><td>PIC18F4520</td><td>3</td>
<tr><td>Faulhaber Motor w/ Encoder</td><td>1524E006S</td><td>3</td>
<tr><td>Pittman Motor with Encoder</td><td>GM8224</td><td>3</td>
<tr><td>Inverter Chip</td><td>SN74HC04</td><td>1</td>
<tr><td>Inverter Chip</td><td>SN74HC04</td><td>1</td>
<tr><td>Counter Chip</td><td>LS7083</td><td>2</td>
<tr><td>Counter Chip</td><td>LS7083</td><td>2</td>
<tr><td>H-Bridge Chip</td><td>L293</td><td>1</td>
<tr><td>H-Bridge Chip</td><td>L293</td><td>1</td>
<tr><td>Diodes</td><td>***</td><td>8</td>
<tr><td>Diodes</td><td>1N4001</td><td>8</td>
</table>
</table>



Revision as of 12:57, 20 March 2008

ME 333 final projects

Team Members

  • Brian Kephart - Electrical Engineering Class of 2009
  • Jonathan Shih - Mechanical Engineering Class of 2009
  • Kristi Bond - Mechanical Engineering Class of 2008

Overview

Mechanical Set-up

Housing and Ball Support

Main Drive Wheel and Motor

Lazy Susan and Position Control Motor

Circuitry

Summary

Our project was unique in that we relied on the use of three different PICs to precisely coordinate the motion of our ball. The main reason for this was because the 18F4520 chip only has enough encoder inputs for one Pittman motor.

Component List

PartPart No.Qty
Microchip 8-bit PIC MicrocontrollerPIC18F45203
Pittman Motor with EncoderGM82243
Inverter ChipSN74HC041
Counter ChipLS70832
H-Bridge ChipL2931
Diodes1N40018

Design

Pictures

PIC Code

Matlab Code

Results