Page 1 of 1

ESP32 missing modules

Posted: Tue May 07, 2019 1:39 pm
by SuperMechaCow
I'm a beginner to Micropython, but about a month ago I got it running on ESP-WROOM-32 device just fine.

Now, I'm getting an error with the device in rshell where it hangs on 'Testing if sys.stdin.buffer exists..." before erroring out for not being able to establish a RAW REPL.

I wasn't sure what firmware version I had used, so I tried a new device with the latest firmware. Everything flashes ok, but most of the python modules I try to import (such as 'machine' and 'ssd1036') aren't found on the device.

The same python scripts work fine on various ESP8366 devices. I only have this problem on ESP32.