Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Suggest a GSM Module to Interface to PIC Micro

Status
Not open for further replies.

gl1

Junior Member level 1
Joined
Sep 21, 2010
Messages
18
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,421
Hi Guys,
Can anyone suggest a GSM module I can use to Interface to PIC Micro, I am interested in making homemade green house monitoring sxystem.

Thanks
 

Some GSM modules can be rather picky concerning area, service and system available to you. You might want to specify a location?
 

Hi gl1...
I recommend SIMCOM modules, i've been working with them and only 1 gsm module came bad. And they also are easy to implement (and cheap XD). Thats my suggestion... Good luck with your project. >Rod_O
 

where are you from????

as said above you can go for SIMCOM if it is a hobby project... But go for simpler version of SIMcom like SIMCOM 300 or less than that, instead of going for SIMCOM900 or 450 series..

if you need a stable and good modems then go for wavecom modem. ( Now under the banner SIERRA wireless).

visit these vendors

N S K E L E C T R O N I C S
Sunrom Technologies, Your Source for Development
 

I suggest sim548c (GSM modem + GPS receiver). You can easy connect it to pic/atmega by usart .
 

Yes, sim548C it's a very good moddule, but it's not under production any more, the replacement for that module is now sim 908.
And the same happend with sim 300C, its out of production, and the replacement would be sim900.
Im just saying this in case you need more modules in the future, so you dont have to redesign everything (that happend to me XD )
Good Luck !
>Rod
 

Hi Guys,
I am located in Ireland, I am looking into Simcom module from NSK as you have advised.
IS it easy to interface to PIC, Does SIM 300 module require programming before using in application?
Is unit ready for use once a Sim card has been applied and Power to Unit.
Any little help is much appreciated?

Many Thanks
 

Sim300 and oder simcom's modems don't require programing before use.

Yes, it's redy tu use with sim card, power supply, anntena and pwr button.

It's easy to interface with microcontrolers by USART (even null-modem connection). It's hard to write some kind of syntax analyzer for standalone device as GPS real time tracker.
 

Thanks for advice namloc
I only wish to use the SMS function of the SIM300 device. i.e. send receive special text messages
I do not want to connect Speaker, mic etc etc,

Can i connect to my Micro in the following format... No Hardware Handshaking i.e. just connect Tx-Rx and ground wires

Is there special configuration i need to do to SIM300 to Receive or Transmit text messages?
Would you have an example communication of a Text Message Reception and Transmit?

Thanks.
 

Example for pic? No
Example fot atmega? Yes

Try to write usart communication with PC. It would be better if you write it yoursefl and ask questions with code that you made.
Download PIC datasheet and read it. There will be examples there.
 

Yes i am capable of programming PIC.

The programming is not my concern for now, I want to understand the Interface from SIM300 to PIC USART.

Can i use only TX-RX and Ground?
Or does SIM300 module require full USART implenentation with all handshaking etc etc

I am used to programming PIC for serial communications, via serial port on PC etc etc
Can I use same method here, or do I have to use asynchronous instead of serial method of comms between SIM300.

Many Thanks
 

Can i use only TX-RX and Ground?

Yes, null modem connection is only need to talk with sim300. Tx,rx,gnd is enough choice. Flow control,handshaking etc etc is not needed.

Can I use same method here ?
Yes you can use the same metod (serial method )

Download this:
**broken link removed**
and this:
https://www.olimex.com/dev/pdf/AVR/AVR-GSM/SIM300DATC.pdf

*Try to recive messages from sim300d,for example:
When you will call to your gsm modem it wil send you "RING <CR><LF>" message.
Try to detect this message and send reply message "ATH <CR><LF>" to disconnect incoming call.

RING - someone is calling
ATH - disconnect existing connection
CR LF - Carridge return, Linefeed
 

Thanks for this information namloc, I will keep you posted on my progress.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top