Skip to content
This repository has been archived by the owner on Jan 24, 2022. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellindros committed Feb 11, 2014
1 parent a55a8d9 commit 8661cd1
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,14 @@ Two interfaces are provided for controlling input and reading output; HTTP and W

### Basic Installation Steps
1. Clone the Door Controller Test Tool repository to your hard drive.
2. Edit the sd_card/config/pins.cfg file to create pin mappings. See “Configuring the Pins” for further details.
3. Edit the sd_card/config/doors.cfg file to create logical doors. See “Configuring the Doors” for further details.
4. Edit the sd_card/config/network.cfg to set up the Arduino network interface. See “Configuring the Network” for further details.
5. Wire up the Arduino to the PACS device according to the pins- and doors configuration. See “Connecting the Arduino to the PACS Device” for further details.
2. Edit the sd_card/config/pins.cfg file to create pin mappings. See “Configuring the Pins” in the wiki for further details.
3. Edit the sd_card/config/doors.cfg file to create logical doors. See “Configuring the Doors” in the wiki for further details.
4. Edit the sd_card/config/network.cfg to set up the Arduino network interface. See “Configuring the Network” in the wiki for further details.
5. Wire up the Arduino to the PACS device according to the pins- and doors configuration. See “Connecting the Arduino to the PACS Device” in the wiki for further details.
6. Format the SD card to FAT16, copy the contents of sd_card to the root of the card and insert it into the Arduino Ethernet Shield SD card slot.
7. Upload the Door Controller Test Tool software to the Arduino. See “Uploading the Door Controller Test Tool Software” for further details.
7. Upload the Door Controller Test Tool software to the Arduino. See “Uploading the Door Controller Test Tool Software” in the wiki for further details.
8. You should now be able to start using Door Controller Test Tool by navigating to its IP address in a browser (or sending commands via HTTP/Websockets).

### Detailed Instructions

See the repository wiki.

0 comments on commit 8661cd1

Please sign in to comment.