Will running extra sensors on the same board affect Espectre's performance? #63
|
I added an illumination and a temperature+humidity sensor on the same board,can't see obvious impact to espectre, logs:logs.txt |
Answered by
francescopace
Jan 5, 2026
Replies: 1 comment 4 replies
|
Great to hear it works well on S3! Yes, it should work fine on C3/C6 too. I2C sensors run in the main loop and don't interfere with CSI processing (which runs on a separate task). For C3/C6 (single-core), I'd suggest slightly longer update intervals (5s+ for BH1750, 30s for SHT3x) to minimize any overhead, but even your current settings should be fine. Note: The calibration fallback in your log is due to weak WiFi signal (-78 dB), not the sensors. |
4 replies
Answer selected by
gasment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Great to hear it works well on S3! Yes, it should work fine on C3/C6 too. I2C sensors run in the main loop and don't interfere with CSI processing (which runs on a separate task).
For C3/C6 (single-core), I'd suggest slightly longer update intervals (5s+ for BH1750, 30s for SHT3x) to minimize any overhead, but even your current settings should be fine.
Note: The calibration fallback in your log is due to weak WiFi signal (-78 dB), not the sensors.