<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>Comments on: IFTTT and your own hardware</title>
	<atom:link href="http://www.epanorama.net/blog/2014/07/02/ifttt-and-your-own-hardware/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.epanorama.net/blog/2014/07/02/ifttt-and-your-own-hardware/</link>
	<description>All about electronics and circuit design</description>
	<lastBuildDate>Sun, 05 Apr 2026 18:35:45 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9.14</generator>
	<item>
		<title>By: Tomi Engdahl</title>
		<link>https://www.epanorama.net/blog/2014/07/02/ifttt-and-your-own-hardware/comment-page-1/#comment-1618168</link>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
		<pubDate>Sat, 22 Dec 2018 10:50:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/newepa/?p=26550#comment-1618168</guid>
		<description><![CDATA[Speak to Arduino and Control It with Google Assistant © GPL3+
https://create.arduino.cc/projecthub/electropeak/speak-to-arduino-and-control-it-with-google-assistant-3791ee

How to make a connection between an internet service and Arduino boards.

In this project, we’ll Learn how to make a connection between an internet service and Arduino boards. At the end of this article, you will:

know how to get data from Google Assistant
know how to use IFTTT protocol
be familiar to webhooks and http requests
be able to speak to your Arduino]]></description>
		<content:encoded><![CDATA[<p>Speak to Arduino and Control It with Google Assistant © GPL3+<br />
<a href="https://create.arduino.cc/projecthub/electropeak/speak-to-arduino-and-control-it-with-google-assistant-3791ee" rel="nofollow">https://create.arduino.cc/projecthub/electropeak/speak-to-arduino-and-control-it-with-google-assistant-3791ee</a></p>
<p>How to make a connection between an internet service and Arduino boards.</p>
<p>In this project, we’ll Learn how to make a connection between an internet service and Arduino boards. At the end of this article, you will:</p>
<p>know how to get data from Google Assistant<br />
know how to use IFTTT protocol<br />
be familiar to webhooks and http requests<br />
be able to speak to your Arduino</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Replacement Windows</title>
		<link>https://www.epanorama.net/blog/2014/07/02/ifttt-and-your-own-hardware/comment-page-1/#comment-1600910</link>
		<dc:creator><![CDATA[Replacement Windows]]></dc:creator>
		<pubDate>Wed, 22 Aug 2018 21:37:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/newepa/?p=26550#comment-1600910</guid>
		<description><![CDATA[This is a topic that&#039;s close to my heart... Best 
wishes! Is it OK to post on Reddit? Keep up the really good work!]]></description>
		<content:encoded><![CDATA[<p>This is a topic that&#8217;s close to my heart&#8230; Best<br />
wishes! Is it OK to post on Reddit? Keep up the really good work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomi Engdahl</title>
		<link>https://www.epanorama.net/blog/2014/07/02/ifttt-and-your-own-hardware/comment-page-1/#comment-1551154</link>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
		<pubDate>Thu, 15 Jun 2017 11:44:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/newepa/?p=26550#comment-1551154</guid>
		<description><![CDATA[How to Send Text Message (SMS) using ESP8266
https://circuitdigest.com/microcontroller-projects/sending-sms-using-esp8266

This tutorial will help you to send SMS to any registered mobile number from ESP8266.

Concept behind the Tutorial:

We know that the ESP8266 module can be configured both as AP or STA. Here we have configured it to work as station and have connected it to our Wifi Router. Once the connection is establish we have to find out a way to send SMS online. This online must also be easily accessible by out ESP8266 module. This is where we leverage the power of IFTTT (If This Then That) website.  Using this website we can send SMS, E-mail, Whatsapp messages, Facebook updates, Twitter tweets and what not. They have a heck a lot of tools that can be used with little knowledge, but in this tutorial we are going to use the send message feature and leave the rest for other future tutorials.

 

After few tweaks in the IFTTT website we will able to get a HTTPS URL which when triggered will send a predefined Text message to a specific mobile number. Now, this URL has to be called by our ESP8266 module when needed and your SMS will be fired to your mobile number. Sounds fairly simple right!!? Let us see the steps involved.]]></description>
		<content:encoded><![CDATA[<p>How to Send Text Message (SMS) using ESP8266<br />
<a href="https://circuitdigest.com/microcontroller-projects/sending-sms-using-esp8266" rel="nofollow">https://circuitdigest.com/microcontroller-projects/sending-sms-using-esp8266</a></p>
<p>This tutorial will help you to send SMS to any registered mobile number from ESP8266.</p>
<p>Concept behind the Tutorial:</p>
<p>We know that the ESP8266 module can be configured both as AP or STA. Here we have configured it to work as station and have connected it to our Wifi Router. Once the connection is establish we have to find out a way to send SMS online. This online must also be easily accessible by out ESP8266 module. This is where we leverage the power of IFTTT (If This Then That) website.  Using this website we can send SMS, E-mail, Whatsapp messages, Facebook updates, Twitter tweets and what not. They have a heck a lot of tools that can be used with little knowledge, but in this tutorial we are going to use the send message feature and leave the rest for other future tutorials.</p>
<p>After few tweaks in the IFTTT website we will able to get a HTTPS URL which when triggered will send a predefined Text message to a specific mobile number. Now, this URL has to be called by our ESP8266 module when needed and your SMS will be fired to your mobile number. Sounds fairly simple right!!? Let us see the steps involved.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomi Engdahl</title>
		<link>https://www.epanorama.net/blog/2014/07/02/ifttt-and-your-own-hardware/comment-page-1/#comment-1485995</link>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
		<pubDate>Mon, 11 Apr 2016 21:13:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/newepa/?p=26550#comment-1485995</guid>
		<description><![CDATA[Audible notifications by a Grandfather&#039;s clock
Eight chimes can sound in different patterns whenever I receive a notification through IFTTT
https://hackaday.io/project/10771-audible-notifications-by-a-grandfathers-clock

I fell in love with the sound of a grandfather&#039;s clock. But it was too expensive for me. And that clock has no alarm and snooze option. And it knows nothing about my emails or text messages.

So I bought the mechanism of a used grandfather&#039;s clock on. It has a simple structure: The chime rods tinkle, when the hammers hit, when the solenoids pull in, when the Raspberry Pi sets voltage on the GPIOs, when the IFTTT webpage calls the Raspberry Pi&#039;s webserver, when I receive an important email.

Raspberry Pi 3]]></description>
		<content:encoded><![CDATA[<p>Audible notifications by a Grandfather&#8217;s clock<br />
Eight chimes can sound in different patterns whenever I receive a notification through IFTTT<br />
<a href="https://hackaday.io/project/10771-audible-notifications-by-a-grandfathers-clock" rel="nofollow">https://hackaday.io/project/10771-audible-notifications-by-a-grandfathers-clock</a></p>
<p>I fell in love with the sound of a grandfather&#8217;s clock. But it was too expensive for me. And that clock has no alarm and snooze option. And it knows nothing about my emails or text messages.</p>
<p>So I bought the mechanism of a used grandfather&#8217;s clock on. It has a simple structure: The chime rods tinkle, when the hammers hit, when the solenoids pull in, when the Raspberry Pi sets voltage on the GPIOs, when the IFTTT webpage calls the Raspberry Pi&#8217;s webserver, when I receive an important email.</p>
<p>Raspberry Pi 3</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomi Engdahl</title>
		<link>https://www.epanorama.net/blog/2014/07/02/ifttt-and-your-own-hardware/comment-page-1/#comment-1452209</link>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
		<pubDate>Tue, 17 Nov 2015 11:45:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/newepa/?p=26550#comment-1452209</guid>
		<description><![CDATA[Introducing the Maker Channel
http://blog.ifttt.com/post/121786069098/introducing-the-maker-channel

For all the DIYers, tinkerers, and creative coders out there — we’re thrilled to introduce you to the Maker Channel.

The Maker Channel extends the power of IFTTT to any DIY project, big or small. You can now build and connect Recipes to any device or service that can make or receive a web request.

From creating browser extensions to connecting a Raspberry Pi or Arduino with Twitter — it is all possible with Maker.

https://ifttt.com/maker

 The Maker Channel allows you to connect IFTTT to your personal DIY projects. With Maker, you can connect a Recipe to any device or service that can make or receive a web request (aka webhooks). See how others are using the Maker Channel, or share your own experience at hackster.io.]]></description>
		<content:encoded><![CDATA[<p>Introducing the Maker Channel<br />
<a href="http://blog.ifttt.com/post/121786069098/introducing-the-maker-channel" rel="nofollow">http://blog.ifttt.com/post/121786069098/introducing-the-maker-channel</a></p>
<p>For all the DIYers, tinkerers, and creative coders out there — we’re thrilled to introduce you to the Maker Channel.</p>
<p>The Maker Channel extends the power of IFTTT to any DIY project, big or small. You can now build and connect Recipes to any device or service that can make or receive a web request.</p>
<p>From creating browser extensions to connecting a Raspberry Pi or Arduino with Twitter — it is all possible with Maker.</p>
<p><a href="https://ifttt.com/maker" rel="nofollow">https://ifttt.com/maker</a></p>
<p> The Maker Channel allows you to connect IFTTT to your personal DIY projects. With Maker, you can connect a Recipe to any device or service that can make or receive a web request (aka webhooks). See how others are using the Maker Channel, or share your own experience at hackster.io.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomi Engdahl</title>
		<link>https://www.epanorama.net/blog/2014/07/02/ifttt-and-your-own-hardware/comment-page-1/#comment-1452124</link>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
		<pubDate>Tue, 17 Nov 2015 08:58:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/newepa/?p=26550#comment-1452124</guid>
		<description><![CDATA[IFTTT Smart Button © GPL3+
This is a V2 of my original Staples Easy Button project. It is WAY more energy efficient, plus it has a first-time OTA wifi configuration.
https://www.hackster.io/noelportugal/ifttt-smart-button-e11841?ref=platform&amp;ref_id=5755_trending___&amp;offset=4]]></description>
		<content:encoded><![CDATA[<p>IFTTT Smart Button © GPL3+<br />
This is a V2 of my original Staples Easy Button project. It is WAY more energy efficient, plus it has a first-time OTA wifi configuration.<br />
<a href="https://www.hackster.io/noelportugal/ifttt-smart-button-e11841?ref=platform&#038;ref_id=5755_trending___&#038;offset=4" rel="nofollow">https://www.hackster.io/noelportugal/ifttt-smart-button-e11841?ref=platform&#038;ref_id=5755_trending___&#038;offset=4</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomi Engdahl</title>
		<link>https://www.epanorama.net/blog/2014/07/02/ifttt-and-your-own-hardware/comment-page-1/#comment-1452122</link>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
		<pubDate>Tue, 17 Nov 2015 08:57:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/newepa/?p=26550#comment-1452122</guid>
		<description><![CDATA[Community-built projects, powered by IFTTT
https://www.hackster.io/ifttt/projects]]></description>
		<content:encoded><![CDATA[<p>Community-built projects, powered by IFTTT<br />
<a href="https://www.hackster.io/ifttt/projects" rel="nofollow">https://www.hackster.io/ifttt/projects</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomi Engdahl</title>
		<link>https://www.epanorama.net/blog/2014/07/02/ifttt-and-your-own-hardware/comment-page-1/#comment-1452061</link>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
		<pubDate>Tue, 17 Nov 2015 07:08:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/newepa/?p=26550#comment-1452061</guid>
		<description><![CDATA[Audio-coupled Smoke Alarm Interface Sends Texts, Emails
http://hackaday.com/2015/11/16/audio-coupled-smoke-alarm-interface-sends-texts-emails/

The Internet of Things is getting to be a big business. Google’s Nest brand is part of the trend, and they’re building a product line that fills niches and looks good doing it, including the Nest Protect smoke and CO detector. It’s nice to get texts and emails if your smoke alarm goes off, but if you’d rather not spend $99USD for the privilege, take a look at this $10 DIY smoke alarm interface.

The secret to keeping the cost of [Team SimpleIOThings’] interface at a minimum is leveraging both the dirt-cheap ESP8266 platform and the functionality available on If This Then That. And to keep the circuit as simple and universal as possible, the ESP2866 dev board is interfaced to an existing smoke detector with a simple microphone sensor. 

$10 DIY Wifi Smoke Alarm Notifier (Roost &amp; Nest Alternative) (Full Tutorial)
http://www.simpleiothings.com/10-diy-wifi-smoke-alarm-notifier-roost-nest-alternative-full-tutorial/

However with the emergence of IoT devices, now there are some cool products on the market right now that will send you a smartphone notification when your smoke detector goes off.

Nest Smoke Alarm + Carbon Monoxide Monitor ($99, Nov 2015) – A replacement for the traditional smoke alarm that sends an alert to your phone when it detects smoke.

Roost Smoke Detector Smart Battery ($40, Nov 2015) – 9V Battery you can install in any traditional smoke detector, which will notify you via a smartphone app if your alarm is going off. Battery lasts for 5 years, at which point the non-smart portion of the device needs replacement.

These look like great devices, but for some consumers they will be too expensive. Especially if you need multiple devices, it starts to get very expensive very fast. What if I told you you could build yourself a simple sound sensor that sends you a smartphone notification, SMS, and even call your phone when your current smoke detector rings. You could also build this for about $10 bucks. If that sounds interesting to you, read on!

I know you’ve seen these types of tutorials on the internet before, and usually they say something like, just buy a breadboard, soldering iron, breakout board, serial adapter, etc. etc. and after you’ve spent about $50 dollars you can build a cheap Internet of Things (IoT) device. Well, sorry internet. We nerds sometimes forget that most people don’t really have these things lying around. That’s why I built this website around the idea that IoT devices can be built without coding knowledge, soldering, or complicated prototyping.

One of the reasons why IoT devices can be built so easily now is because of the ESP8266 development board. IoT enthusiasts have been excited about the ESP8266 because its a full system on a chip (SoC) that has onboard wifi connectivity that can cost as low as 3 dollars. The IoT community has been building with Raspberry Pi and Arduino microcomputers for a while now, and while capable these computers cost up to $35 dollars, don’t have onboard wifi, and aren’t easily powered with common ports like microusb. The standalone ESP8266 chip is great, but doesn’t have an easy to use power supply and it’s hard to configure without special cables.

To make building IoT devices both easy and cheap, I recommend using the ESP8266 development board.

The Wifi Smoke Alarm Notifier, and all of the projects on SimpleIOThings use an internet service called If This Then That (IFTTT). IFTTT executes an action, like sending an SMS or posting a Tweet, when an event takes place. 

Using the Maker Channel

For SimpleIOThings projects we’re going to use IFTTT recipes that use the Maker Channel. The Maker Channel allows people to create recipes that interact with DIY devices. The DIY devices you can build using tutorials from SimpleIOThings will send messages over the internet to the IFTTT Maker Channel, which then triggers actions like phone calls and SMS messages. The Maker Channel can also send messages to DIY devices to trigger actions on the device as well.

Once you connect to the Maker Channel, take note of your “Maker Key,” which is an alphanumeric code that identifies you and your DIY devices when they send web messages. You can jot it down somewhere, or you can always go back to https://ifttt.com/maker to find it.]]></description>
		<content:encoded><![CDATA[<p>Audio-coupled Smoke Alarm Interface Sends Texts, Emails<br />
<a href="http://hackaday.com/2015/11/16/audio-coupled-smoke-alarm-interface-sends-texts-emails/" rel="nofollow">http://hackaday.com/2015/11/16/audio-coupled-smoke-alarm-interface-sends-texts-emails/</a></p>
<p>The Internet of Things is getting to be a big business. Google’s Nest brand is part of the trend, and they’re building a product line that fills niches and looks good doing it, including the Nest Protect smoke and CO detector. It’s nice to get texts and emails if your smoke alarm goes off, but if you’d rather not spend $99USD for the privilege, take a look at this $10 DIY smoke alarm interface.</p>
<p>The secret to keeping the cost of [Team SimpleIOThings’] interface at a minimum is leveraging both the dirt-cheap ESP8266 platform and the functionality available on If This Then That. And to keep the circuit as simple and universal as possible, the ESP2866 dev board is interfaced to an existing smoke detector with a simple microphone sensor. </p>
<p>$10 DIY Wifi Smoke Alarm Notifier (Roost &amp; Nest Alternative) (Full Tutorial)<br />
<a href="http://www.simpleiothings.com/10-diy-wifi-smoke-alarm-notifier-roost-nest-alternative-full-tutorial/" rel="nofollow">http://www.simpleiothings.com/10-diy-wifi-smoke-alarm-notifier-roost-nest-alternative-full-tutorial/</a></p>
<p>However with the emergence of IoT devices, now there are some cool products on the market right now that will send you a smartphone notification when your smoke detector goes off.</p>
<p>Nest Smoke Alarm + Carbon Monoxide Monitor ($99, Nov 2015) – A replacement for the traditional smoke alarm that sends an alert to your phone when it detects smoke.</p>
<p>Roost Smoke Detector Smart Battery ($40, Nov 2015) – 9V Battery you can install in any traditional smoke detector, which will notify you via a smartphone app if your alarm is going off. Battery lasts for 5 years, at which point the non-smart portion of the device needs replacement.</p>
<p>These look like great devices, but for some consumers they will be too expensive. Especially if you need multiple devices, it starts to get very expensive very fast. What if I told you you could build yourself a simple sound sensor that sends you a smartphone notification, SMS, and even call your phone when your current smoke detector rings. You could also build this for about $10 bucks. If that sounds interesting to you, read on!</p>
<p>I know you’ve seen these types of tutorials on the internet before, and usually they say something like, just buy a breadboard, soldering iron, breakout board, serial adapter, etc. etc. and after you’ve spent about $50 dollars you can build a cheap Internet of Things (IoT) device. Well, sorry internet. We nerds sometimes forget that most people don’t really have these things lying around. That’s why I built this website around the idea that IoT devices can be built without coding knowledge, soldering, or complicated prototyping.</p>
<p>One of the reasons why IoT devices can be built so easily now is because of the ESP8266 development board. IoT enthusiasts have been excited about the ESP8266 because its a full system on a chip (SoC) that has onboard wifi connectivity that can cost as low as 3 dollars. The IoT community has been building with Raspberry Pi and Arduino microcomputers for a while now, and while capable these computers cost up to $35 dollars, don’t have onboard wifi, and aren’t easily powered with common ports like microusb. The standalone ESP8266 chip is great, but doesn’t have an easy to use power supply and it’s hard to configure without special cables.</p>
<p>To make building IoT devices both easy and cheap, I recommend using the ESP8266 development board.</p>
<p>The Wifi Smoke Alarm Notifier, and all of the projects on SimpleIOThings use an internet service called If This Then That (IFTTT). IFTTT executes an action, like sending an SMS or posting a Tweet, when an event takes place. </p>
<p>Using the Maker Channel</p>
<p>For SimpleIOThings projects we’re going to use IFTTT recipes that use the Maker Channel. The Maker Channel allows people to create recipes that interact with DIY devices. The DIY devices you can build using tutorials from SimpleIOThings will send messages over the internet to the IFTTT Maker Channel, which then triggers actions like phone calls and SMS messages. The Maker Channel can also send messages to DIY devices to trigger actions on the device as well.</p>
<p>Once you connect to the Maker Channel, take note of your “Maker Key,” which is an alphanumeric code that identifies you and your DIY devices when they send web messages. You can jot it down somewhere, or you can always go back to <a href="https://ifttt.com/maker" rel="nofollow">https://ifttt.com/maker</a> to find it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomi Engdahl</title>
		<link>https://www.epanorama.net/blog/2014/07/02/ifttt-and-your-own-hardware/comment-page-1/#comment-645853</link>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
		<pubDate>Thu, 03 Jul 2014 08:40:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/newepa/?p=26550#comment-645853</guid>
		<description><![CDATA[One potential control idea:

Remote control with Dropbox
http://www.epanorama.net/newepa/2013/05/20/remote-control-with-dropbox/]]></description>
		<content:encoded><![CDATA[<p>One potential control idea:</p>
<p>Remote control with Dropbox<br />
<a href="http://www.epanorama.net/newepa/2013/05/20/remote-control-with-dropbox/" rel="nofollow">http://www.epanorama.net/newepa/2013/05/20/remote-control-with-dropbox/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
