• 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

2answers
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

SpotPearGuest981ff
Answer time:
2025-03-12 18:35:00

Thank you very much for the response.


I've successfully made the call, but I need an external microphone instead of the one included on the board. The board has two solderable terminals marked "mic" (+/- in the photo, marked in red). Using AT commands, I send AT+CSDVC=3 to change the input channel. I've also tried AT+CSDVC=1, but only the internal microphone on the board (marked in brown) works. Any ideas?


Thank you very much.

Like0

report

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