How to provide enough current for the GSM circuit, and still use a LiOn battery

currentgsm

I am very new to electronics.

I am building a simple GPS tracker prototype circuit that uses a 3.7 volt 500mah lithium ion rechargeable battery.

The circuit has 2 major components: a simple microcontroller that interfaces serially with a SIM908 GSM & GPS chip. When the SIM908 chip is active but not transmitting or receiving data, it uses only 80ma of current. But when I instruct the microcontroller to request the SIM908 to send or receive data, the SIM908 requires 2 amps of current during that period of radio transmission, then it goes back to utilizing only 80ma of current.

My idea is to send GPS location every 5 minutes to a website using the GSM cellular data. This solution is all working fine already, but the problem is that it drains the battery in about 2 hours.

I understand that could go for a much more powerful battery, but my project requires a small form factor, so the 500mah is the largest I can go, and thus, I need to stick with it.

So, maybe I am asking something impossible here, but my question is: does anyone know what would take to keep the same 500mah battery, still provide the circuit something between 3.3 and 3.7 volts, but have a way to increase amps to 2A during those current peaks for a lot lot lot more than 2 hours??… maybe 24 hours… would it be possible?

Hope this question makes sense, and someone can direct me to either a better solution or a more efficient way to provide power and current for many hours.

Best Answer

Option 1: Put the GSM, GPS, and uC chip to sleep in between send/receive events. This is assuming the GSM and GPS chips have a sleep mode.

Option 2: Control power to the GSM and GPS chips via a P-FET. Turn the P-FET on and off with the uC. Except for leakage current through the FET, the GSM and GPS chips will consume zero power when the FET is off. You didn't say what regulated voltage you're using to power the circuit off the battery, so finding a P-FET that has a usable Rds(on) at whatever voltage you're using may be tough. The P-FET will need to pass 2A at whatever Vgs you apply.

schematic

simulate this circuit – Schematic created using CircuitLab

If you explore Option 2, note that if a positive voltage is applied to a pin of a part that is otherwise powered off, current can pass into the protection diodes of that pin and power the device unexpectedly. This might happen if you have a DIO pin attached to the GSM or GPS chip that is driving high when the chips are powered off.