Telit GM862 Problem

Hi Guys,

I am really facing a big problem with the Telit GM862 Module. I bought my module from mikroelektronika with the EASY GSM/GPRS board, and I connected the whole thing to the breadboard.

The thing is, the module does start up, but after the STATUS_LED flashes for 7 times, the whole module shuts down.

A lot of people told me that the problem is with the power supply as it can’t give a 2A current, so I made a power supply that is suppose to do this, but still.

I went to my University Lab, and I found there a power supply ranging from 0-30v (3A) and I tested the board, but still the STATUS_LED flashes and then the whole module turns off.

Does anybody know what is wrong here?? As it seems from the internet that his module is very easy to work with.

Cheers,

Manson

Make sure you have filter caps near the power pins of the module and that the wires between the power supply and module are as short as possible. Even if your power supply can provide the required current you may be getting a voltage drop at the module. If you can, look at the power pin of the module with an oscilliscope.

Thanks GSM MAN,

Some people told me it is the 100uF Tantalum Capacitor(with low ESR) that I must connect to the board. I didn’t put this Tantalum Capacitor at all, and all the people are saying the problem is with this CAP. My question now, is this the right capacitor or not:

http://search.digikey.com/scripts/DkSea … ND&x=0&y=0

I am asking here to make sure that it is the one, as it takes weeks until it can gets to me.

So if anybody could just say if this is the right one or not?

Thanks!

The important thing is that your entire power system can handle the big current spikes. The power supply must not droop under load and the module must not see any voltage drops below its minimum voltage.

I’d recommend a much larger capacitor than that. I typically use a 2,200uF electrolytic in parallel with a 0.1uF ceramic. Place both of these as close to the power pins as possible. Also, make sure all of your power traces, from input connector to module, are wide (0.100"). Finally, make sure you have adequate grounds. A ground plane is best.

A 100uF tantalum is recommended by Telit. I’ve not needed anything else with the GE863.

Leon

many guys say there should be no voltage drop,but actually no one can guarantee for their power system.the key is how long does it drop will make GM862 dead?

Some negative pulse is obversed on my system,the voltage is even down to 0V.but the period is about 10us or 100us,NOTHING happens.GM862 works normally.

So does anyone can provide this “dead period”?i guess is 100ms.

Cheers

Leon

Hi Sangley,

I own one of these modules and I can confirm that you probably need the low ESR tantalum cap in there for it to work properly. Mine cuts out too without it.

I wouldnt say mine cuts out.

Without a sim in it, I can get it to boot and start flashing the LED but I am unable to send it any serial commands.

From my PSU I can see I am sending 3.92 Volts and its drawing 0.07 / 0.08 of an amp and its consistent.

I am using a 4700uF 10V cap in the mix

What is the expected outcome if the GM862 is able to fully boot?

Hey Manson,

Check this article that I wrote it will be very helpful for you

Title: Powering the GM862

URL: http://www.embed21.com/?p=35

Best of luck!

Hey khaledkhal,

thank you ever so much for the guide. I can now power on the device no prob :smiley:

Next step is that now it powers on, the stat LED just keeps on blinking.

Even with a sim card in and in a known area that has full signal.

Am I missing something here?

Mathew

khaledkhal:
Hey Manson,

Check this article that I wrote it will be very helpful for you

Title: Powering the GM862

URL: http://www.embed21.com/?p=35

Best of luck!

Off topic…but hello to another Mathew that spells their name the “right” right :slight_smile:

lol, and your only up the m40 (im in Wycombe).

have you had much experience with the GM862?

Mathew

The Telit has two blinking patterns. When searching for the network, it does a fast blink. When attached, it drops back to a slow blink. Are you ever seeing the slow blink?

As for next steps, have you hooked up the serial port yet? That will let you access the AT commands, giving you a better set of tools to diagnose the issue.

Good luck!

Its on a constant fast blink, so i assume its trying to connect to the network.

Havent been able to successfully hook up the serial port yet, have tried using 1.1k resistors:

http://note19.com/2008/12/20/how-to-con … m-arduino/

but cant seem to get a signal.

Am presently in the process of trying Khaled’s method using a MAX232 just to establish comm’s and then using a 74HC4050 to allow communication from an arduino mini pro 5V to the gm862.

http://www.embed21.com/

What have people found to the most stable method for communication the gm862 and a arduino mini pro 5v?

I’ve only used the Telit in a 3.3V system - initially I didn’t have any level conversion, but added a simple 3.3/2.8V buffer in the 2nd rev of the board. Didn’t have any issues with either. Since you’re at 5V you definitely need the resistors at a minimum.

But yes, start with the MAX232 (or even better SparkFun’s simple USB-FTDI breakout board - trust me, you’ll end up using it on every project) - get basic comms working there first, then switch to the Arduino. If you can’t get HyperTerminal or CRT to work, it’s not going to be any easier from a uP where you have limited debug capability!

Good luck!