Page 1 of 1

Sim800L GSM module

Posted: Thu Apr 12, 2018 10:18 am
by migbur
Hi
Im using a GSM module, using :
#include <HardwareSerial.h>
HardwareSerial SIM800L(1);

setup:
Serial.begin(19200);
SIM800L.begin(9600, SERIAL_8N1, 16, 17);

While I used esp32 connectet to my PC works fine, if I disconnect the pc USB cable it loose GSM module connectivity.

Please help.

Re: Sim800L GSM module

Posted: Tue Apr 17, 2018 2:43 pm
by juan3211
check stability of your power supply for SIM800L, it need also up to 2A.

Probably is not a issue with ESP32, it is a issue with power supply.

Re: Sim800L GSM module

Posted: Fri May 25, 2018 10:21 am
by migbur
Hi thanks, yes was not ESP problem, was low power input to the GSM module.

Problem solved