# HG changeset patch # User drewp@bigasterisk.com # Date 1443957357 25200 # Node ID 06795f84fe2958a5aa89ac26cedc9267ffb3a735 # Parent 72a003e721f91e094f147bc92626fcc5dfa0871a arduinoNode config. missing import Ignore-this: d2fb9c1c35ff9b30f0b7b0ee67342821 diff -r 72a003e721f9 -r 06795f84fe29 service/arduinoNode/config.n3 --- a/service/arduinoNode/config.n3 Sun Oct 04 04:15:07 2015 -0700 +++ b/service/arduinoNode/config.n3 Sun Oct 04 04:15:57 2015 -0700 @@ -28,13 +28,21 @@ sensor:motion0 a :MotionSensor; :sees houseLoc:storage . +board0pin:d4 :connectedTo :heater . +:heater a :DigitalOutput . + board0pin:d5 :connectedTo :storageCeilingLedCross . :storageCeilingLedCross a :LedOutput . board0pin:d6 :connectedTo :storageCeilingLedLong . :storageCeilingLedLong a :LedOutput . - +board0pin:d7 :connectedTo board0ow: . +board0ow: a :OneWire; + :connectedTo board0ow:temperatureSensor . +board0ow:temperatureSensor a :TemperatureSensor; + :position :storage . + @prefix board1pin: . @prefix board1lcd: . @@ -132,4 +140,9 @@ # shiftbrite EI (arduino d12) still needs to be connected to +5 +#barcode red: +5V +#barcode white: gnd +#SoftwareSerial barcode = SoftwareSerial(/* rx pin, green */ 3, +# /* tx pin, black */ 2, +# /* inverse */ true); diff -r 72a003e721f9 -r 06795f84fe29 service/arduinoNode/static/index.html --- a/service/arduinoNode/static/index.html Sun Oct 04 04:15:07 2015 -0700 +++ b/service/arduinoNode/static/index.html Sun Oct 04 04:15:57 2015 -0700 @@ -8,6 +8,7 @@ +