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?
Asked
Active
Viewed 796 times
1 Answers
1
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.

dmSherazi
- 3,743
- 5
- 37
- 62