We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hardware Compatibility, Other
Station G2
2.5.x
SHTC3 sensor (https://www.adafruit.com/product/4636) stops working after a soft-reboot. Power-cycle solves it.
I'm not good at coding, but I found these, hope it helps somebody more capable:
adafruit/Adafruit_CircuitPython_SHTC3#2 adafruit/circuitpython#4147 adafruit/tinyuf2#74
After a power-cycle: .[37m.[0m..[32m.INFO .[0m| 08:56:10 15 [EnvironmentTelemetry] .[32m.Environment Telemetry: init.[0m .[37m.[0m..[32m.INFO .[0m| 08:56:10 15 [EnvironmentTelemetry] .[32m.Init sensor: SHTC3.[0m .[37m.[0m..[32m.INFO .[0m| 08:56:10 15 [EnvironmentTelemetry] .[32m.Opened SHTC3 sensor on i2c bus.[0m .[37m.[0m..[32m.INFO .[0m| 08:56:11 16 [EnvironmentTelemetry] .[32m.Send: barometric_pressure=0.000000, current=0.000000, gas_resistance=0.000000, relative_humidity=67.099998, temperature=8.650000.[0m After soft-reboot: .[37m.[0m..[32m.INFO .[0m| 08:57:14 15 [EnvironmentTelemetry] .[32m.Environment Telemetry: init.[0m .[37m.[0m..[32m.INFO .[0m| 08:57:14 15 [EnvironmentTelemetry] .[32m.Init sensor: SHTC3.[0m .[33m.[0m..[33m.WARN .[0m| 08:57:14 15 [EnvironmentTelemetry] .[33m.Can't connect to detected SHTC3 sensor. Remove from nodeTelemetrySensorsMap.[0m
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Category
Hardware Compatibility, Other
Hardware
Station G2
Firmware Version
2.5.x
Description
SHTC3 sensor (https://www.adafruit.com/product/4636) stops working after a soft-reboot.
Power-cycle solves it.
I'm not good at coding, but I found these, hope it helps somebody more capable:
adafruit/Adafruit_CircuitPython_SHTC3#2
adafruit/circuitpython#4147
adafruit/tinyuf2#74
Relevant log output
The text was updated successfully, but these errors were encountered: