loboris / MicroPython_ESP32_psRAM_LoBo

MicroPython for ESP32 with psRAM support
Other
831 stars 344 forks source link

wlan.active(True) reset the board #299

Open linycm opened 5 years ago

linycm commented 5 years ago

When I activate the wifi interface, ESP32 with spram would reset. I erase the chip before I flash firmware. If I flash micropython.org firmware for spram to the board, it can connect wifi. And for the board without spram, after I flash same lobo version firmware, that's also ok to connect wifi. wlan.active(True)

In the reset info., it's said "Brownout detector was triggered".