Compare commits
18 Commits
one-int-wi
...
master
Author | SHA1 | Date | |
---|---|---|---|
0c044c6e11 | |||
006fb81b95 | |||
0729c76f49 | |||
c594eb4680 | |||
52c51f49c5 | |||
d3d432b129 | |||
464a3f2e29 | |||
055754b484 | |||
8e989ce4a2 | |||
d028054ad8 | |||
39fbc94fc8 | |||
39435f191a | |||
ac32edeac9 | |||
1dd2d0e694 | |||
3e09743532 | |||
31698b5c64 | |||
e76c51b360 | |||
9bc5c9e15c |
File diff suppressed because it is too large
Load Diff
18
README.txt
18
README.txt
|
@ -15,19 +15,11 @@ https://github.com/zyphlar/Open_Access_Control_Ethernet
|
|||
For the latest version of the UPSTREAM software, visit:
|
||||
http://code.google.com/p/open-access-control/
|
||||
|
||||
Features in Ethernet branch v0.01:
|
||||
-Extremely rudimentary logging via HTTP using Arduino Ethernet
|
||||
|
||||
New features in v1.32:
|
||||
-Serial console password with bad attempts lockout
|
||||
-Fixed minor bugs, remove some unused functions
|
||||
|
||||
Note: Unpack the libraries (WIEGAND26, DS1307, PCATTACH) into your arduino
|
||||
libraries directory. This is usually:
|
||||
|
||||
~/arduino/hardware/libraries/
|
||||
|
||||
|
||||
(restart the Arduino program afterwards to apply the changes.)
|
||||
|
||||
The hardware design for the Open Access Control for Hacker Spaces uses the Arduino
|
||||
board with Atmega 328. It has been tested with:
|
||||
|
@ -45,6 +37,8 @@ The software has the following features:
|
|||
-(4) Relay outputs
|
||||
|
||||
|
||||
USAGE:
|
||||
|
||||
The following pin assignments are assumed by this software:
|
||||
|
||||
-Pins 2,3 for Reader 1
|
||||
|
@ -52,4 +46,8 @@ The following pin assignments are assumed by this software:
|
|||
-Pins 5,6,7,8 for Relays
|
||||
-Pins A0,A1,A2,A3 for alarm sensors
|
||||
-Pins A4,A5 for SDA,SCL (I2C)
|
||||
|
||||
|
||||
You'll need to adjust the IPAddress and the PRIVPASSWORD to fit your environment/preferences.
|
||||
|
||||
|
||||
(g*32767+G-1)/2
|
||||
|
|
Loading…
Reference in New Issue
Block a user