-
Notifications
You must be signed in to change notification settings - Fork 50
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
SHT3X - Component doesnt exist in this firmware - v51 #339
Comments
The SHT3x was added prior to us updating the sensor type to the definition. In the component definition for the SHT3x, add See the SHT4x definition for a working example: https://github.com/adafruit/Wippersnapper_Components/blob/main/components/i2c/sht40/definition.json#L4 You do not need to do any extra modifications to the driver itself (within WipperSnapper_Arduino), the firmware should take care of it. @lorennorman We should do a sweep of the current components that support |
Thanks for the info, resolved in pull request on components repo and stuck in a readme fix for good measure. |
Pre-emptive closure, although the fahrenheit metric was missing that gives a failed initialisation error instead of component missing from firmware: Changes: I've stuck in a pull request (I tested the fix with and without each commit, both are required) that fixes the crux of the matter. |
Fails to initialise component after selecting i2c address and sampling frequency.
Only Temp(c) and Humidity show up, when testing the SCD41 with the new firmware (Temp-Fahrenheit has been added) it should have an extra metric now for fahrenheit. I wonder if the website is just out of date/sync, but I cleared browser cache to be sure. The SHT40 shows fahrenheit, but the sht3x doesnt :'(
adafruit/Wippersnapper_Components#74
The text was updated successfully, but these errors were encountered: