Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ESP-AT should support ESP32-S #799

Open
4 tasks done
vanvught opened this issue Jan 11, 2024 · 3 comments
Open
4 tasks done

ESP-AT should support ESP32-S #799

vanvught opened this issue Jan 11, 2024 · 3 comments

Comments

@vanvught
Copy link

Answers checklist

  • I have read the documentation ESP-AT Programming Guide and the issue is not addressed there.
  • I have compiled the hello_world example Get Started with ESP-IDF and the issue is not addressed there.
  • I have updated my ESP-AT branch (master or release) to the latest version and checked that the issue is present there.
  • 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?

According to https://espressif-docs.readthedocs-hosted.com/projects/esp-at/en/release-v2.3.0.0_esp32c3/Compile_and_Develop/How_to_implement_SPI_AT.html

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

@vanvught vanvught changed the title ESP-AT will not support ESP32-S ESP-AT should support ESP32-S Jan 11, 2024
@vanvught
Copy link
Author

According to the comments in 921d7db only the support for ESP8266 should be removed.
@ustccw

@ustccw
Copy link
Collaborator

ustccw commented Jan 15, 2024

@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.

@ustccw
Copy link
Collaborator

ustccw commented May 17, 2024

ESP32-S2 is supported on the master branch. The final firmware is expected to be released in July 2024.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants