GIZMO Touch Screen Application - PowerPoint PPT Presentation

1 / 12
About This Presentation
Title:

GIZMO Touch Screen Application

Description:

Continued to learn QT Creator. Continued to familiarize ourselves with the GIZMO board ... Technical Content: GIZMO Truck. A Few Components. Web Camera. LCD ... – PowerPoint PPT presentation

Number of Views:208
Avg rating:3.0/5.0
Slides: 13
Provided by: 568667
Category:

less

Transcript and Presenter's Notes

Title: GIZMO Touch Screen Application


1
GIZMO Touch Screen Application
Group 1
Week 3
  • Sponsor Calit2
  • Mentors
  • Mr. Javier Rodriguez Molina
  • Mr. Don Kimball

Team Members Scott Kayser Jason Mak Anna
Nguyen
1
2
Agenda
  • Tasks Performed
  • Technical Content
  • Goals for Next Week
  • Future Goals
  • Gantt Chart

2
3
Tasks Performed by Group
  • Continued to learn QT Creator
  • Continued to familiarize ourselves with the GIZMO
    board
  • Wrote a program to edit text files
  • Posted on Lablog (a blog on the
    circuitslab.calit2.net that states our progress
    and Statement of Work)
  • Parts for GIZMO acquired

3
4
Technical Content GIZMO Truck
  • A Few Components
  • Web Camera
  • LCD Touch Screen
  • 12v 10Ah battery supply
  • Speakers
  • Full motor capabilities, forward, reverse, and
    break

Incomplete GIZMO
4
Picture Taken with camera in Calit2 lab Source
gizmo.calit2.net
5
Technical ContentFirst Test Program
Screenshot of Test Program
5
6
Technical Content Text Finder
  • void TextFinderloadTextFile() QFile
    inputFile("/input.txt") inputFile.open(QIODe
    viceReadOnly) QTextStream
    in(inputFile) QString line in.readAll()
    inputFile.close() ui-gttextEdit-gtsetPlainT
    ext(line) QTextCursor cursor
    ui-gttextEdit-gttextCursor()

Screenshot of Test Program
void TextFinderon_findButton_clicked()
QString searchString ui-gtlineEdit-gttext()
ui-gttextEdit-gtfind(searchString,
QTextDocumentFindWholeWords)
6
7
Technical Content Programmed Buttons
  • void Favoriteon_eagleButton_clicked()
    QFile outputFile("animals.txt")
    outputFile.open(QIODeviceReadWrite)
    QTextStream out(outputFile) out ltlt "Eagle"
    ltlt endl outputFile.close()
    ui-gtanimal-gtsetText("Eagle")

Screenshot of Test Program
7
8
Goals for Next Week
  • Receive assembled GIZMO Truck from Mr. Molina
  • Continue to learn QT Creator
  • Download and test a compiled program on GIZMO
    board

8
9
Future GoalsWireless Network Detection
Some Example GUIs
9
Sources tips.webdesign10.com

www.micahcarrick.com/
10
Future Goals Network (Phone)
GIZMO Truck
Nokia N95
10
Picture Taken with camera in Calit2 lab
Source (N95) cellphones.gsmhacks.com/
11
Future Goals Video and Audio
Sample Web Camera Video Feed
Source iride.shobek.com
11
12
Gantt Chart
12
Write a Comment
User Comments (0)
About PowerShow.com