LOLIND32

Discussion and questions about boards that can run MicroPython but don't have a dedicated forum.
Target audience: Everyone interested in running MicroPython on other hardware.
Post Reply
lafarigoule
Posts: 1
Joined: Tue Jun 26, 2018 6:48 am

LOLIND32

Post by lafarigoule » Tue Jun 26, 2018 6:54 am

I have a LOLIND32,I work on windows. I succed in download and install the last version of MicroPython founs on the web site (esp32-20180626-v1.9.4-203-g9b158d60.bin). But when I run it, I dont find the modul Pyb. I dont know how to install it in my MicroPython. Any ideas? Help me please. I use MobaXterm to connect my device. Patrick

kevinkk525
Posts: 969
Joined: Sat Feb 03, 2018 7:02 pm

Re: LOLIND32

Post by kevinkk525 » Tue Jun 26, 2018 7:21 am

The lolinD32 does not have a module pyb as the pyb module is specifically made for the pyboard.
You should find everything in the module machine and use the documentation for the esp32.
Kevin Köck
Micropython Smarthome Firmware (with Home-Assistant integration): https://github.com/kevinkk525/pysmartnode

User avatar
philwilkinson40
Posts: 63
Joined: Tue Nov 14, 2017 3:11 am
Location: Perth, Australia

Re: LOLIND32

Post by philwilkinson40 » Wed Jun 27, 2018 7:28 am

perhaps try the module documentation for the ESP8266, as there isn't really very much for the ESP32 right now.
There is close similarity between many of the ESP8266 and ESP32 micropython port modules.

Post Reply