Title: GIZMO Touch Screen Application
1GIZMO 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
2Agenda
- Tasks Performed
- Technical Content
- Goals for Next Week
- Future Goals
- Gantt Chart
2
3Tasks 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
4Technical 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
5Technical ContentFirst Test Program
Screenshot of Test Program
5
6Technical 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
7Technical 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
8Goals 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
9Future GoalsWireless Network Detection
Some Example GUIs
9
Sources tips.webdesign10.com
www.micahcarrick.com/
10Future Goals Network (Phone)
GIZMO Truck
Nokia N95
10
Picture Taken with camera in Calit2 lab
Source (N95) cellphones.gsmhacks.com/
11Future Goals Video and Audio
Sample Web Camera Video Feed
Source iride.shobek.com
11
12Gantt Chart
12