Do you support ESP32S2? #100
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hello, does this project support ESP32S2
Not at this moment.
But you can build the firmware yourself. Just first select esp32s2 board and build.
I flashed the Pico Fido with version 6.4, but it doesn't work properly, keeps plugging and ejecting
It crashes on boot.
Which model of S2 do you use?
Which is the flash size?
My equipment is esp32-s2 mini
Do you have the chance to debug on UART0?
I don't know what UART0 is, but I can help you, for example through remote desktop
It is the serial port for debugging. It requires an additional hardware like a USB-to-TTL.
I have a CH340B, I wonder if it can be used.
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.
hello, I have same issue. the Pico-FIDO with ESP32-S2FH4 just keeps plugging and ejecting on windows 10.
Here is a log file exported from the console on "www.picokeys.com/esp32-flasher",also I flashed by this.
Hope this helps.
Thank you.
esp-web-tools-logs.txt
Thanks, very useful log. I see the problem: ESP32-S2 is single core and Pico Fido is designed to work with two cores at least. I was not aware of it. I'll try to leverage FreeRTOS for core management but I do not have an ESP32-S2 to test it.
Do you have skills for building ESP32-S2 images?
I will compile it myself
I pushed a fix for esp32-s2 in the development branch. You can build yourself or wait until tomorrow for the nightly development build.
btw will this work for esp32 c3 speed xiao
No, C3 does not have USB OTG stack.
I tested the latest development version on the ESP32-S2 today, and the issue remains unresolved. I have decided to give up on using this device since the price of the ESP32-S3 is currently the same as that of the ESP32-S2 here in China.
Fortunately, the project esp32_u2f can be used on the ESP32-S2.