This is very easy to do and requires no soldering or advanced skills.
Heres how it works:
Range sensor detects interruption in pings --->
Calls to Temboo via WIFI --->
Tells Twilio API to send text!
This tutorial shows you how to create an intruder alarm that sends you text message alerts when motion is detected. This may sound complicated but I am pretty confident any beginner with electronics should be able to do this just fine. The range sensor senses motion and tells your Arduino board to send the text . So you can leave the intruder detector at home, connected to your network, and still receive the SMS alerts, no matter where you are, as long as you have cell phone service.
This is a pretty quick and easy project, it takes maybe 45 minutes to complete and the parts can be had for $60-$70. The main cost is an Arduino board with WIFI capabilities, however once you have that it can be used in tons of other projects and much more fun can be had...
Parts you will NEED:
-HC-SRO4 Range sensor
-Arduino Yun board or Leonardo with a WIFI shield
-4 jumper wires
-A mini breadboard (if you want)
-A 9V battery
-A 9V battery box with barrel plug and on/off switch
Your list of parts says you need an Arduino Yun or Leonardo with wifi shield. I went to the Temboo site and it talks about all you need is the newest Arduino IDE to install
It states, “We’ll show you how to get your Arduino to send SMS with Twilio” which seems to me to indicate that it will work with a regular Arduino. Or am I misreading the documentation?
This seems pretty straightforward and might be fun to play with…
You can use the wifi shield with an UNO but theres a few xtra st
So you need to be able to have your Arduino access the internet in order to communicate with Temboo and Twilio. So, an Arduino Uno will work but you still need a wifi shield or module to get it online. This link should help you get an Uno working with a WIFI shield. There are just a few extra steps.
I have some ESP8266s that I bought which can be used to access the internet through a wifi network. I am playing with them for another project, but will have to give this a try with that once I figure out the other issue. I have seen these chips for $3 although I bought mine from Adafruit.com with a voltage regulator, diodes so you don’t fry it etc for $10 versus $30 or so for the shield. If I get this working on an Arduino Uno I will be sure to put together a how to on that.
They are amazing little devices and can be used as a controller if you want to since they have built in I/O. I recommend the Adafruit version with the diodes, the power supply, breakout board etc. since it makes it easy to work with. It comes with a Lua interpreter and a bunch of goodies.
Both adafruit and sparkfun have some great tutorials that are worth looking at to help you along with the setup.
How do I power these things without being bound by a USB cord? From what I understand they take 3.3v how could I do that with a rechargeable LIPO or something becuase most of them are 3.7V so i guess I use a voltage regulator?