Replies: 8 comments 10 replies
|
There is no prcompiled bin, you have to comile yourself (there is a pio env for S2-mini). |
|
For my S2 board i have to press Reset + Button 1 and release Reset to bring the board into flash mode. Also i need to add the 2 lines to the S2-mini env: board_upload.use_1200bps_touch = false And the S2 (as example ESP32-S2FN4R2) has 2MB PSRAM. In the command line i use the following parameters: esptool.py --port /dev/ttyACM0 write_flash 0x1000 bootloader.bin 0x8000 partitions.bin 0x10000 firmware.bin |
|
now after successful flash, i have the problem: how to connect the pins. in the configuration i found the pins rx=23 and tx=5, but there is no pin 23. gabor |
|
Thank you very much, with the pins I can now see the appropriate outputs in the frontend. Looks like I need a different ESP32 after all. Which one would you recommend? |
|
the funy part is, the esp32 s2 mini has 4mb flash an 2mb psram |
|
Hi, i also used math322 description. works fine. But which pins for TX/RX did you used on the Wemos S2 mini board? I found TX=12 and RX=11 is this right? BR kami |
|
Hmm, it seems quite complicated.... Output binary is no special If needed, how to build the two, or where to find? EDIT! Got it running.... After building I found the following in folder (that was causing my question) After some searching found this in folder this was the esptool invocation that worked for me (adopted from the one @gaborfri posted in this thread on Feb 18, 2024) The ESP32 s2 mini is already added to my home wifi network... Blinking frequency of blue LED is reduced Not connected yet to interface board and my buderus WLW186i EDIT2: Up and running now at buderus WLW 186i Some protocol errors (caused by the weak single core ESP32S2 mini?) |
|
First experiences: Flashed Version 3.8.3-dev.5 It seems, that frequently the web server including api stalls. I think that happens when a second client connects to the web server. MQTT seems to survive the stall. May be a more performant will resolve the problems. Ordered ESP32S3 with 16 MB flash and 8 MB psram. |
Uh oh!
There was an error while loading. Please reload this page.
PROBLEM DESCRIPTION
How does the flashing of an EST32-s2 mini work?
"No serial data received" appears in the EMS-ESP-Flasher.
if I try it via cmdline, after several attempts I get the message that the bootloader is not S2-compatible.
I was able to get the only successful flash with a tasmota-factory-bin.
do i have to compile it first or is there a special s2 image
gabor
REQUESTED INFORMATION
Make sure your have performed every step and checked the applicable boxes before submitting your issue. Thank you!
TO REPRODUCE
Steps to reproduce the behavior:
EXPECTED BEHAVIOUR
A clear and concise description of what you expected to happen.
SCREENSHOTS
If applicable, add screenshots to help explain your problem.
ADDITIONAL CONTEXT
Add any other context about the problem here.
(Please, remember to close the issue when the problem has been addressed)
All reactions