Closed gamename closed 3 months ago
Hi @gamename
I'd suggest that you start with this example: https://github.com/espressif/esp-protocols/tree/master/components/esp_modem/examples/modem_console
This helps fixing the initial connection issues, like wires, baudrate, power supply etc. Since the problem you're experiencing suggests that the modem and the ESP32 cannot exchange a basic AT request/reply.
Hi @gamename
I'd suggest that you start with this example: https://github.com/espressif/esp-protocols/tree/master/components/esp_modem/examples/modem_console
This helps fixing the initial connection issues, like wires, baudrate, power supply etc. Since the problem you're experiencing suggests that the modem and the ESP32 cannot exchange a basic AT request/reply.
Will do. Thanks.
Abandoned use of the Waveshare equipment. Switched to Sixfab
Answers checklist.
What component are you using? If you choose Other, provide details in More Information.
esp_modem
component version
1.1.0
IDF version.
5.2.1
More Information.
Hi,
First, let me say this is my first time working with cellular modems, so its probable there is a misconfiguration somewhere...
I'm using a SIM7600X HAT with an ESP32-S3-DevKitC-1-N16. When running the example code (see below), I get this error:
The SIM7600X is meant as a HAT for Raspberry Pi (RPi), but can be used by other microcontrollers (like the ESP32). I confirmed this with the vendor.
Here are the relevant debugging datapoints:
Here is output from the ESP32 log: