Skip to content
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

Closed
jrhilton opened this issue Nov 14, 2019 · 4 comments
Closed

DS2438 Humidity #83

jrhilton opened this issue Nov 14, 2019 · 4 comments

Comments

@jrhilton
Copy link

The readme file has DS2438 in bold implying all functions are implemented, but what about setting humidity? Any plans to implement this?

@oschade
Copy link

oschade commented Dec 28, 2019

And in the docs is written "Smart Battery Monitor, measures temperature, 2x voltage and current, 10bit".
But there is only one function "setVoltage" to set one voltage value.
Would be very great, if you could update this!

@orgua
Copy link
Owner

orgua commented Dec 29, 2019

@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

@orgua
Copy link
Owner

orgua commented Dec 29, 2019

@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. DS2438.writeMemory() is public!

``

@raintonr
Copy link
Contributor

Check out PR #97 which allows emulation of VDD/VAD voltage reading.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants