Compare commits
No commits in common. "master" and "one-int-width" have entirely different histories.
master
...
one-int-wi
File diff suppressed because it is too large
Load Diff
18
README.txt
18
README.txt
|
@ -15,11 +15,19 @@ https://github.com/zyphlar/Open_Access_Control_Ethernet
|
||||||
For the latest version of the UPSTREAM software, visit:
|
For the latest version of the UPSTREAM software, visit:
|
||||||
http://code.google.com/p/open-access-control/
|
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
|
Note: Unpack the libraries (WIEGAND26, DS1307, PCATTACH) into your arduino
|
||||||
libraries directory. This is usually:
|
libraries directory. This is usually:
|
||||||
|
|
||||||
~/arduino/hardware/libraries/
|
~/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
|
The hardware design for the Open Access Control for Hacker Spaces uses the Arduino
|
||||||
board with Atmega 328. It has been tested with:
|
board with Atmega 328. It has been tested with:
|
||||||
|
@ -37,8 +45,6 @@ The software has the following features:
|
||||||
-(4) Relay outputs
|
-(4) Relay outputs
|
||||||
|
|
||||||
|
|
||||||
USAGE:
|
|
||||||
|
|
||||||
The following pin assignments are assumed by this software:
|
The following pin assignments are assumed by this software:
|
||||||
|
|
||||||
-Pins 2,3 for Reader 1
|
-Pins 2,3 for Reader 1
|
||||||
|
@ -46,8 +52,4 @@ The following pin assignments are assumed by this software:
|
||||||
-Pins 5,6,7,8 for Relays
|
-Pins 5,6,7,8 for Relays
|
||||||
-Pins A0,A1,A2,A3 for alarm sensors
|
-Pins A0,A1,A2,A3 for alarm sensors
|
||||||
-Pins A4,A5 for SDA,SCL (I2C)
|
-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