View previous topic :: View next topic |
Author |
Message |
CCS-Festina
Joined: 21 Feb 2012 Posts: 11
|
GSM command |
Posted: Tue Feb 21, 2012 5:20 pm |
|
|
I want to understand the operating principle of GSM, otherwise, I will order a GSM module by a peak (sms sent, receives sms). |
|
|
ezflyr
Joined: 25 Oct 2010 Posts: 1019 Location: Tewksbury, MA
|
|
Posted: Tue Feb 21, 2012 5:35 pm |
|
|
Hi,
This is a CCS 'C' forum. Is your interest in the context of interfacing the GSM module with a PIC programmed in CCS 'C'?
John |
|
|
zaremchichak
Joined: 31 Jan 2012 Posts: 3
|
|
Posted: Wed Feb 22, 2012 12:18 am |
|
|
GSM module usually use UART. It's easy. Commands for GSM module you can find in pdf for your module. |
|
|
CCS-Festina
Joined: 21 Feb 2012 Posts: 11
|
Yes |
Posted: Thu Feb 23, 2012 12:51 pm |
|
|
ezflyr wrote: | Hi,
This is a CCS 'C' forum. Is your interest in the context of interfacing the GSM module with a PIC programmed in CCS 'C'?
John | yes |
|
|
ezflyr
Joined: 25 Oct 2010 Posts: 1019 Location: Tewksbury, MA
|
|
Posted: Thu Feb 23, 2012 8:21 pm |
|
|
Hi,
OK, fair enough, but your question is much too vague. What, specifically, do you need to know about using a GSM modem with a PIC micro? As already noted, most have UART that will connect to the PIC. Which GSM module have you got?
John |
|
|
CCS-Festina
Joined: 21 Feb 2012 Posts: 11
|
ok |
Posted: Fri Feb 24, 2012 8:42 am |
|
|
I made a wish, PIC + GSM module, this system is a state supervised, for example, I want to let this system in the house when an event occurred at home he sent me a message on my phone to give me this information |
|
|
ezflyr
Joined: 25 Oct 2010 Posts: 1019 Location: Tewksbury, MA
|
|
Posted: Sat Feb 25, 2012 8:32 pm |
|
|
Hi,
Looking at 'triggers' (digital inputs, analog inputs, etc.) and then sending text messages in response is pretty straight-forward. I did a similar project using the ADH 8066 GSM module. Here is where you can get one:
http://www.sparkfun.com/products/10138
I'd also recommend that you get one of these evaluation boards to help get you up to speed using this module
http://www.sparkfun.com/products/10164
Once you've got a handle on the commands this module accepts, it's pretty easy to connect the module to a PIC and make it do what you want.
John |
|
|
|