Title: Autonomous GPS Guided Vehicle
1Autonomous GPS Guided Vehicle
- Group 5
- Team Advisor
- Dr. Chao
- Team Members
- Russell Vela
- Pamela Danner
- Joshua Teel
2Project Objective
- Autonomously Navigate a vehicle through the R-4
Parking lot. Utilizing GPS navigation.
3Overall Basic Design
4Overhead Hardware Configuration
5Internal Hardware Configuration
6Electronic Speed Control
DuraTrax Blast Forward/ReverseForward and
ReverseMFG Motors 27 Turn ?Voltage input 5 to
7 cells (6-8.4V)On-Resistance 0.0125 to
0.025Maximum current continuousForward 140
Amps, Reverse 40 AmpsWeight 2.6 oz. Case sizeÂ
1.7" long x 2.1" wide x .78" highNot High
Frequency, MOSFET EquippedMotor wires (Blue
-),(White )
7External Trigger Interrupt
- Single Pole Double Throw momentary pushbutton
switch was required to switch between a constant
ground and vcc.
8External Interrupt Handling Code
void start_capture(void) P2DIR 0xEF
//P2.4 input P2IES 0x10 //triggers when
low P2IE 0x10 //enables interrupts on
2.4 P2SEL 0x00
interruptPORT2_VECTOR void Port2_Interrupt(void)
P1OUT 0x01 //turn on led capture_points()
P2IFG 0x00 //clears the interrupt flags
void capture_points(void) if(point_num lt
4) delay() x_pointpoint_num
x_current y_pointpoint_num
y_current num_sat_pointpoint_numnum_sat if(p
oint_num 3) P2IE 0x00 //turn off
interrupts on Port 2 capture_points_flag
'F' point_num //count to the next
corner point P1OUT 0x00 //turn off led
9Trigger and GPS Communication
10Drive Function Concept
11GPS Data
12Budget
13Gantt Chart
14Gantt Chart Continued
15Final Product
16Finished Design
17Bumps in the Road
- MSP430F413C has no built-in USART mode.
- Josh Teel
- Voltage Regulator failure on transceiver.
18Overall Accomplishments
- Electrical design
- Robustness
- Craftsmanship
- Aesthetics
- Communication between GPS and MSP
- Control of vehicle via the MSP430F149 based upon
incoming GPS data.
19References
- Http//www.ti.com
- Embedded Systems Design Using the TI Msp430
Series, Chris Nagy, 2002 - Dr. Neuber
- Dr. Chao
- Scott McClure