download ok
exec(open(‘BME280.py’).read(),globals())
memory error : memory allocation failed, allocating 9728 bytes
Is BME280.py too big for an ESP8266 ?
2 Answers
This is the BME280.py for ESP8266 -> https://github.com/mchobby/esp8266-upy/blob/master/bme280-bmp280/bme280.py
The one on Random Nerd Tutorial works only for ESP32 -> https://github.com/RuiSantosdotme/ESPMicroPython/
blob/master/code/WiFi/HTTP_Client_IFTTT_BME280/BME280.py
Hello Jean, I’ll mark this thread as “closed” and reply to this question in your other post: https://rntlab.com/question/send-sensor-reading-via-email-ifttt-project-in-micropython-for-esp32-and-esp8266/