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

Do you support ESP32S2? #100

Open
afterow opened this issue Jan 27, 2025 · 9 comments
Open

Do you support ESP32S2? #100

afterow opened this issue Jan 27, 2025 · 9 comments

Comments

@afterow
Copy link

afterow commented Jan 27, 2025

Hello, does this project support ESP32S2

@polhenarejos
Copy link
Owner

polhenarejos commented Jan 27, 2025

Not at this moment.

But you can build the firmware yourself. Just first select esp32s2 board and build.

@afterow
Copy link
Author

afterow commented Feb 22, 2025

I flashed the Pico Fido with version 6.4, but it doesn't work properly, keeps plugging and ejecting

Image

@polhenarejos
Copy link
Owner

polhenarejos commented Feb 22, 2025

It crashes on boot.

Which model of S2 do you use?
Which is the flash size?

@afterow
Copy link
Author

afterow commented Feb 23, 2025

My equipment is esp32-s2 mini

C:\Users\afterow\Desktop\esptool-s3>esptool --chip esp32s2 --port COM3 read_mac
esptool.py v4.8.1
Serial port COM3
Connecting.....
Chip is ESP32-S2FNR2 (revision v1.0)
Features: WiFi, Embedded Flash 4MB, Embedded PSRAM 2MB, ADC and temperature sensor calibration in BLK2 of efuse V2
Crystal is 40MHz
MAC: d8:3b:da:c9:7c:e8
Uploading stub...
Running stub...
Stub running...
MAC: d8:3b:da:c9:7c:e8
Error: ESP32-S2FNR2 (revision v1.0) chip was placed into download mode using GPIO0.
esptool.py can not exit the download mode over USB. To run the app, reset the chip manually.
To suppress this note, set --after option to 'no_res

@polhenarejos
Copy link
Owner

Do you have the chance to debug on UART0?

@afterow
Copy link
Author

afterow commented Feb 23, 2025

I don't know what UART0 is, but I can help you, for example through remote desktop

@polhenarejos
Copy link
Owner

It is the serial port for debugging. It requires an additional hardware like a USB-to-TTL.

@afterow
Copy link
Author

afterow commented Feb 24, 2025

I have a CH340B, I wonder if it can be used.

@polhenarejos
Copy link
Owner

Not sure how it works but if you know how to open a serial port it might work. Look for uart0 tx and rx pins in the datasheet of your board and probe them with your ch340b.

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