Replies: 4 comments 25 replies
-
Hi @phoddie, Not an expert on this as you know... Somebody from the Node-RED community (dynamicdave) shared with me this information: After applying these settings in EspEasy, I had no problems anymore with my wifi. Don't know if this is of any help to you, but perhaps it gives you some ideas... Good luck with this! |
Beta Was this translation helpful? Give feedback.
-
The latest ESP32-S2 support is committed. That includes a subplatform build target for the S2 Mini board (
Good luck! |
Beta Was this translation helpful? Give feedback.
-
However, after building, if I run
Then it does appear to download to the device :) |
Beta Was this translation helpful? Give feedback.
-
FWIW – in case I was missing something obvious, I tried running one of the Wi-Fi examples from the ESP-IDF. That completely eliminates any code written by me. ;) Alas, it does not seem want to connect. I think I should get different S2 mini hardware. |
Beta Was this translation helpful? Give feedback.
-
This is a continuation of a discussion started by @colinl about support for the S2 Mini development board.
The Moddable SDK has supported the ESP32-S2 MCU on the S2 Mini board for some time. All the boards supported have used the usual serial to USB bridge chip to communicate with the development computer for flashing the firmware and debugging. The S2 Mini has only a USB port and so requires some additional support.
Over the weekend, I added USB support to our ESP32-S2 port, migrating over the support already in place for ESP32-S3. @mkellner advised on that and added some improvements to the build to make that a bit smoother. The USB support works well. Honestly, it is more convenient to work with devices that have serial. USB-only devices require manual button pushes to enter and exit programming mode, which is inconvenient. Alas, that's just the way it is.
Everything works nicely, except.... Wi-Fi! Wi-Fi scanning works as expected. But, connecting to Wi-Fi is not reliable from the S2 Mini. On other ESP32-S2 boards Wi-Fi works just fine, so we don't believe this is a software issue on our side. We also tested with an Adafruit QtPyS2, which is quite similar to the S2 Mini, and had no problem with Wi-Fi. As it turns out, there are more than a few reports of Wi-Fi related issues with the S2 Mini. The workarounds include putting a coin on one edge of the board (!!) and soldering on a capacitor. It may be that the boards I received are from a bad batch.
So... our current plan is to push the changes for USB for S2 Mini in the next day or so. Maybe it will even work. ;) But between the manual intervention when programming via USB and the potential Wi-Fi issues, please do be prepared for some exploration.
Beta Was this translation helpful? Give feedback.
All reactions