derek rodrigues microcomputer systems 1 dr. veton kepuska

7
FINAL PROJECT – 8X8X8 REAL- TIME VOLUMETRIC FFT DISPLAY Derek Rodrigues Microcomputer Systems 1 Dr. Veton Kepuska

Upload: asher-rho

Post on 15-Dec-2015

217 views

Category:

Documents


2 download

TRANSCRIPT

Page 1: Derek Rodrigues Microcomputer Systems 1 Dr. Veton Kepuska

FINAL PROJECT – 8X8X8 REAL-TIME VOLUMETRIC FFT DISPLAY

Derek RodriguesMicrocomputer Systems 1

Dr. Veton Kepuska

Page 2: Derek Rodrigues Microcomputer Systems 1 Dr. Veton Kepuska

OUTLINE

Build hardware Build control circuit Write microcontroller code Write EVMOMAPL137 code Test results

Page 3: Derek Rodrigues Microcomputer Systems 1 Dr. Veton Kepuska

BUILD ARRAY OF LEDS

512 LEDs soldered together into layers

Each layer soldered together till cube is completed

Page 4: Derek Rodrigues Microcomputer Systems 1 Dr. Veton Kepuska

BUILD CONTROL CIRCUIT

Must control 512 LEDs Need minimum 72 io ports Employ multiplexing

Page 5: Derek Rodrigues Microcomputer Systems 1 Dr. Veton Kepuska

WRITE MICROCONTROLLER CODE

Microcontroller listens over USART for an 8X8 byte array

Sends data to latch array Tells which latch to send to cube Pulls low (grounds) appropriate cube

layer(s)

Page 6: Derek Rodrigues Microcomputer Systems 1 Dr. Veton Kepuska

WRITE EVMOMAPL137 CODE

Performs FFT Establishes UART communication link Prepares FFT data in format cube

understands (array [8][8] bytes) Sends formatted data at desirable rate

for visualizing 3D translation of 2D FFT

Page 7: Derek Rodrigues Microcomputer Systems 1 Dr. Veton Kepuska

TEST RESULTS