I need to send SMS from the Arduino. Can i use EvoThings to do that?
What ways can i use to connect the phone to the Arduino. want a setup that draws as little power as possible to be able to run on a battery for a long time.
/Magnus
Send SMS from an arduino
Re: Send SMS from an arduino
Yes and no.
The Evothings Client doesn't have built-in SMS support, so you will have to compile it with the phonegap-sms-plugin added. Once you've done that, you will be able to use Evothings Studio to develop your app.
There are three ways to communicate between an Arduino and a Phone: WiFi, Ethernet and Bluetooth Low Energy (BLE). I haven't done any power usage measurements, but I suspect that BLE uses the least power.
The Evothings Client doesn't have built-in SMS support, so you will have to compile it with the phonegap-sms-plugin added. Once you've done that, you will be able to use Evothings Studio to develop your app.
There are three ways to communicate between an Arduino and a Phone: WiFi, Ethernet and Bluetooth Low Energy (BLE). I haven't done any power usage measurements, but I suspect that BLE uses the least power.
Re: Send SMS from an arduino
Thank you,
Can i use a regular bluetooth connection as well? Arduino-Bluetooth dongle-Phone?
/Magnus
Can i use a regular bluetooth connection as well? Arduino-Bluetooth dongle-Phone?
/Magnus
Re: Send SMS from an arduino
Sorry, no; as far as I know, there's no viable Cordova plugin for regular Bluetooth.
By the way, Arduino doesn't support dongles at all, only "shields".
By the way, Arduino doesn't support dongles at all, only "shields".
Re: Send SMS from an arduino
OK,
I didn't mean a traditional BT dongle but rather a BT module with serial communication (or a BT shield). But i guess i need to head in another direction for this specific use.
I didn't mean a traditional BT dongle but rather a BT module with serial communication (or a BT shield). But i guess i need to head in another direction for this specific use.
Re: Send SMS from an arduino
I just remembered something: you could use an Arduino GSM Shield. It has built-in SMS sending and receiving.
Re: Send SMS from an arduino
Yes, The GSM shield is an alternative. I just thought i would try to use one of my old phones and save som money.
/Magnus
/Magnus
Re: Send SMS from an arduino
Your idea of using an old phone connected to an Arduino is excellent and relates to something we at Evothings has been thinking about quite frequently - refurbishing of old technology! I imagine many people having old unused mobile devices which could be used for many things. In the case of connecting it to an Arduino it could enable remote control and monitoring of something, like a distant summer house that lacks an internet connection.
If your old device is an Android device without BLE, an alternative to Evothings BLE plugin is to use cordovarduino. With this Cordova plugin your app on your Android device can communicate with the Arduino through a USB cable.
If your old device is an Android device without BLE, an alternative to Evothings BLE plugin is to use cordovarduino. With this Cordova plugin your app on your Android device can communicate with the Arduino through a USB cable.
Hacker, tinkerer
EvoThings
EvoThings
Re: Send SMS from an arduino
That is exactly what i need. My project it to build a control system for my boat.Give me updates on some sensor data including an alarm if water is entering the boat. It can also be used as a tracker if the boat is stolen.
I have already ordered a GSM shield to the Arduino, but i will look into your solution anyway.
/Magnus
I have already ordered a GSM shield to the Arduino, but i will look into your solution anyway.
/Magnus
Re: Send SMS from an arduino
Local dealer Kjell & Company offer a water sensor that works fine with the Arduino:
http://www.kjell.com/sortiment/el/elekt ... ino-p87889
http://www.kjell.com/sortiment/el/elekt ... ino-p87889
Return to “Questions and answers”
Who is online
Users browsing this forum: No registered users and 13 guests