-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Add MCP9808 i2c temperature sensor support #8594
Comments
New sensors are usually added when someone interested volunteers to create a driver and submit a PR. |
That's kind of what i was expecting. This is not really my in my area of expertise but i'll have a play with gitpod.io and see if i can come up with something |
@m-hume It should support 8 sensors. |
@device111 thank you! Is the bin missing anything or is it the standard build just with this sensor added? |
@m-hume |
@device111 |
Closing this issue as the driver is merged and a PR with improvements is ready for review Thanks 👍 |
@device111 |
Have you looked for this feature in other issues and in the docs?
Yes
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is.
MCP9808 not currently supported
Describe the solution you'd like
A clear and concise description of what you want to happen.
MCP9808 support added
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Use of different temperature sensors
Additional context
Add any other context or screenshots about the feature request here.
http://ww1.microchip.com/downloads/en/DeviceDoc/25095A.pdf
These little sensors are cheep, accurate and you can run up to 8 of them on one i2c bus
looking at others pull requests for adding i2c sensors there seems to quite a bit of code necessary to add one.
How difficult is it to add a new sensor?
Thanks
(Please, remember to close the issue when the problem has been addressed)
The text was updated successfully, but these errors were encountered: