Kristian8606 / Temperature_sensor

5 stars 3 forks source link

Task stack overflow #2

Closed renandw closed 3 years ago

renandw commented 3 years ago

Hellho @Kristian8606

I found the BMP/BME sensor way more accurate than DHT. And found your code Tried yesterday and worked really great. But after a few hours it showed "No response"due to:

(...)
Pressure: 100330.31 Pa, Temperature: 25.70 C, Humidity: 75.68
Pressure: 100329.91 Pa, Temperature: 25.70 C, Humidity: 75.68
Pressure: Task stack overflow (high water mark=0 name="bmp280_task")
100336.03 Pa, Temperature: 25.71 C, Humidity: 75.67
Task stack overflow (high water mark=0 name="bmp280_t�%�?p#�")
Pressure: 100335.62 Pa, Temperature: 25.71 C, Humidity: 75.67
Task stack overflow (high water mark=0 name="bmp280_t�%�?p#�")
Fatal exception (28):
epc1=0x4023803e

Did you get this error too? thanks

Kristian8606 commented 3 years ago

I increased the size of the stack and now there should be no problem.

renandw commented 3 years ago

thanks a lot!!