MarcoMartines / GSM-GPRS-GPS-Shield

GSM/GPRS & GPS Shield Library for modules using SIM900/SIM908
GNU General Public License v2.0
208 stars 152 forks source link

Use httpPOST or httpGet in a Loop #26

Open sniperwolfpk5 opened 8 years ago

sniperwolfpk5 commented 8 years ago

Hi, I want to use httpPost in Arduino loop. But it don't work. Can you tell or confirm whether it is working in loop? If it is possible can you give me code how to do it. I need urgent help.

NOTE: httpPost is working only in Setup. But i want it to work in loop

What i want to do is to send ECG signals through httpPost and there a graph is generated from that ECG data.

Thx in advance.