Arduino connected via TCP using SIM900 to Dweet.io

834 Views Asked by At

I am trying to stream some sensor data to Dweet.io using my Arduino connected to a SIM900 GSM/GPRS module. I am able to access internet, load data, check GPRS connectivity etc from my Arduino board. Could someone specifically tell me the syntax to post data onto dweet.io?

1

There are 1 best solutions below

0
dmSherazi On

Instead of Using the AT commands use this library its easier and Nice https://github.com/amcewen/HttpClient

Dweet.io needs GET commands to send and receive data.