Search found 2 matches

by joli
Wed Feb 07, 2018 5:14 pm
Forum: ESP8266 boards
Topic: Help with "no buf for action frame" Errors
Replies: 1
Views: 3654

Help with "no buf for action frame" Errors

Hello, I have a few ESP8266 running with MicroPython v1.9.3-240-ga275cb0 on NodeMCU Board (ESP8266MOD) I run the uhttpd server to serve some sensor data from a BME280 Sensor, and a async task to blink the onboard LED. I poll the uhttpd server every minute and after some time it stops working. On the...
by joli
Tue Jul 04, 2017 10:56 am
Forum: Drivers for External Components
Topic: Bosch BME280 driver
Replies: 42
Views: 45958

Re: Bosch BME280 driver

I did upload the bme280.py file via webrepl. Initially I had the same error on an esp8266 board when calling: bme = bme280.BME280(i2c=i2c) attributeerror: 'module' object has no attribute 'bme280' I had to reset the board. After the reset it did work. When I changed something in the bme280.py file I...