Closed JimitD closed 2 years ago
Hi @JimitD
This line
E (10459) sim800: sim800_init(158): sync failed
says that the synchronization between your device and the ESP32 failed. This is the initial procedure, where the ESP32 sends AT
command over UART and expects OK
. I'm afraid there's not much to look at, other than checking the wires and making sure the command arrives to the device and it responds.
Additionally, you can check:
AT\r\n
in some terminal App (e.g. Putty)Hello @david-cermak,
Thank you for the reply & suggestions.
The actual problem was physical connectivity of SIM800 Modem to ESP32. The AT command was failing due to my ESP32 was powered from some other source and Modem powered through other source.
I have connected common ground to both the Module and now it is working fine.
Thanks again.
Environment
git describe --tags
to find it): // v3.2-dev-1148-g96cd3b75cxtensa-esp32-elf-gcc --version
to find it): crosstool-NG esp-2021r2-patch3 8.4.0Problem Description
We have connected ESP32-WROOM-32 Dev Kit to SIM800L module with active SIM card connection
Menu-config: Modem Device: SIM800 TXD Pin: 17, RXD Pin: 16, Set Access Point Name: www
Now, we are trying to use built in example of PPPOS_CLIENT to establish PPPOS connection with SIM800L Modem.
As soon as we run the Application, it rebooting multiple time with following error code being thrown
Expected Behavior
It should have initialized modem and create PPPOS connection.
Actual Behavior
Throwing error
Steps to reproduce
// If possible, attach a picture of your setup/wiring here.
Code to reproduce this issue
// If your code is longer than 30 lines, GIST is preferred.
Debug Logs
Other items if possible
sdkconfig.zip