NFC Inventory Android App Jeremy Sagaille. Project Introduction Implementing RFID inventory system

Preview:

Citation preview

NFC Inventory Android App

Jeremy Sagaille

Project Introduction

Implementing RFID inventory system

Goals

No end user interaction with the tag

Effective and aesthetically pleasing application

Access to a history of records

Track profits, expenses and total clients

System Diagram

System Diagram

Hardware

NFC Enabled Device

Galaxy S3

Read and Write

NFC Tags

Standard 13.56 Mhz NFC tags

Software

Developed Using Android SDK

Android Studio IDE

Similar To Eclipse

Java Back End

SQLite Database Storage

XML Front End

System Diagram

NFC

Write Client ID number to tag

Pushes a string to the tag

Read Client ID number from tag

Retrieves a String from the tag

String ID will be used to retrieve the client’s data

System Diagram

SQLite

Similar to SQL

SQLite is more suitable for a mobile app

SQLite is file based

SQL is server based

Every row has a unique ID

System Diagram

Analyzing Data

Total Overhead

Gross Profit

Clients served

Net Profit

System Diagram

Future Work

Expanding from SQLite to SQL

Multiple users have access to same database

More in depth analysis of data

Month to month

Find cheaper materials

Implement electronic billing and receipt system

Questions?

sagaillj@union.edu

Recommended