back to home

espressif / esp-at

AT application for ESP32/ESP32-C2/ESP32-C3/ESP32-C6/ESP8266

View on GitHub
1,193 stars
1,175 forks
94 issues
CPythonHTML

AI Architecture Analysis

This repository is indexed by RepoMind. By analyzing espressif/esp-at in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.

Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.

Source files are only loaded when you start an analysis to optimize performance.

Embed this Badge

Showcase RepoMind's analysis directly in your repository's README.

[![Analyzed by RepoMind](https://img.shields.io/badge/Analyzed%20by-RepoMind-4F46E5?style=for-the-badge)](https://repomind.in/repo/espressif/esp-at)
Preview:Analyzed by RepoMind

Repository Overview (README excerpt)

Crawler view

ESP-AT [![alt text][doc-latest]](https://docs.espressif.com/projects/esp-at/en/latest/) [doc-latest]: https://img.shields.io/badge/docs-latest-blue • 中文版 esp-at project was started and powered by Espressif Systems (@espressif) as an official project, for the **ESP32-C2**, **ESP32-C3**, **ESP32-C5**, **ESP32-C6**, **ESP32-C61**, **ESP32**, and **ESP32-S2** Series SoCs provided for Windows, Linux, and macOS. It is now supported and maintained by Espressif esp-at team (@esp-at). **Before using the ESP-AT solution, please read the disclaimer carefully and comply with its terms and precautions.** Introduction Espressif SoCs serve as add-on modules, easily integrating wireless connectivity into existing products. To reduce development costs, Espressif offers a set of AT commands (select your target chip from the dropdown menu in the top left corner) that enable users to interface with Espressif products. The AT solution provided by Espressif allows for rapid integration by providing: • In-built a large number of AT commands • Easy integration with resource-constrained host platforms • Easy-to-parse command-response protocols • Customized, user-defined AT commands ESP-AT Release and SoC Compatibility The following table shows ESP-AT support status of Espressif SoCs. | Chip | v4.1.1.0 | v5.0.1.0 | master | | :- | :-: | :-: | :-: | | ESP32 | [![alt text][released]](https://github.com/espressif/esp-at/releases/tag/v4.1.1.0) | ![alt text][no-plan] | [![alt text][supported]](https://github.com/espressif/esp-at/tree/master) | | ESP32-C3 | [![alt text][released]](https://github.com/espressif/esp-at/releases/tag/v4.1.1.0) | ![alt text][no-plan] | [![alt text][supported]](https://github.com/espressif/esp-at/tree/master) | | ESP32-C2 | [![alt text][released]](https://github.com/espressif/esp-at/releases/tag/v4.1.1.0) | ![alt text][no-plan] | [![alt text][supported]](https://github.com/espressif/esp-at/tree/master) | | ESP32-C6 | [![alt text][released]](https://github.com/espressif/esp-at/releases/tag/v4.1.1.0) | ![alt text][no-plan] | [![alt text][supported]](https://github.com/espressif/esp-at/tree/master) | | ESP32-S2 | [![alt text][released]](https://github.com/espressif/esp-at/releases/tag/v4.1.1.0) | ![alt text][no-plan] | [![alt text][supported]](https://github.com/espressif/esp-at/tree/master) | | ESP32-C5 | | [![alt text][released]](https://github.com/espressif/esp-at/releases/tag/v5.0.1.0) | [![alt text][supported]](https://github.com/espressif/esp-at/tree/master) | | ESP32-C61 | | [![alt text][released]](https://github.com/espressif/esp-at/releases/tag/v5.0.1.0) | [![alt text][supported]](https://github.com/espressif/esp-at/tree/master) | • ![alt text][released]: Released versions. You can click ![alt text][released] to go to the corresponding release page and download the AT firmware. • ![alt text][supported]: Supported versions. You can click ![alt text][supported] to go to the corresponding branch and develop your own AT firmware. • ![alt text][pre-release]: Pre-release versions, expected to release AT firmware for the corresponding chip soon. • ![alt text][no-plan]: No plan to release AT firmware for the corresponding chip. Please choose one of the following options based on your needs: • **The default AT firmware meets your requirements**: It is recommended to use the latest released version of the firmware corresponding to the chip. • **The default AT firmware does not meet your requirements and stability is a priority**: It is recommended to develop your AT firmware based on the latest released version of the firmware corresponding to the chip. • **The default AT firmware does not meet your requirements and you want more new features**: It is recommended to develop your AT firmware based on the master branch. [released]: https://img.shields.io/badge/-released-4CBB17 [supported]: https://img.shields.io/badge/-supported-1F51FF [pre-release]: https://img.shields.io/badge/-pre--release-FFC000 [no-plan]: https://img.shields.io/badge/-no--plan-808080 **Other series of chips:** • ESP-AT will not support ESP32-S3 and ESP32-H2 series of chips. Support Periods of ESP-AT • Please refer to ESP-AT Versions for more details. Resources • There are several guides for esp-at developers and users. These guides can be rendered in a number of formats, like HTML and PDF. Documentation for the latest version: https://docs.espressif.com/projects/esp-at/en/latest/index.html. This documentation is built from the docs directory of this repository. • The Changelogs of historic released versions: https://github.com/espressif/esp-at/releases • Check the Issues section on GitHub if you find a bug or have a feature request. Please check existing Issues before opening a new one. • The esp-at forum is a place to ask questions and find community resources. • The ESP Product Selector is a tool to help you compare different chips or modules.