wireless telemetry system for solar vehicle

27
Wireless Telemetry System for Solar Vehicle Scott Cowan Elliot Hernandez Tung Le March 14, 2011 School of Electrical and Computer Engineering

Upload: kaz

Post on 15-Feb-2016

30 views

Category:

Documents


0 download

DESCRIPTION

School of Electrical and Computer Engineering. Wireless Telemetry System for Solar Vehicle. Scott Cowan Elliot Hernandez Tung Le March 14, 2011. Project Overview. Source: http://www.ece.gatech.edu/academic/courses/ece4007/10fall/ECE4007L01/ws1/files/sjt_final_presentation.ppt. - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Wireless Telemetry System for Solar Vehicle

Wireless Telemetry System for Solar Vehicle

Scott CowanElliot Hernandez

Tung Le

March 14, 2011

School of Electrical and Computer Engineering

Page 2: Wireless Telemetry System for Solar Vehicle

Project OverviewWireless Data from the Solar Car to the Chase Car

Source: http://www.ece.gatech.edu/academic/courses/ece4007/10fall/ECE4007L01/ws1/files/sjt_final_presentation.ppt

Page 3: Wireless Telemetry System for Solar Vehicle

Prior Work from Fall 2010

• GPS receiver• Wi-Fi link• Data storage• Data acquisition

– Voltage– Current– Temperature– Speed

Page 4: Wireless Telemetry System for Solar Vehicle

Shortcomings of Fall 2010 Design

• Current sensors– Low sensitivity– Unipolar sensing

• Speed sensor– Fragile design

• Interface board– Proto-board

Page 5: Wireless Telemetry System for Solar Vehicle

Transition Problems

• Programming– Serial Peripheral Interface (SPI) bus not working

• Hardware dismantled– All sensors lost

• Parts list incomplete– Part numbers missing

Page 6: Wireless Telemetry System for Solar Vehicle

Spring 2011 Remedies

• Current sensors– Lower range = higher sensitivity– Bipolar = bidirectional sensing

• Speed sensor– Industrial sensor = robustness

• Interface board– Printed circuit board (PCB) = permanence

Page 7: Wireless Telemetry System for Solar Vehicle

Additional Features

• Take advantage of SPI bus• Enclose PCB and SBC for protection• Read data from other subsystems on the

RS-485 network

Page 8: Wireless Telemetry System for Solar Vehicle

Current Status• Completed tasks

– Preliminary schematic design– Component selection– Linux driver installation– Cross-compiler setup

• Present tasks– Finalizing schematic and PCB designs– Soldering components– Coding program

• Auto-sync • Transmit data

Page 9: Wireless Telemetry System for Solar Vehicle

Design Overview

Chase Car

Laptop

Solar Car

SBC

USB

Current

Speed

Temperature

Voltage

RS-485/RS-232

GPS

Battery Mgmt.Motor Ctrl.

MPPTHMI

Data Storage

USB

USB

SPIDIO

Transmitter

Page 10: Wireless Telemetry System for Solar Vehicle

Current Measurement

• Bi-polar Hall-effect sensor – Sensing range: ± 140 A– Maximum cable size: 1/2″ OD– 10 available inputs

Page 11: Wireless Telemetry System for Solar Vehicle

Speed Measurement

• Industrial Hall-effect sensor – Senses magnet attached to wheel– Sends pulse to SBC– Computes Δt between pulses

Wheel

Page 12: Wireless Telemetry System for Solar Vehicle

Temperature Measurement

• Diode-connected transistor – Two available inputs for remote sensors– On-chip ADC– Accuracy of ±1 degree C

Page 13: Wireless Telemetry System for Solar Vehicle

Voltage Measurement

• Simple voltage divider network – Total of six 0-5 Vdc inputs– Three remote signal conditioners for voltages up to 120 Vdc

Page 14: Wireless Telemetry System for Solar Vehicle

Interface Board

• Custom PCB– Interconnection between Inputs/Outputs (I/O) and SBC – Signal buffering– Analog to Digital conversions

Page 15: Wireless Telemetry System for Solar Vehicle

Single Board Computer

• TS-7250– Heart of telemetry system– Linux operating system– C language programming

Page 16: Wireless Telemetry System for Solar Vehicle

Vehicle Location

• GlobalSat BU-353 GPS receiver – NMEA 0183 protocol– Waterproof– Five foot USB cable

Page 17: Wireless Telemetry System for Solar Vehicle

Data from Other Subsystems

• Other subsystems communicate on RS-485 network – Telemetry “listens” through RS-485 to RS-232 converter– Relevant data captured and stored– Requested data sent to HMI

Battery Mgmt.Motor Ctrl.

MPPTHMI

Page 18: Wireless Telemetry System for Solar Vehicle

Data Storage

• 2GB USB flash drive– FAT16 file system– One record set per second– CSV file format

Page 19: Wireless Telemetry System for Solar Vehicle

Data Transmission to Chase Car

• ASUS WL-167g Wi-Fi transmitter– IEEE 802.11g standard– Supported by SBC drivers– Range of up to 150 m

Page 20: Wireless Telemetry System for Solar Vehicle

Enclosure

• Lightweight ABS plastic– Approximately 7 x 8 x 2.5 inches (W x L x H)– IP 54 rating

Page 21: Wireless Telemetry System for Solar Vehicle

General Challenges

• Slow delivery of parts has delayed testing– Current sensors– QSOP to DIP adapters

• Identification of major components has delayed SBC programming– TS-7250 SBC– 2 GB USB memory stick

Page 22: Wireless Telemetry System for Solar Vehicle

Interface Board Challenges

• DesignSpark learning curve– Design and Library Creation tutorials helpful

• Printed Circuit Board size limit– ECE machine limited to 7 x 8 inch PCBs

• Component specification– Connector selection

Page 23: Wireless Telemetry System for Solar Vehicle

Programming Challenges

• TS-7250 SBC learning curve– Tyler Mann has assisted

• Linux compatible drivers– GPS, Wi-Fi, and memory devices

• Serial Peripheral Interface (SPI) Bus– Needs to work before PCB design is finalized

Page 24: Wireless Telemetry System for Solar Vehicle

Future Testing• Speed sensor• Current sensors• Temperature sensors• Voltage signal conditioners• SPI bus• RS-485 to RS-232 converter• Communication to HMI

Page 25: Wireless Telemetry System for Solar Vehicle

Project Schedule

March 23, 2011 SBC sensing all sensors

March 30, 2011 Wi-Fi transmission of data

April 6, 2011 Complete printed circuit board

April 13, 2011 Display data on remote laptop

April 20, 2011 Final demonstration

Page 26: Wireless Telemetry System for Solar Vehicle

Future Costs for Solar Jackets

Description Quantity UOI Unit Price Extended CostCurrent sensors 6 ea $10.00 $60.00

Signal wiring 1 lot $100.00 $100.00Misc connectors 1 lot $100.00 $100.00

Total $260.00

Page 27: Wireless Telemetry System for Solar Vehicle

Questions?