-
Notifications
You must be signed in to change notification settings - Fork 450
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Watchdog timer reset after BME280 initialization on ESP32C3 #620
Comments
The I2C scanner also throws this watchdog timer reset.
|
I had the same problem |
I (35) boot: ESP-IDF v5.3.1-dirty 2nd stage bootloader |
The issue
When using the code from the example, I am getting a watchdog timer reset after the bmp280_init function call:
I do not know if this issue is related to #609.
Which SDK are you using?
esp-idf
Which version of SDK are you using?
master (Wed Aug 23 19:25:22 2023)
Which build target have you used?
Component causing the issue
bmp280
Anything in the logs that might be useful for us?
Additional information or context
This is with the Adafruit BME280 breakout board on a generic ESP32-C3-MINI-1 dev board.
Confirmation
The text was updated successfully, but these errors were encountered: