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

ESP32S3. - Should this hardware work #162

Open
candrews67 opened this issue May 19, 2024 · 3 comments
Open

ESP32S3. - Should this hardware work #162

candrews67 opened this issue May 19, 2024 · 3 comments

Comments

@candrews67
Copy link

I bought an ESP32-S3 for this but I have not been able to make it work.

The README.md has instructions for esp32 and esp32c but there is also a esp32s3 directory under build. I have attempted to install the esp32s3 binaries using the provided esptool examples for esp32 and esp32c3 but they do not work.

Do I need to compile for esp32s3 or will this chip not work?

Thanks!!!

@Ahsan-Himu
Copy link

I bought an ESP32-S3 for this but I have not been able to make it work.

The README.md has instructions for esp32 and esp32c but there is also a esp32s3 directory under build. I have attempted to install the esp32s3 binaries using the provided esptool examples for esp32 and esp32c3 but they do not work.

Do I need to compile for esp32s3 or will this chip not work?

Thanks!!!

I am also facing same problem with my ESP32s3 ,Please help if anyone know something regarding this.

@sliacanm
Copy link

sliacanm commented Aug 3, 2024

Hey there, I just tested ESP-S3 and flashed with no issues. However, I did build from scratch before flashing. These steps worked for me:
cd to esp32_nat_router folder
Delete the build folder
get_idf or run the export.sh as recommended in the ESP-IDF install -->#e.g. for me on MAC. $HOME/esp/esp-idf/export.sh
cmf: idf.py set-target esp32s3
In the cmd:"idf.py menuconfig", make sure all the necessary settings are enabled as stated in https://github.com/martin-ger/esp32_nat_router#building-the-binaries
cmd: idf.py build
cmd: idf.py -p PORT flash #e.g. for me: idf.py -p /dev/cu.usbmodem01 flash

@JanisPlayer
Copy link

@sliacanm Thanks, it worked.
Since creating the build is really time-consuming, I’m sharing my finished build esp32s3.zip.

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

4 participants