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

Add support for INA219 #39

Open
amotl opened this issue Dec 16, 2019 · 1 comment
Open

Add support for INA219 #39

amotl opened this issue Dec 16, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@amotl
Copy link
Member

amotl commented Dec 16, 2019

In the spirit of #31, @rohlan signaled interest for supporting the INA219. For doing so, he already added the lowlevel driver the other day, see 71a5a1c.

The canonical URL to the MicroPython driver for INA219 by @chrisb2 is https://github.com/chrisb2/pyb_ina219.

See also https://community.hiveeyes.org/t/strom-und-spannung-mit-ina219-messen-und-messwerte-in-grafana-darstellen/2381.

@amotl
Copy link
Member Author

amotl commented May 17, 2020

Basic support for the INA219 has been added, see ina219_sensor.py and settings.example.py#L468-L475. While the code base supports it on MicroPython and CPython, it has only been tested on CPython so far. We will be happy to see others using and improving the implementation.

Thanks again @chrisb2 for conceiving and maintaining the lowlevel MicroPython driver and @deanm1278, @barbudor and @wallarug for conceiving and maintaining the @adafruit CircuitPython implementation.

cc @ClemensGruber, @MKO1640, @poesel, @thiasB, @rohlan, @wetterfrosch

@amotl amotl added the enhancement New feature or request label Sep 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant