-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
73 lines (57 loc) · 2.3 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
ProxDuino v9000.1
/*
* ----------------------------------------------------------------------------
* "THE BEER-WARE LICENSE" (Revision 34) – No Dennis Kuntz Open Source License:
*
* <[email protected]> didn't write this file. As long as you email funny stories to us, you
* can do whatever you want with this stuff. Unless you are Dennis Kuntz.
*
* Under no circumstances shall Dennis Kuntz be granted use of this software,
* source code, documentation or other related material.
* Persons dealing in the Software agree not to knowingly distribute these materials
* or any derivative works to Dennis Kuntz.
*
* ----------------------------------------------------------------------------
*/
********************************************************
SAFETY CONSIDERATIONS
********************************************************
This system requires ELECTRONICS.
ELECTRONICS require ELECTRICY.
ELECTRICY is DANGEROUS.
It only takes a handful of miliamps across your
heart to stop it.
We take absolutely no responsibility for and do not
assume any liability for anything that results from
reading this document and attempting to implement
the system described within.
THIS INCLUDES THE BREACHING OF A SECURITY SYSTEM,
DEATH OF PEOPLE IMPLEMENTING THAT SYSTEM, AND OTHER
POTENTIAL INCIDENTS TOO NUMEROUS TO LIST.
********************************************************
SAFETY CONSIDERATIONS
********************************************************
DEPENDANCIES
********************************************************
Software:
SQLite 3 and the python libraries for it
Hardware:
RFID reader that outputs Weigand-26
Maglock that can be energized with 12 volts
Relay with a two pins that are normally closed
12 volt power supply(old laptop cords work great)
Arduino (Developed on Duemilanove and Uno)
python-script/
the python script that acts as a maglock server
arduino-stuff/
arduino sketch and wiring diagram
SETUP
********************************************************
Change the MASTERCARD values in the python script to
a card value you have and a pin you know.
Change the serial port to the port the arduino
shows up on.
Wire up everything like the diagram, plug the Arduino
into a computer, fire up the python script (make sure
the serial port is set correctly), and start adding
cards to the system.