Search icon
Subscription
0
Cart icon
Close icon
You have no products in your basket yet
Save more on your purchases!
Savings automatically calculated. No voucher code required
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Internet of Things with Arduino Cookbook

You're reading from  Internet of Things with Arduino Cookbook

Product type Book
Published in Sep 2016
Publisher Packt
ISBN-13 9781785286582
Pages 188 pages
Edition 1st Edition
Languages
Concepts
Author (1):
Marco Schwartz Marco Schwartz
Profile icon Marco Schwartz

Table of Contents (14) Chapters

Internet of Things with Arduino Cookbook
Credits
About the Author
About the Reviewer
www.PacktPub.com
Preface
1. Connecting an Arduino to the Web 2. Cloud Data Monitoring 3. Interacting with Web Services 4. Machine-to-Machine Interactions 5. Home Automation Projects 6. Fun Internet of Things Projects 7. Mobile Robot Applications Index

Sending text message notifications


In this recipe, we'll continue using IFTTT, but this time we are going to see how to send data along with the trigger coming from the board. This will allow us to actually send data via IFTTT. To illustrate this, we'll send data right on your phone via text messages.

Getting ready

For this recipe, you will need to have your board connected to sensors just like in the previous recipe. You will also need to connect the SMS channel to your IFTTT account:

  1. Create a new recipe, and name the event text_data:

  2. After that, select SMS as the action channel:

  3. This time, we are actually going to send data with the request, and this data is available as Value1, Value2, and so on. Therefore, this is the message we are going to use:

  4. This is how the final recipe should look like:

How to do it...

Now, let's see how to configure the Arduino board. As the code is very similar to the one from the last recipe, I will only highlight the changes here.

Same as before, you need to enter your...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}