Replies: 5 comments 5 replies
-
Did you also try with the SPIRAM firmware variant? I'd try removing the scan() and just try blinking an LED. Then try the do_connect() example in the docs. |
Beta Was this translation helpful? Give feedback.
-
Which firmware are you using?
…On Thu, 5 Jan 2023, 23:22 Dave Festing, ***@***.***> wrote:
I was just suggesting that maybe it might be a spiram variant. I have rev1
and rev3 chips in esp32 wroom dev boards with the same firmware.
—
Reply to this email directly, view it on GitHub
<#10377 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAKEGUNYLZKEF5H6NSGIF53WQ5CRDANCNFSM6AAAAAATNTLHMY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
I have the exact same problem. Did you manage to find a solution so far by any chance @davefes ? Best, |
Beta Was this translation helpful? Give feedback.
-
Same problem here with WDT reset when trying to scan or connect in station mode with an ESP-WROOM-32. esptool reports I'm erasing before flashing the latest (1.20.0) bin
The when I use REPL to try to start Wi-Fi:
Like others, Arduino code can start Wi-Fi and scan/connect without issues, which seems to rule out a hardware issue. Even so, I've tried multiple USB cables, ports, hubs, and computers. I've tried using the USB port and using an external FTDI adapter. Is there any solution for this? |
Beta Was this translation helpful? Give feedback.
-
For the benefit of others who end up here - I fixed the MicroPython Wi-FI WDT reset problem on my ESP-WROOM-32 by adding a 10uF capacitor between The capacitor has the added benefit of making uploads using esptool.py no longer need me to press the buttons on the board. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I've been using Micropython succesfully with a few ESP8266 and ESP32 boards for a couple of years. Now I cannot connect to Wifi from my newly acquisitioned NodeMCU-ESP-32S boards. The following code:
resets the board almost instantly:
Important: this happens with the following chip:
ESP32D0WDQ5 (revision 3)
. But it DOES WORK withESP32D0WDQ6 (revision 1)
(on the same NodeMCU-ESP-32S board type).The MicroPython was v1.19.1 - but I tried all versions available at the download page, with firmware compiled with ESP-IDF v3.x or v4.x. Up to v1.11 the code just block without returning; higher versions all were resetting the board.
One more info: I flushed the boards also with C/C++ compiled code from Arduino IDE 1.8, and Wifi worked like a charm. So it seems to be not a hardware issue.
What can I do? Can you point me to some direction? I like Micropython and using it in quite large projects.
Thanks for your help!
Zsolt
Beta Was this translation helpful? Give feedback.
All reactions