esp-at
esp-at copied to clipboard
ESP-AT should support ESP32-S
Answers checklist
- [X] I have read the documentation ESP-AT Programming Guide and the issue is not addressed there.
- [X] I have compiled the hello_world example Get Started with ESP-IDF and the issue is not addressed there.
- [X] I have updated my ESP-AT branch (master or release) to the latest version and checked that the issue is present there.
- [X] I have searched the issue tracker for a similar issue and not found a similar issue.
ESP-AT version
v4.0.0.0-6-ga42a3b65
Operating System used
macOS
If you are using Windows, please specify command line type.
None
What is the expected behavior?
This document mainly introduces the implementation and use of SPI AT for ESP32-C and ESP32-S series.
So I would expect that ./build.py menuconfig is showing the platform ESP32-S series
What is the actual behavior?
[@MacBook-Air esp-at (master)]$ ./build.py menuconfig
Platform name:
1. PLATFORM_ESP32C6
2. PLATFORM_ESP32C2
3. PLATFORM_ESP32
4. PLATFORM_ESP32C3
choose(range[1,4]):
There is no PLATFORM_ESP32S2
Steps to reproduce
mkdir esp
cd esp
git clone --recursive https://github.com/espressif/esp-at.git
cd esp-at
./build.py menuconfig
Build or installation Logs
N.A.
More Information
No response
According to the comments in https://github.com/espressif/esp-at/commit/921d7db7ac7e854d6d3c23e839c44048db05538c only the support for ESP8266 should be removed. @ustccw
@vanvught Thanks for your report. May I know why you are considering using the ESP32-S series chips to run ESP-AT? Have you explored alternative chips with better cost-performance, such as the ESP32-C series (ESP32-C3 or ESP32-C2)? Click ESP Product Selector for more details.
Current Status of ESP32-S2
The esp-at project doesn't support ESP32-S and ESP32-H series of chips on master, and we don't have a plan to support it.
Why isn't ESP32-S2 supported?
The ESP32-C series chips can meet the requirements for AT solutions while offering a higher cost-performance ratio.
ESP32-S2
is supported on the master branch. The final firmware is expected to be released in July 2024.