Giter Site home page Giter Site logo

bmoquist / rfidtransactionunit Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 4.26 MB

Radio Frequency Identification Transaction Unit using Parallax RFID module, gumstix, and LCD screen

License: MIT License

C 62.04% JavaScript 0.53% Shell 13.48% C++ 23.45% IDL 0.50%

rfidtransactionunit's Introduction

RFIDTransactionUnit

Radio Frequency Identification Transaction Unit using Parallax RFID module, gumstix, and LCD screen

Authors: Bryant Moquist, Ian Bablewski, Calvin Flegal

#####Included:

  • Final Project Report
  • Project Photos
  • Key Resources
  • Source Code

#####Final Project Report: Detailed description of the project with diagrams and photographs.

#####Key Resources: This folder contains two pieces of sample code that were useful during the project. The links are listed in the reference sections of the report.

#####Source Code: Kernel module: Compile the kRFID.ko kernel module using the Makefile. Transfer kRFID to the gumstix with Hyperterminal.

To insert the module from the command line, type:

mknod /dev/kRFID c 61 0
insmod(kRFID)

To remove the module:

rmmod(kRFID).

User space program: Compile using the Makefile. Then, transfer to the Gumstix using Hyperterminal. Run the program with the following command:

./newqt -qws

To run the program:

1. Transfer the appropriate compiled files to the Gumstix with Hyperterminal.
2. Make a device driver node.
3. Insert the kernel module.
4. Run the userspace program.

Command Line Application (No QT): Also find included a c program that runs only the RFID module and the buttons interface. This was an intermediate product of our project that we used to interface with the RFID module before we integrated with QT.

Example compile on Linux: $EC535/gumstix/oe/cross/bin/arm-linux-gcc RFIDwithButtons.c -o RFIDwithButtons

To run the program:

1. Transfer the compiled kernel module and the compiled RFIDwithButtons file to the Gumstix.
2. Make a device driver node.
3. Insert the kernel module.
4. Run the RFIDwithButtons with the appropriate flag.  To see a list of flag options for the modes and additional input options, type: "./RFIDwithButtons -h"  The default setting is to read the serial number in an infinite loop. 

rfidtransactionunit's People

Contributors

bmoquist avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.