Query about sending data to server by gsm

Status
Not open for further replies.

Mak2100

Newbie level 2
Joined
Feb 4, 2018
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
19
HI All
I have an arduino uno and GSM Moudlue (Sim808), I want to send data from arduino by gsm to local server like Xampp.
my problem is that i have no experince with delaing with servers , so if any one can help me how to do it.
Thanks in advance
 

Hi,

First do an internet search for similar projects. Find out how they solved it. Read through their descriptions, work through their code.
********

Draw a draft of your signal flow.
Explain the way from arduino to server.

Explain what data you want to send and how. There is a wide range...from an SMS once per year....to a complete video stream.
Explain what's the use of it all.

Explain what protocols you decided to use and why.

Klaus
 

HI All
I have an arduino uno and GSM Moudlue (Sim808), I want to send data from arduino by gsm to local server like Xampp.
my problem is that i have no experince with delaing with servers , so if any one can help me how to do it.
Thanks in advance

To send the data to web server u need to know about PHP and Mysql with GET and POST request handling. along with this u must know GPRS AT commands for specific GSM Module.
some of the details is available on https://electronixforu.com/iot.html

however you can also send data to readymade iot web servers like https://thingspeak.com/ and https://iot.electronixforu.com
 
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…