Support for smoke detector? #186

Closed
opened 2018-09-18 08:34:06 +01:00 by kaju666 · 2 comments
kaju666 commented 2018-09-18 08:34:06 +01:00 (Migrated from github.com)

Hello

Has anyone connect a smoke sensor to this plugin? for example MQ-2 Sensor.
It will be a very good feature to cut of the power when smoke is detected.

Hello Has anyone connect a smoke sensor to this plugin? for example MQ-2 Sensor. It will be a very good feature to cut of the power when smoke is detected.
shbatm commented 2018-09-20 02:51:00 +01:00 (Migrated from github.com)

I connected an actual cheap smoke detector as an input using this guide here: https://www.instructables.com/id/Modify-a-6-EUR-smoke-detector-for-use-with-microco/. Make sure to get a photoelectric detector instead of an ionization one. I bought my detector for $5 on eBay: https://www.ebay.com/itm/113062422041, 20 minutes of soldering to connect some leads, a transistor and a couple resistors and it works to trigger an RPi GPIO input, then I just set it to Cancel Print with the enclosure--tested by pushing the "Test" button on the detector and it cancels the print, (which in my setup then also triggers the printer to kill the power after 60 sec).

Edit: Added schematic and photo. Ignore the blue text/line on the schematic, I'm using an old breakout board that I had designed for a photo booth originally as an intermediate between the pi and that was what was on the board vs in the detector. circuit
detector

I connected an actual cheap smoke detector as an input using this guide here: https://www.instructables.com/id/Modify-a-6-EUR-smoke-detector-for-use-with-microco/. Make sure to get a photoelectric detector instead of an ionization one. I bought my detector for $5 on eBay: https://www.ebay.com/itm/113062422041, 20 minutes of soldering to connect some leads, a transistor and a couple resistors and it works to trigger an RPi GPIO input, then I just set it to Cancel Print with the enclosure--tested by pushing the "Test" button on the detector and it cancels the print, (which in my setup then also triggers the printer to kill the power after 60 sec). Edit: Added schematic and photo. Ignore the blue text/line on the schematic, I'm using an old breakout board that I had designed for a photo booth originally as an intermediate between the pi and that was what was on the board vs in the detector. ![circuit](https://user-images.githubusercontent.com/18057952/45792384-2098ea80-bc53-11e8-8d2d-c5db8069bbee.PNG) ![detector](https://user-images.githubusercontent.com/18057952/45792412-3e664f80-bc53-11e8-9b94-d2079464d51e.PNG)
vitormhenrique commented 2018-09-20 21:52:42 +01:00 (Migrated from github.com)

thanks @shbatm for the answer.

yes @kaju666 you can configure smoke detectors, just read the documentation...

thanks @shbatm for the answer. yes @kaju666 you can configure smoke detectors, just read the documentation...
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Gandalf/OctoPrint-Enclosure#186