03.08.2012 Views

Sensors and relays for home automation using Arduino

Sensors and relays for home automation using Arduino

Sensors and relays for home automation using Arduino

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

void printData(DeviceAddress deviceAddress)<br />

{<br />

//Serial.print("Device Address: ");<br />

printAddress(deviceAddress);<br />

//Serial.print(" ");<br />

printTemperature(deviceAddress);<br />

//Serial.println();<br />

}<br />

void loop() {<br />

sensors.requestTemperatures();<br />

printData(insideThermometer);<br />

printData(outsideThermometer);<br />

printData(thirdThermometer);<br />

String komm<strong>and</strong>="";<br />

String report="";<br />

while (Serial.available())<br />

{<br />

char ch = Serial.read();<br />

if (ch == 'C')<br />

{<br />

<strong>for</strong> (int x=1; x2000) {<br />

i=0;<br />

//digitalWrite(12, HIGH);<br />

//delay(5000);<br />

//digitalWrite(12, LOW);<br />

}<br />

i++;<br />

}

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!