import bme280.py fails
Posted: Fri Apr 03, 2020 11:01 pm
Hello,
I've some programms running well in an ESP32 environment and I want to run them on a
D1mini Pro (16MB) with ESP8266 firmware (flashed by uPyCraft).
Several Problems occur. One of them is this:
import bmp280.py is ok. I get at last the answer >>>
import bme280.py fails with the answer:
This bme280.py runs well with ESP32. I tried 3 others.
What's that?
Regards
I've some programms running well in an ESP32 environment and I want to run them on a
D1mini Pro (16MB) with ESP8266 firmware (flashed by uPyCraft).
Several Problems occur. One of them is this:
import bmp280.py is ok. I get at last the answer >>>
import bme280.py fails with the answer:
Code: Select all
download ok
excec(open('bmy280.py').read(),globals())
Traceback (most recent call last):
File "<stdin>", line 1 in <module>
MemoryError:
>>>
What's that?
Regards