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

Please add Support for ESP32-S2 #22

Open
fow0ryl opened this issue Mar 13, 2024 · 3 comments
Open

Please add Support for ESP32-S2 #22

fow0ryl opened this issue Mar 13, 2024 · 3 comments

Comments

@fow0ryl
Copy link

fow0ryl commented Mar 13, 2024

The ESP32-S2 is mostly a replacement for ESP8266, but not supported.
Please add support.

@AlphaLima
Copy link
Owner

AlphaLima commented May 16, 2024

Sorry I don't have a ESP32-S2 for testing, but it only has two serial ports. Since 3 SIOs is one of the main features of this code, the S2 version has limitations compared to the ESP32. The code should be compatible if you adjust the number (NUM_COM) and pins of the serial ports defined in the header file.

@fow0ryl
Copy link
Author

fow0ryl commented May 16, 2024

Of course, the ESP32-S2 has limitiations. It's more like an ESP8266 than an ESP32.
And changing the number of serial ports is the minor problem. The source code did not compile, because USB is handled completely different. And this requires that the source has to be a mix of ESP8266 and ESP32.
Unable to handle this with only 1 #define ESP32 ...

@AlphaLima
Copy link
Owner

The code is designed for an ESP32, not for the ESP32-S2 version!
I see no advantages modifing it for a ESP32-S2 since there is only two serial ports.

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