Maker Pro
Maker Pro

connecting a microcontroller to internet via 3G GSM

lunatic

Feb 11, 2013
2
Joined
Feb 11, 2013
Messages
2
hello,
i don't have much knowledge in this field so exuse me,
i am tring to commande a device via a web server with a 3G gsm connection ,
the device is linked to a microcontroller
can any one help me please !
i haven't choisen a specefic microcontroller so please advice me with the one which feets the best
i am haing a problem with components
please help
 

GreenGiant

Feb 9, 2012
842
Joined
Feb 9, 2012
Messages
842
what do you want it to do?
are you just trying to receive command words to have it complete certain tasks, or do you want live control?

Do you have any experience with this sort of things?

With the arduino it is easy enough to get the GSM shield and then a sim card from a prepaid phone, and control it via text messages for specific thing?

We need more information before we can advise more specific detail
 

lunatic

Feb 11, 2013
2
Joined
Feb 11, 2013
Messages
2
i am tring to command a µc with a mobile application via a web service that's why i am trying to connect th µc to internet so i can send a request to it . the connection must be via GSM network .
 

(*steve*)

¡sǝpodᴉʇuɐ ǝɥʇ ɹɐǝɥd
Moderator
Jan 21, 2010
25,510
Joined
Jan 21, 2010
Messages
25,510
First you need to figure out how to get an internet connection via GSM

Then you need to figure out how to consume a web service.

The rest should be simple.
 
Top