Mercurial > code > home > repos > homeauto
annotate service/arduinoNode/config.n3 @ 996:a34e008a8f95
add shop lights config
Ignore-this: ecb293862d23ca4183271b83b0fb9d27
darcs-hash:20150830081846-312f9-88051e7a212f5468e406e28e54f7e4ed4373934b
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Sun, 30 Aug 2015 01:18:46 -0700 |
parents | d9467d6d0f7b |
children | 06795f84fe29 |
rev | line source |
---|---|
982
d9467d6d0f7b
bang arduino board config update
drewp <drewp@bigasterisk.com>
parents:
974
diff
changeset
|
1 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
d9467d6d0f7b
bang arduino board config update
drewp <drewp@bigasterisk.com>
parents:
974
diff
changeset
|
2 @prefix : <http://projects.bigasterisk.com/room/> . |
d9467d6d0f7b
bang arduino board config update
drewp <drewp@bigasterisk.com>
parents:
974
diff
changeset
|
3 @prefix ha: <http://bigasterisk.com/homeauto/> . |
d9467d6d0f7b
bang arduino board config update
drewp <drewp@bigasterisk.com>
parents:
974
diff
changeset
|
4 @prefix sensor: <http://bigasterisk.com/homeauto/sensor/> . |
d9467d6d0f7b
bang arduino board config update
drewp <drewp@bigasterisk.com>
parents:
974
diff
changeset
|
5 @prefix houseLoc: <http://bigasterisk.com/homeauto/houseLoc/> . |
969 | 6 |
972
5f1bbec24d45
config: new arduino board with temp and lcd
drewp <drewp@bigasterisk.com>
parents:
969
diff
changeset
|
7 |
5f1bbec24d45
config: new arduino board with temp and lcd
drewp <drewp@bigasterisk.com>
parents:
969
diff
changeset
|
8 @prefix board0pin: <http://bigasterisk.com/homeauto/board0/pin/> . |
996 | 9 @prefix board0ow: <http://bigasterisk.com/homeauto/board0/oneWire/> . |
972
5f1bbec24d45
config: new arduino board with temp and lcd
drewp <drewp@bigasterisk.com>
parents:
969
diff
changeset
|
10 |
5f1bbec24d45
config: new arduino board with temp and lcd
drewp <drewp@bigasterisk.com>
parents:
969
diff
changeset
|
11 ha:board0 a :ArduinoBoard; |
969 | 12 :device "/dev/serial/by-id/usb-FTDI_FT232R_USB_UART_A900cepU-if00-port0"; |
13 :boardTag "atmega328"; | |
982
d9467d6d0f7b
bang arduino board config update
drewp <drewp@bigasterisk.com>
parents:
974
diff
changeset
|
14 :hasPin |
d9467d6d0f7b
bang arduino board config update
drewp <drewp@bigasterisk.com>
parents:
974
diff
changeset
|
15 board0pin:d3, |
d9467d6d0f7b
bang arduino board config update
drewp <drewp@bigasterisk.com>
parents:
974
diff
changeset
|
16 board0pin:d4, |
d9467d6d0f7b
bang arduino board config update
drewp <drewp@bigasterisk.com>
parents:
974
diff
changeset
|
17 board0pin:d5, |
996 | 18 board0pin:d6, |
19 board0pin:d7 . | |
969 | 20 |
21 board0pin:d3 :pinNumber 3 . | |
22 board0pin:d4 :pinNumber 4 . | |
982
d9467d6d0f7b
bang arduino board config update
drewp <drewp@bigasterisk.com>
parents:
974
diff
changeset
|
23 board0pin:d5 :pinNumber 5 . |
d9467d6d0f7b
bang arduino board config update
drewp <drewp@bigasterisk.com>
parents:
974
diff
changeset
|
24 board0pin:d6 :pinNumber 6 . |
996 | 25 board0pin:d7 :pinNumber 7 . |
969 | 26 |
27 board0pin:d3 :connectedTo sensor:motion0 . | |
28 sensor:motion0 a :MotionSensor; | |
29 :sees houseLoc:storage . | |
972
5f1bbec24d45
config: new arduino board with temp and lcd
drewp <drewp@bigasterisk.com>
parents:
969
diff
changeset
|
30 |
982
d9467d6d0f7b
bang arduino board config update
drewp <drewp@bigasterisk.com>
parents:
974
diff
changeset
|
31 board0pin:d5 :connectedTo :storageCeilingLedCross . |
d9467d6d0f7b
bang arduino board config update
drewp <drewp@bigasterisk.com>
parents:
974
diff
changeset
|
32 :storageCeilingLedCross a :LedOutput . |
d9467d6d0f7b
bang arduino board config update
drewp <drewp@bigasterisk.com>
parents:
974
diff
changeset
|
33 |
d9467d6d0f7b
bang arduino board config update
drewp <drewp@bigasterisk.com>
parents:
974
diff
changeset
|
34 board0pin:d6 :connectedTo :storageCeilingLedLong . |
d9467d6d0f7b
bang arduino board config update
drewp <drewp@bigasterisk.com>
parents:
974
diff
changeset
|
35 :storageCeilingLedLong a :LedOutput . |
d9467d6d0f7b
bang arduino board config update
drewp <drewp@bigasterisk.com>
parents:
974
diff
changeset
|
36 |
972
5f1bbec24d45
config: new arduino board with temp and lcd
drewp <drewp@bigasterisk.com>
parents:
969
diff
changeset
|
37 |
5f1bbec24d45
config: new arduino board with temp and lcd
drewp <drewp@bigasterisk.com>
parents:
969
diff
changeset
|
38 |
5f1bbec24d45
config: new arduino board with temp and lcd
drewp <drewp@bigasterisk.com>
parents:
969
diff
changeset
|
39 @prefix board1pin: <http://bigasterisk.com/homeauto/board1/pin/> . |
5f1bbec24d45
config: new arduino board with temp and lcd
drewp <drewp@bigasterisk.com>
parents:
969
diff
changeset
|
40 @prefix board1lcd: <http://bigasterisk.com/homeauto/board1/lcd/> . |
5f1bbec24d45
config: new arduino board with temp and lcd
drewp <drewp@bigasterisk.com>
parents:
969
diff
changeset
|
41 @prefix board1ow: <http://bigasterisk.com/homeauto/board1/oneWire/> . |
5f1bbec24d45
config: new arduino board with temp and lcd
drewp <drewp@bigasterisk.com>
parents:
969
diff
changeset
|
42 |
5f1bbec24d45
config: new arduino board with temp and lcd
drewp <drewp@bigasterisk.com>
parents:
969
diff
changeset
|
43 ha:board1 a :ArduinoBoard; |
5f1bbec24d45
config: new arduino board with temp and lcd
drewp <drewp@bigasterisk.com>
parents:
969
diff
changeset
|
44 :device "/dev/serial/by-id/usb-FTDI_FT232R_USB_UART_A6004bUG-if00-port0"; |
5f1bbec24d45
config: new arduino board with temp and lcd
drewp <drewp@bigasterisk.com>
parents:
969
diff
changeset
|
45 :boardTag "atmega328"; |
5f1bbec24d45
config: new arduino board with temp and lcd
drewp <drewp@bigasterisk.com>
parents:
969
diff
changeset
|
46 rdfs:comment "chip has been replaced with a 328"; |
5f1bbec24d45
config: new arduino board with temp and lcd
drewp <drewp@bigasterisk.com>
parents:
969
diff
changeset
|
47 :hasPin |
5f1bbec24d45
config: new arduino board with temp and lcd
drewp <drewp@bigasterisk.com>
parents:
969
diff
changeset
|
48 board1pin:d3, |
5f1bbec24d45
config: new arduino board with temp and lcd
drewp <drewp@bigasterisk.com>
parents:
969
diff
changeset
|
49 board1pin:d5, |
5f1bbec24d45
config: new arduino board with temp and lcd
drewp <drewp@bigasterisk.com>
parents:
969
diff
changeset
|
50 board1pin:d6, |
5f1bbec24d45
config: new arduino board with temp and lcd
drewp <drewp@bigasterisk.com>
parents:
969
diff
changeset
|
51 board1pin:d7, |
5f1bbec24d45
config: new arduino board with temp and lcd
drewp <drewp@bigasterisk.com>
parents:
969
diff
changeset
|
52 board1pin:d8, |
5f1bbec24d45
config: new arduino board with temp and lcd
drewp <drewp@bigasterisk.com>
parents:
969
diff
changeset
|
53 board1pin:d9, |
5f1bbec24d45
config: new arduino board with temp and lcd
drewp <drewp@bigasterisk.com>
parents:
969
diff
changeset
|
54 board1pin:d10, |
5f1bbec24d45
config: new arduino board with temp and lcd
drewp <drewp@bigasterisk.com>
parents:
969
diff
changeset
|
55 board1pin:d11, |
5f1bbec24d45
config: new arduino board with temp and lcd
drewp <drewp@bigasterisk.com>
parents:
969
diff
changeset
|
56 board1pin:d12 . |
5f1bbec24d45
config: new arduino board with temp and lcd
drewp <drewp@bigasterisk.com>
parents:
969
diff
changeset
|
57 |
5f1bbec24d45
config: new arduino board with temp and lcd
drewp <drewp@bigasterisk.com>
parents:
969
diff
changeset
|
58 board1pin:d3 :pinNumber 3 . |
5f1bbec24d45
config: new arduino board with temp and lcd
drewp <drewp@bigasterisk.com>
parents:
969
diff
changeset
|
59 board1pin:d10 :pinNumber 10 . |
5f1bbec24d45
config: new arduino board with temp and lcd
drewp <drewp@bigasterisk.com>
parents:
969
diff
changeset
|
60 board1pin:d11 :pinNumber 11 . |
5f1bbec24d45
config: new arduino board with temp and lcd
drewp <drewp@bigasterisk.com>
parents:
969
diff
changeset
|
61 board1pin:d12 :pinNumber 12 . |
5f1bbec24d45
config: new arduino board with temp and lcd
drewp <drewp@bigasterisk.com>
parents:
969
diff
changeset
|
62 |
5f1bbec24d45
config: new arduino board with temp and lcd
drewp <drewp@bigasterisk.com>
parents:
969
diff
changeset
|
63 board1pin:d10 :connectedTo board1lcd:backlight . |
974
f707210c13bd
new /output to post statements which devices can handle. led and lcd output working
drewp <drewp@bigasterisk.com>
parents:
972
diff
changeset
|
64 board1lcd:backlight a :LedOutput, :ActiveLowOutput . |
972
5f1bbec24d45
config: new arduino board with temp and lcd
drewp <drewp@bigasterisk.com>
parents:
969
diff
changeset
|
65 |
5f1bbec24d45
config: new arduino board with temp and lcd
drewp <drewp@bigasterisk.com>
parents:
969
diff
changeset
|
66 board1pin:d3 :connectedTo board1ow: . |
5f1bbec24d45
config: new arduino board with temp and lcd
drewp <drewp@bigasterisk.com>
parents:
969
diff
changeset
|
67 board1ow: a :OneWire; |
5f1bbec24d45
config: new arduino board with temp and lcd
drewp <drewp@bigasterisk.com>
parents:
969
diff
changeset
|
68 :connectedTo board1ow:temperatureSensor . |
5f1bbec24d45
config: new arduino board with temp and lcd
drewp <drewp@bigasterisk.com>
parents:
969
diff
changeset
|
69 board1ow:temperatureSensor a :TemperatureSensor; |
5f1bbec24d45
config: new arduino board with temp and lcd
drewp <drewp@bigasterisk.com>
parents:
969
diff
changeset
|
70 :position :office . |
5f1bbec24d45
config: new arduino board with temp and lcd
drewp <drewp@bigasterisk.com>
parents:
969
diff
changeset
|
71 |
5f1bbec24d45
config: new arduino board with temp and lcd
drewp <drewp@bigasterisk.com>
parents:
969
diff
changeset
|
72 board1pin:d9 :pinNumber 9; :connectedTo board1lcd:SID . |
974
f707210c13bd
new /output to post statements which devices can handle. led and lcd output working
drewp <drewp@bigasterisk.com>
parents:
972
diff
changeset
|
73 board1pin:d8 :pinNumber 8; :connectedTo board1lcd:SCLK . |
972
5f1bbec24d45
config: new arduino board with temp and lcd
drewp <drewp@bigasterisk.com>
parents:
969
diff
changeset
|
74 board1pin:d7 :pinNumber 7; :connectedTo board1lcd:A0 . |
5f1bbec24d45
config: new arduino board with temp and lcd
drewp <drewp@bigasterisk.com>
parents:
969
diff
changeset
|
75 board1pin:d6 :pinNumber 6; :connectedTo board1lcd:RST . |
5f1bbec24d45
config: new arduino board with temp and lcd
drewp <drewp@bigasterisk.com>
parents:
969
diff
changeset
|
76 board1pin:d5 :pinNumber 5; :connectedTo board1lcd:CS . |
5f1bbec24d45
config: new arduino board with temp and lcd
drewp <drewp@bigasterisk.com>
parents:
969
diff
changeset
|
77 |
5f1bbec24d45
config: new arduino board with temp and lcd
drewp <drewp@bigasterisk.com>
parents:
969
diff
changeset
|
78 board1lcd: a :ST7565Lcd; |
5f1bbec24d45
config: new arduino board with temp and lcd
drewp <drewp@bigasterisk.com>
parents:
969
diff
changeset
|
79 :lcdSID board1lcd:SID; |
974
f707210c13bd
new /output to post statements which devices can handle. led and lcd output working
drewp <drewp@bigasterisk.com>
parents:
972
diff
changeset
|
80 :lcdSCLK board1lcd:SCLK; |
972
5f1bbec24d45
config: new arduino board with temp and lcd
drewp <drewp@bigasterisk.com>
parents:
969
diff
changeset
|
81 :lcdA0 board1lcd:A0; |
5f1bbec24d45
config: new arduino board with temp and lcd
drewp <drewp@bigasterisk.com>
parents:
969
diff
changeset
|
82 :lcdRST board1lcd:RST; |
5f1bbec24d45
config: new arduino board with temp and lcd
drewp <drewp@bigasterisk.com>
parents:
969
diff
changeset
|
83 :lcdCS board1lcd:CS . |
996 | 84 |
85 @prefix shopPin: <http://bigasterisk.com/homeauto/boardShop/pin/> . | |
86 @prefix shopBarcode: <http://bigasterisk.com/homeauto/boardShop/barcode/> . | |
87 @prefix shopButtons: <http://bigasterisk.com/homeauto/boardShop/buttons/> . | |
88 @prefix shopOw: <http://bigasterisk.com/homeauto/boardShop/oneWire/> . | |
89 @prefix shopShift: <http://bigasterisk.com/homeauto/boardShop/shift/> . | |
90 @prefix shopPwm: <http://bigasterisk.com/homeauto/boardShop/pwm/> . | |
91 | |
92 ha:boardShop a :ArduinoBoard; | |
93 :device "/dev/serial/by-id/usb-FTDI_FT232R_USB_UART_A4001hrf-if00-port0"; | |
94 :boardTag "atmega168"; | |
95 rdfs:comment "board is like diecimila with atmega168"; | |
96 :hasPin | |
97 shopPin:d0, shopPin:d1, shopPin:d2, shopPin:d3, shopPin:d4, shopPin:d5, shopPin:d6, shopPin:d7, shopPin:d8, shopPin:d9, shopPin:d10, shopPin:d11, shopPin:d12, shopPin:d13, shopPin:a4, shopPin:a5 . | |
98 | |
99 shopPin:d0 :pinNumber 0 . | |
100 shopPin:d1 :pinNumber 1 . | |
101 shopPin:d2 :pinNumber 2; :connectedTo shopBarcode:Txblack . | |
102 shopPin:d3 :pinNumber 3; :connectedTo shopBarcode:RxGreen . | |
103 shopPin:d4 :pinNumber 4; :connectedTo shopOw: . | |
104 shopPin:d5 :pinNumber 5; :connectedTo shopButtons:x . | |
105 shopPin:d6 :pinNumber 6; :connectedTo shopButtons:x . | |
106 shopPin:d7 :pinNumber 7; :connectedTo shopButtons:x . | |
107 shopPin:d8 :pinNumber 8; :connectedTo shopButtons:rot . | |
108 shopPin:d9 :pinNumber 9; :connectedTo shopButtons:rot . | |
109 shopPin:d10 :pinNumber 10; :connectedTo shopShift:data . | |
110 shopPin:d11 :pinNumber 11; :connectedTo shopShift:briteLatch . | |
111 shopPin:d12 :pinNumber 12; :connectedTo shopShift:lightClock . | |
112 shopPin:d13 :pinNumber 13; :connectedTo shopShift:briteClock . | |
113 | |
114 shopPin:a4 :pinNumber "a4"; :connectedTo shopPwm:sda . | |
115 shopPin:a5 :pinNumber "a5"; :connectedTo shopPwm:scl . | |
116 | |
117 shopOw: a :OneWire; | |
118 :connectedTo shopOw:temperatureSensor . | |
119 shopOw:temperatureSensor a :TemperatureSensor; | |
120 :position :workshop . | |
121 | |
122 shopPwm:roomLights a :PwmBoard; | |
123 :scl shopPwm:scl; | |
124 :sda shopPwm:sda; | |
125 :output | |
126 [:area shopPwm:sewingLight; :channel 0; :wattage 7], | |
127 [:area shopPwm:shopLight0; :channel 1; :wattage 10], | |
128 [:area shopPwm:shopLight1; :channel 2; :wattage 10], | |
129 [:area shopPwm:ariLight; :channel 3; :wattage 10], | |
130 [:area shopPwm:shopLight2; :channel 4; :wattage 10], | |
131 [:area shopPwm:shopLight3; :channel 6; :wattage 8] . | |
132 | |
133 # shiftbrite EI (arduino d12) still needs to be connected to +5 | |
969 | 134 |
972
5f1bbec24d45
config: new arduino board with temp and lcd
drewp <drewp@bigasterisk.com>
parents:
969
diff
changeset
|
135 |