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 |
Beta Was this translation helpful? Give feedback.
Replies: 1 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. |
Beta Was this translation helpful? Give feedback.
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.