more detail in Readme
This commit is contained in:
parent
13a566b83d
commit
705aeb87bc
1 changed files with 8 additions and 5 deletions
13
README.md
13
README.md
|
@ -8,7 +8,8 @@ This should work in such a way that the user logs into a web interface where the
|
|||
- [heimcontrol.js](http://ni-c.github.io/heimcontrol.js/)
|
||||
- [serialport](https://www.npmjs.com/package/serialport)
|
||||
|
||||
## Hardware Requirements
|
||||
# Dependicies and Requirements
|
||||
## Hardware
|
||||
- [x] Raspberry Pi
|
||||
- [x] Arduino Uno Rev3
|
||||
- [x] Heat-Sensor
|
||||
|
@ -19,7 +20,7 @@ This should work in such a way that the user logs into a web interface where the
|
|||
- [x] RC-Poweroutlets
|
||||
- [x] LEDs
|
||||
|
||||
## Software Requirements
|
||||
## Software
|
||||
- [x] [Node.js](https://nodejs.org/en/)
|
||||
- [ ] [MySQL](http://www.raspberry-projects.com/pi/software_utilities/mysql)
|
||||
- [ ] [Passport?](http://passportjs.org/)
|
||||
|
@ -27,15 +28,17 @@ This should work in such a way that the user logs into a web interface where the
|
|||
- [ ] [mysql](https://www.npmjs.com/package/mysql)
|
||||
- [x] [Express](http://expressjs.com/)
|
||||
- [x] [AngularJS](https://angularjs.org/)
|
||||
- [x] [Ino](http://inotool.org/)
|
||||
- [x] Raspberry Pi Arduino Package (`sudo apt-get install arduino`)
|
||||
|
||||
## Pins
|
||||
### Analog
|
||||
# Pins
|
||||
## Analog
|
||||
|Pin | Function |
|
||||
|--- |------------- |
|
||||
|A0 | Temperature |
|
||||
|A1 | Light |
|
||||
|
||||
### Digital
|
||||
## Digital
|
||||
|Pin | Function |
|
||||
|--- |--------------- |
|
||||
| ~3 | IR-Trasmitter |
|
||||
|
|
Reference in a new issue