X-Git-Url: https://git.realraum.at/?p=homepage.git;a=blobdiff_plain;f=src%2F_posts%2F2018-08-27-wifimqtt-smoke-detector-with-5yrs-battery-and-esp8266.html;fp=src%2F_posts%2F2018-08-27-wifimqtt-smoke-detector-with-5yrs-battery-and-esp8266.html;h=0000000000000000000000000000000000000000;hp=fb9e005d623cc8724b07d3ac55482d4eba7a5d53;hb=afbb02fc33e2a7afc03c52d3293778510394b57e;hpb=8828a2e98fffe3a3e952d1841bbc0579710a269c diff --git a/src/_posts/2018-08-27-wifimqtt-smoke-detector-with-5yrs-battery-and-esp8266.html b/src/_posts/2018-08-27-wifimqtt-smoke-detector-with-5yrs-battery-and-esp8266.html deleted file mode 100644 index fb9e005..0000000 --- a/src/_posts/2018-08-27-wifimqtt-smoke-detector-with-5yrs-battery-and-esp8266.html +++ /dev/null @@ -1,37 +0,0 @@ ---- -layout: post -status: publish -published: true -title: WIFI+MQTT Smoke-Detector with 5yrs battery and ESP8266 -author: - display_name: xro - login: xro - email: xro@realraum.at - url: '' -author_login: xro -author_email: xro@realraum.at -wordpress_id: 1076 -wordpress_url: http://wp.realraum.at/?p=1076 -date: '2018-08-27 02:15:19 -0500' -date_gmt: '2018-08-27 00:15:19 -0500' -categories: -- realraum News -- Projekte -- english -- MakingCrafting -tags: [] -comments: [] ---- -

Read about Flocx's current project, a battery-saving WIFI+MQTT-enabling cheap smoke-detector here: https://blog.flo.cx/2018/08/ikea-diy-smart-smoke-detector/

-

-

I wanted to do the same thing for my flat, but instead of using the IKEA one, I ordered two cheap 7€ SmartWares detectors from Amazon with 9V batteries that are advertised to give 5yrs battery life and otherwise identical hardware. Also instead of µPython I used Sming and C++. Just for the fun of it, I also added a voltage divider that measures the battery voltage at the time of alarm.

-

You can find my firmware on GitHub.
-
-esp8266_smokedetector
-

-Todo for the future: motivate someone to do this for realraum. ;->

-

Since all 9V smoke-detectors ICs basically use the same pinout with an I/O-function on pin 7 that pulls LOW when no smoke is detected and HIGH on alarm, they are all equally easy to mod. The SmartWares are smaller than the IKEA ones though, so I did not even attempt to fit everything inside the case. More accessibility traded for lower WAF :)

-

Note that there are 3V Lithium 10yrs battery life smoke detectors out there, which work a bit differently. For once, the ESP8266 does not run with 3.0V but needs true 3.3V, so at the very least you will need a cheap and tiny boost converter from AliExpress. Furthermore, they do not use a CS2105G0 based chip but a PIC which might not have an pin as CS2105G0-I/O-pin configured.

-

A word of warning: In order to conserve the battery, the circuit disconnects the whole GND when no smoke is detected. Thus GND and 3V3 of the ESP8266 may be short-circuited through the unpowered buck-converter, depending on your component. So just to be safe, remove the Wemos from the circuit before connecting it via USB.

-

-