-
Notifications
You must be signed in to change notification settings - Fork 90
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
DS2438 Humidity #83
Comments
And in the docs is written "Smart Battery Monitor, measures temperature, 2x voltage and current, 10bit". |
@jrhilton: as you can see in the readme, the ds2438 has no humidity-function. There seems to be another IC connected to this 1Wire-Device that outputs voltage or currents. You have to figure it out yourself |
@oschade: please read the datasheet. there is one ADC and a control bit for an input selector. Data is always stored in the same register. You are right, i haven't implemented the check for the input-selector, but the use is very limited. If you need more storage, there are user-memory-pages 3 to 7 with 8 bytes each. `` |
Check out PR #97 which allows emulation of VDD/VAD voltage reading. |
The readme file has DS2438 in bold implying all functions are implemented, but what about setting humidity? Any plans to implement this?
The text was updated successfully, but these errors were encountered: