Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mgesmundo committed May 7, 2013
0 parents commit 30d6694
Show file tree
Hide file tree
Showing 436 changed files with 917 additions and 0 deletions.
36 changes: 36 additions & 0 deletions README.md
@@ -0,0 +1,36 @@
# RFID

This module provide a simple way to read RF TAGs. This module is intended for an [Innovations ID-12 RFID](http://id-innovations.com/httpdocs/EM%20moudule%20SERIES%202007-10-9_wfinal%20v22.pdf) reader connected to an [Acme System](http://www.acmesystems.it) board:

- [Terra board](http://www.acmesystems.it/terra)
- [Aria board](http://www.acmesystems.it/aria)
- [Fox G20 board](http://www.acmesystems.it/FOXG20).

Visit [Acme Systems](http://www.acmesystems.it/) and [Innovations](http://id-innovations.com) official sites for more informations about this hardware. You can use this module also to connect the RFID reader to a PC using an USB to serial converter.

To create documentation you must install [JSDuck](https://github.com/senchalabs/jsduck) and type in your terminal:

$ ./gen_doc.sh

Please visit [Yoovant website](http://www.yoovant.com/rfid/) for more informations (schematic, etc.).

## Hardware

- [Acme System](http://www.acmesystems.it) components:

- Acme Systems [Terra board](http://www.acmesystems.it/terra) (or [Fox G20 board](http://www.acmesystems.it/FOXG20) with [Daisy-1 board](http://www.acmesystems.it/DAISY-1))

- [Innovations](http://id-innovations.com) RFID reader:

- [ID-12](http://id-innovations.com/httpdocs/EM%20moudule%20SERIES%202007-10-9_wfinal%20v22.pdf) connected to Terra board (or Fox board)

__NOTE__: the term "Aria" in this module is used as synonym of "Terra" because in effect
this module is intend for Terra board (with or without GPRS module). You can also inherit this module to customize it to works with an Aria module.

## Usage

Install the package as usual:

debarm:~# npm install rfid

See full documentation into _doc_ folder and an example into _example_ folder within the [rfid](https://npmjs.org/package/rfid) package.
1 change: 1 addition & 0 deletions doc/app-baf1b533a51447e178d66adecf5e85d4.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions doc/data-dc5ecc6e574d15661a52110bc52c0b49.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 26 additions & 0 deletions doc/eg-iframe.html
@@ -0,0 +1,26 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Sencha Examples</title>

<script type="text/javascript" src="extjs-build/ext-all.js"></script>
<link rel="stylesheet" type="text/css" href="extjs-build/resources/css/ext-all.css">

<script type="text/javascript">
function loadInlineExample(code, options, callback) {
try {
document.body.innerHTML = '';
eval(code);
callback && callback(true);
} catch (e) {
document.body.innerHTML = e;
callback && callback(false, e);
}
}
</script>
</head>
<body>
</body>
</html>
38 changes: 38 additions & 0 deletions doc/extjs/ext-all.js

Large diffs are not rendered by default.

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/extjs/resources/themes/images/default/box/l.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/extjs/resources/themes/images/default/box/r.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/extjs/resources/themes/images/default/box/tb.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 30d6694

Please sign in to comment.