Today at work, we tried to make a alarm for our arduino system. It's going to be text message or email. Ironically, arduino with gsm connect from T-mobile won't be able to send the message! So, we had to found another way.
We knew how to make a http connection through arduino gsm shield. So, we are going to take that as the base to send some kind of "alarm". Here are some proposals we had:
- find a vendor that will provide restful API to send email or text message
- connect email directly from arduino.
As a result, we spent a lot of time looking for a good vendor.. Good means free vendor. LMAO. It turned out they all need monthly fee, which is very cheap. After exploring their APIs, which obviously has not arduino support. So we had to found out how http request API works underneath the hood, which I'm very glad we did. In this process, we, at least I, learned alot about http protocol and how it works.
Have worked with http for a long time, s