This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
oak:tutorials:oaksmokedetectorplus [2016/03/23 18:22] intheorystudios |
oak:tutorials:oaksmokedetectorplus [2016/03/25 22:14] (current) digistump |
||
|---|---|---|---|
| Line 2: | Line 2: | ||
| ======Oak: Oak Smoke Detector+====== | ======Oak: Oak Smoke Detector+====== | ||
| - | [Photo of Breadboard.png] | + | [[https://s3.amazonaws.com/digispark/images/m/Breadboard.png|{{https://s3.amazonaws.com/digispark/images/t/Breadboard.png}}]] |
| =====Background and Description===== | =====Background and Description===== | ||
| Line 35: | Line 35: | ||
| =====Circuit:===== | =====Circuit:===== | ||
| - | [Image of OakSmokeDetectorWiringDiagram.png] | + | [[https://s3.amazonaws.com/digispark/images/m/OakSmokeDetectorWiringDiagram.png|{{https://s3.amazonaws.com/digispark/images/t/OakSmokeDetectorWiringDiagram.png}}]] |
| The circuit is fairly straight forward. If you haven't already, go ahead and solder the headers onto your new Oak. | The circuit is fairly straight forward. If you haven't already, go ahead and solder the headers onto your new Oak. | ||
| Line 217: | Line 217: | ||
| =====Conclusion:===== | =====Conclusion:===== | ||
| - | The above code will provide to Particle.io several variables to look at. Now you need to do something with it. I signed up for an account on http://www.ifttt.com which allowed me to connect to my Particle.io account and see what values my Oak was sending out. Next I used those values to setup an instant message to my phone which would alert me if the "alarmstate" reaches 1. Then I setup another recipe to message my phone if the Oak Smoke Detector+ goes offline for any reason. | + | The above code will provide for Particle.io several variables to look at. Now you need to do something with it. I signed up for an account on http://www.ifttt.com which allowed me to connect to my Particle.io account and see what values my Oak was sending out. Next I used those values to setup an instant message to my phone which would alert me if the "alarmstate" reaches 1. Then I setup another recipe to message my phone if the Oak Smoke Detector+ goes offline for any reason. |
| Finally I setup another account on https://thingspeak.com/. I send the data from ifttt.com over to thingspeak for them to collect and track for me, which shows great graphs of my data. Here is a link to my site with all of the data that my Oak1 is sending out. http://www.intheorystudios.com/oak1/ | Finally I setup another account on https://thingspeak.com/. I send the data from ifttt.com over to thingspeak for them to collect and track for me, which shows great graphs of my data. Here is a link to my site with all of the data that my Oak1 is sending out. http://www.intheorystudios.com/oak1/ | ||
| Line 224: | Line 224: | ||
| - | Future upgrades to this project may include the ability for multiple Oak Smoke Detectors to communicate. So if one goes off, the others will to. | + | Future upgrades to this project may include the ability for multiple Oak Smoke Detectors to communicate. So if one goes off, the others will too. |