changeset 1003:58c939e2e121

arduinoNode config. missing import Ignore-this: d2fb9c1c35ff9b30f0b7b0ee67342821 darcs-hash:20151004111557-312f9-1d52b9430070916e1c8a12903de4e1d1e35f39a7
author drewp <drewp@bigasterisk.com>
date Sun, 04 Oct 2015 04:15:57 -0700
parents a94e05a79d4e
children a92fde1612a3
files service/arduinoNode/config.n3 service/arduinoNode/static/index.html
diffstat 2 files changed, 15 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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: <http://bigasterisk.com/homeauto/board1/pin/> .
 @prefix board1lcd: <http://bigasterisk.com/homeauto/board1/lcd/> .
@@ -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);
 
--- 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 @@
     <link rel="import" href="/lib/polymer/1.0.9/polymer/polymer.html">
     <link rel="import" href="/lib/polymer/1.0.9/iron-ajax/iron-ajax.html">
     <link rel="import" href="/lib/polymer/1.0.9/iron-flex-layout/iron-flex-layout.html">
+    <link rel="import" href="/lib/polymer/1.0.9/paper-button/paper-button.html">
     <link rel="import" href="/room/ari/static/rdf-observe.html">
     <link rel="import" href="/room/ari/static/rdf-oneshot.html">
     <link rel="import" href="/room/ari/static/rdf-uri.html">