-
Notifications
You must be signed in to change notification settings - Fork 25
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
Error for Core2 + Env Pro? #29
Comments
Rebooting... rst:0xc (SW_CPU_RESET),boot:0x17 (SPI_FAST_FLASH_BOOT) Core 1 register dump: Backtrace: 0x400880a1:0x3ffb1d90 0x400f7ba1:0x3ffb1da0 0x400f7893:0x3ffb1e00 0x400d8ed5:0x3ffb1e30 0x400d24c6:0x3ffb1f50 0x400ddac6:0x3ffb2290 ELF file SHA256: 83434aaf8fc97b8a |
/**
#include <M5Core2.h> /**
/**
/* Create an object of the class Bsec2 */ /* Entry point for the example */
} /* Function that is looped forever / void newDataCallback(const bme68xData data, const bsecOutputs outputs,
} void checkBsecStatus(Bsec2 bsec) {
} |
wrong pin number for Core2 Wire: #define SDA_PIN 32 Wire.begin(SDA_PIN, SCL_PIN); |
wrong pin number for Core2 Wire: #define SDA_PIN 32 Wire.begin(SDA_PIN, SCL_PIN); |
Describe the bug
I try the example ENV_PRO, by modifying for Core2.
But BME68X error of code 2 happpens.
To reproduce
Uploading ENV_PRO.ino…
Expected behavior
The official Core2 exmaple works, but the unit work fails.
Screenshots
Environment
Additional context
No response
Issue checklist
The text was updated successfully, but these errors were encountered: