• sales

    +86-0755-88291180

ESP32-S3 A7670E 4G call center

2025-03-07 18:41:29 Ask

Good morning,

I have a project to do to use this board with an emergency call center (voice) the system must be compatible with 4G. But in all the documentation I can't find a way to communicate with AT commands from the ESP32 to the A7670E... Does anyone have an example?

Thank you very much

1answers
SpotPearGuest246b4
Answer time:
2025-03-11 14:39:03

Hardware connection:


Use UART interface to connect ESP32-S3 and A7670E module (TX, RX, GND).


Software implementation:


Use HardwareSerial library for serial communication.


Send AT commands to control A7670E module.


Sample code:


Initialize serial port and send AT commands (such as AT, ATD<number> to make a call).


Read module response and process it.


Debug:


Check hardware connection and SIM card status.


Use serial monitor to view AT commands and responses.


Common AT commands:


Check signal: AT+CSQ


Make a call: ATD<number>;


Hang up: ATH


Send SMS: AT+CMGS="<number>"

Like0

report

Price: $34.49
Part Number: ESP32-S3-A7670E-4G
Brand: Spotpear