I am working on an household energy monitoring project. I have successfully got the various parameters like voltage, current, power factor etc in serial port using voltage sensor, current sensor and EmonLib libray with help of experimental setup available here http://openenergymonitor.org/emon/node/58
Now i want to send these parameters to a mobile phone in form of sms using a GSM shield. Is it possible to send these serial data to mobile phone using an Arduino GSM shield? If so, could any one please share the code?
Re: OpenEnergy monitor- How to send serial data using SMS
You have an internet connection then can easily send serial data with the help of msg91 API.