Search found 4 matches

by zoom
Thu May 14, 2020 3:05 pm
Forum: ESP32 boards
Topic: 20x4 LCD
Replies: 5
Views: 6285

Re: 20x4 LCD

Works! But can you tell me how to run the module locally from a computer, and not upload it to esp32? And then it gives an error that the module was not found. I use EsPy and Thonny IDE. There are means with ampy (Adafruit) that allow you to run code, from your computer, on the ESP32 - look at the ...
by zoom
Tue May 05, 2020 8:13 am
Forum: ESP32 boards
Topic: "os" module not listed with help('modules') - DFRobot Firebeetle
Replies: 4
Views: 2575

Re: "os" module not listed with help('modules') - DFRobot Firebeetle

Thanks Roberthh. I had just found an earlier post of yours that ID'd os as an alias to uos. Along the way, I found the "u" prefix meaning micropython-specific. Now I'm invoking "import os" with something more than a blind trust that it's there.
by zoom
Tue May 05, 2020 7:44 am
Forum: ESP32 boards
Topic: "os" module not listed with help('modules') - DFRobot Firebeetle
Replies: 4
Views: 2575

Re: "os" module not listed with help('modules') - DFRobot Firebeetle

Well, I knew I could import it and I know that I can upload files to provide other modules but I am wondering how I list all the modules that are available.
by zoom
Tue May 05, 2020 5:39 am
Forum: ESP32 boards
Topic: "os" module not listed with help('modules') - DFRobot Firebeetle
Replies: 4
Views: 2575

"os" module not listed with help('modules') - DFRobot Firebeetle

New to the whole micropython thing. >>>help('modules') produces a list that does not include "os" I can import os and use it's functions so, it must be there but this makes me nervous - what other modules are not appearing in the results of the above command? Is there a comprehensive command that, i...