SIM800

Introduction

A stub page for the SIMCom SIM800 GSM/GPRS module family.

Resources

Data sheets

Pictures

image

UpyPhone

MicroPython code to implement a GSM mobile phone using a SIM800L module.
The functionality includes voice and SMS. The hardware consists of a pyboard (quickref), an LCD160CR colour touch screen and a SIM800L module.

Pictures

The following two images show the front and rear views of the assembled phone.

   

Source code


– via: Micropython code to implement a GSM mobile phone | Hacker News

Power Consumption

Power off mode: 150 uA
Sleep mode: 1.2 - 2.0 mA

(source: p. 56 data sheet)

Remark: The power consumption of 150 uA in “power off” is too much for our ultra low power needs and a battery driven setup that should run over month. So we have to use additional power switching parts like an MOS FET for powering and de-powering the SIM800 module.

another SIM800 -containing DIY feature phone (now with 2x 18650 LiIon, besides a PiZero, ATMega328p, ESP8266 and TP4056 Li-charger):

https://wiki.zerophone.org/index.php/Main_Page

1 Like

ZeroPhone creator here. I see the phone itself not really suitable for your requirements (150uA power consumption being too high), and the software we’re using is likely not too suitable either (as it’s controlled by Linux). However, I have experience with using a SIM800 in a low-power setup - with power switched through a FET. The setup is: 1) ATMega328P on a breadboard, powered directly from a 18650 cell (implementing some kind of sleep mode) 2) a GSM modem with its VBAT connected to the battery through a FET (switched by ATMega) 3) an ultrasonic sensor (with VCC also switched using a FET driven by an ATMega). The setup takes measurements 4 times a day - reading the data from the sensor, turning the GSM modem on, sending measurements through GPRS and turning the modem off. The resulting code has been running for 87 days so far - no intermediate charges, battery changes or something like it (350 measurements received so far).

2 Likes

Thank you for sharing! What FET did you use (high side low side switch)? Could you use the FET only or did you use an additional NPN transistor, see also Strom schalten, Transistor, Fet oder was anderes? 3,7V - 2A (peak!) - Lipo - Page 3

I used a IRLML6401 P-FET as a high-side switch - they’re relatively cheap, logic-level (don’t need a transistor either) and handle more than enough current. I didn’t have a GPIO-G resistor, but I did have a G-S resistor. (also, the diode isn’t needed in case of the modem, just to make sure everybody reading this understands it =) ).

in hope to illustrate this (schema detail of ZeroPhone)…

zph-fet

Good point! First I thought 4.2 V would be not a good idea on a 3.3 V device. Btw I’m using an IRLML6401 also.

13 posts were split to a new topic: SIM800-Modul mit ESP8266 und TinyGSM-Lib macht Probleme

6 posts were split to a new topic: TTGO T-Call

Pin-Belegung und weitere Infos zu den kleinen roten breakouts mit SIM800

Fritzing-Part von Peter Van Epp:

1 Like